org.jboss.remoting.detection
Class Detection
java.lang.Object
org.jboss.remoting.detection.Detection
- All Implemented Interfaces:
- java.io.Serializable
- public class Detection
- extends java.lang.Object
- implements java.io.Serializable
Detection is an MBean Notification that is fired by
Detectors when remote servers are found or lost on the Network.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Detection
public Detection(Identity (src) identity,
InvokerLocator (src) [] locators)
equals
public boolean equals(java.lang.Object obj)
hashCode
public int hashCode()
toString
public java.lang.String toString()
getIdentity
public final Identity (src) getIdentity()
- return the jboss identity
- Returns:
getLocators
public final InvokerLocator (src) [] getLocators()
- return the locators for the server
- Returns: