org.ow2.jonas.lib.jmbeans
Class JNotification
java.lang.Object
java.util.EventObject
javax.management.Notification
org.ow2.jonas.lib.jmbeans.JNotification
- All Implemented Interfaces:
- Serializable
public class JNotification
- extends Notification
- See Also:
- Serialized Form
|
Constructor Summary |
JNotification(String type,
Object source,
long sequenceNumber)
|
JNotification(String type,
Object source,
long sequenceNumber,
long timeStamp)
|
JNotification(String type,
Object source,
long sequenceNumber,
long timeStamp,
String message)
|
JNotification(String type,
Object source,
long sequenceNumber,
String message)
|
source
protected String source
- Adapt source type to JSR77 specification
startingType
public static final String startingType
- See Also:
- Constant Field Values
runningType
public static final String runningType
- See Also:
- Constant Field Values
stoppingType
protected static final String stoppingType
- See Also:
- Constant Field Values
stoppedType
protected static final String stoppedType
- See Also:
- Constant Field Values
failedType
protected static final String failedType
- See Also:
- Constant Field Values
serverFail
public static final String serverFail
- emitted if a server failure detected
- See Also:
- Constant Field Values
JNotification
public JNotification(String type,
Object source,
long sequenceNumber)
JNotification
public JNotification(String type,
Object source,
long sequenceNumber,
long timeStamp)
JNotification
public JNotification(String type,
Object source,
long sequenceNumber,
long timeStamp,
String message)
JNotification
public JNotification(String type,
Object source,
long sequenceNumber,
String message)
Copyright © 2008 OW2 Consortium. All Rights Reserved.