org.apache.geronimo.kernel.management
Class NotificationType

java.lang.Object
  extended byorg.apache.geronimo.kernel.management.NotificationType

public final class NotificationType
extends Object

Static constants class which contains all of the J2EE notification types from the J2EE management specification.

Version:
$Revision: 1.4 $ $Date: 2004/03/10 09:59:02 $

Field Summary
static String ATTRIBUTE_CHANGED
          An attribute has change value
static javax.management.NotificationFilter NOTIFICATION_FILTER
          A notification filter which lets all J2EE notifications pass
static String OBJECT_CREATED
          A new managed object was created.
static String OBJECT_DELETED
          A managed object was deleted
static javax.management.NotificationFilter STATE_CHANGE_FILTER
          A notification filter which only lets all J2EE state change notifications pass.
static String STATE_FAILED
          A state manageable object entered the failed state
static String STATE_RUNNING
          A state manageable object entered the running state
static String STATE_STARTING
          A state manageable object entered the starting state
static String STATE_STOPPED
          A state manageable object entered the stopped state.
static String STATE_STOPPING
          A state manageable object entered the stopping state
static String[] TYPES
          An array containg all of the know J2EE notification types
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OBJECT_CREATED

public static final String OBJECT_CREATED
A new managed object was created.

See Also:
Constant Field Values

OBJECT_DELETED

public static final String OBJECT_DELETED
A managed object was deleted

See Also:
Constant Field Values

STATE_STARTING

public static final String STATE_STARTING
A state manageable object entered the starting state

See Also:
Constant Field Values

STATE_RUNNING

public static final String STATE_RUNNING
A state manageable object entered the running state

See Also:
Constant Field Values

STATE_STOPPING

public static final String STATE_STOPPING
A state manageable object entered the stopping state

See Also:
Constant Field Values

STATE_STOPPED

public static final String STATE_STOPPED
A state manageable object entered the stopped state.

See Also:
Constant Field Values

STATE_FAILED

public static final String STATE_FAILED
A state manageable object entered the failed state

See Also:
Constant Field Values

ATTRIBUTE_CHANGED

public static final String ATTRIBUTE_CHANGED
An attribute has change value

See Also:
Constant Field Values

TYPES

public static final String[] TYPES
An array containg all of the know J2EE notification types


NOTIFICATION_FILTER

public static final javax.management.NotificationFilter NOTIFICATION_FILTER
A notification filter which lets all J2EE notifications pass


STATE_CHANGE_FILTER

public static final javax.management.NotificationFilter STATE_CHANGE_FILTER
A notification filter which only lets all J2EE state change notifications pass. Specifically this is STATE_STARTING, STATE_RUNNING, STATE_STOPPING, STATE_STOPPED and STATE_FAILED.



Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.