private final class DeploymentTaskRuntime.DeploymentTaskListener extends java.lang.Object implements RemoteNotificationListener
Modifier | Constructor and Description |
---|---|
private |
DeploymentTaskListener() |
Modifier and Type | Method and Description |
---|---|
void |
handleNotification(javax.management.Notification notification,
java.lang.Object handback)
A listener object must implement this method, which is invoked
when a JMX notification occurs.
|
public void handleNotification(javax.management.Notification notification, java.lang.Object handback)
RemoteNotificationListener
handleNotification
in interface javax.management.NotificationListener
handleNotification
in interface RemoteNotificationListener
notification
- The event that occurredhandback
- A handback object established at the time the
notification was initiated.