| javax.management.Notification com.caucho.lifecycle.LifecycleNotification
LifecycleNotification | public class LifecycleNotification extends Notification (Code) | | Lifecycle JMX notification
|
Constructor Summary | |
public | LifecycleNotification(String type, Object source, long sequence) | public | LifecycleNotification(String type, Object source, long sequence, long timestamp) | public | LifecycleNotification(String type, Object source, long sequence, long timestamp, String message) | public | LifecycleNotification(String type, Object source, long sequence, String message) |
LifecycleNotification | public LifecycleNotification(String type, Object source, long sequence)(Code) | | |
LifecycleNotification | public LifecycleNotification(String type, Object source, long sequence, long timestamp)(Code) | | |
LifecycleNotification | public LifecycleNotification(String type, Object source, long sequence, long timestamp, String message)(Code) | | |
|
|