org.ow2.jonas.lib.jmbeans
Class JNotification

java.lang.Object
  extended by java.util.EventObject
      extended by javax.management.Notification
          extended by org.ow2.jonas.lib.jmbeans.JNotification
All Implemented Interfaces:
Serializable

public class JNotification
extends Notification

See Also:
Serialized Form

Field Summary
protected static String failedType
           
static String runningType
           
static String serverFail
          emitted if a server failure detected
protected  String source
          Adapt source type to JSR77 specification
static String startingType
           
protected static String stoppedType
           
protected static String stoppingType
           
 
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)
           
 
Method Summary
 
Methods inherited from class javax.management.Notification
getMessage, getSequenceNumber, getTimeStamp, getType, getUserData, setSequenceNumber, setSource, setTimeStamp, setUserData, toString
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

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.