org.jboss.remoting.detection
Class Detection

java.lang.Object
  extended byorg.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

Constructor Summary
Detection(Identity (src)  identity, InvokerLocator (src) [] locators)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 Identity (src) getIdentity()
          return the jboss identity
 InvokerLocator (src) [] getLocators()
          return the locators for the server
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Detection

public Detection(Identity (src)  identity,
                 InvokerLocator (src) [] locators)
Method Detail

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: