org.jboss.remoting.network
Class NetworkNotification
java.lang.Object
java.util.EventObject
javax.management.Notification (src)
org.jboss.remoting.network.NetworkNotification
- All Implemented Interfaces:
- java.io.Serializable
- public class NetworkNotification
- extends Notification (src)
NetworkNotification is a JMX Notification that is sent when changes occur to the network layout as
tracked by a NetworkRegistryMBean.
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
Methods inherited from class javax.management.Notification (src) |
getMessage, getSequenceNumber, getSource, getTimeStamp, getType, getUserData, setSequenceNumber, setSource, setTimeStamp, setUserData, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SERVER_ADDED
public static final java.lang.String SERVER_ADDED
- See Also:
- Constant Field Values (src)
SERVER_UPDATED
public static final java.lang.String SERVER_UPDATED
- See Also:
- Constant Field Values (src)
SERVER_REMOVED
public static final java.lang.String SERVER_REMOVED
- See Also:
- Constant Field Values (src)
DOMAIN_CHANGED
public static final java.lang.String DOMAIN_CHANGED
- See Also:
- Constant Field Values (src)
NetworkNotification
public NetworkNotification(ObjectName (src) source,
java.lang.String type,
Identity (src) identity,
InvokerLocator (src) [] invokers)
getIdentity
public final Identity (src) getIdentity()
- return the identity of the notification
- Returns:
getLocator
public final InvokerLocator (src) [] getLocator()
- return the locators affected by the notification
- Returns: