org.jboss.remoting.network
Class NetworkNotification
java.lang.Object
java.util.EventObject
javax.management.Notification
org.jboss.remoting.network.NetworkNotification
- All Implemented Interfaces:
- Serializable
- public class NetworkNotification
- extends javax.management.Notification
NetworkNotification is a JMX Notification that is sent when changes occur to the network layout as
tracked by a NetworkRegistryMBean.
- Version:
- $Revision: 1.4 $
- Author:
- Jeff Haynie
- See Also:
- Serialized Form
Methods inherited from class javax.management.Notification |
getMessage, getSequenceNumber, getSource, getTimeStamp, getType, getUserData, setSequenceNumber, setSource, setTimeStamp, setUserData, toString |
SERVER_ADDED
public static final String SERVER_ADDED
- See Also:
- Constant Field Values
SERVER_UPDATED
public static final String SERVER_UPDATED
- See Also:
- Constant Field Values
SERVER_REMOVED
public static final String SERVER_REMOVED
- See Also:
- Constant Field Values
DOMAIN_CHANGED
public static final String DOMAIN_CHANGED
- See Also:
- Constant Field Values
NetworkNotification
public NetworkNotification(javax.management.ObjectName source,
String type,
Identity identity,
InvokerLocator[] invokers)
getIdentity
public final Identity getIdentity()
- return the identity of the notification
- Returns:
getLocator
public final InvokerLocator[] getLocator()
- return the locators affected by the notification
- Returns:
Copyright © 2004 JBoss Inc. All Rights Reserved.