public class DeploymentNotificationListener extends Object implements NotificationListener
| Constructor and Description |
|---|
DeploymentNotificationListener(com.ibm.websphere.management.AdminClient adminClient,
NotificationFilterSupport support,
Object handBack,
String eventTypeToCheck,
hudson.model.BuildListener listener,
boolean verbose) |
| Modifier and Type | Method and Description |
|---|---|
com.ibm.websphere.management.AdminClient |
getAdminClient() |
NotificationFilterSupport |
getFilterSupport() |
String |
getMessage() |
Properties |
getNotificationProps() |
ObjectName |
getObjectName() |
void |
handleNotification(Notification notification,
Object handback) |
boolean |
isSuccessful() |
public DeploymentNotificationListener(com.ibm.websphere.management.AdminClient adminClient,
NotificationFilterSupport support,
Object handBack,
String eventTypeToCheck,
hudson.model.BuildListener listener,
boolean verbose)
throws Exception
Exceptionpublic void handleNotification(Notification notification, Object handback)
handleNotification in interface NotificationListenerpublic String getMessage()
public Properties getNotificationProps()
public boolean isSuccessful()
public com.ibm.websphere.management.AdminClient getAdminClient()
public NotificationFilterSupport getFilterSupport()
public ObjectName getObjectName()
Copyright © 2013-2015. All Rights Reserved.