org.jboss.remoting.detection
Class Detection
java.lang.Object
org.jboss.remoting.detection.Detection
- All Implemented Interfaces:
- Serializable
- public class Detection
- extends Object
- implements Serializable
Detection is an MBean Notification that is fired by
Detectors when remote servers are found or lost on the Network.
- Version:
- $Revision: 1.3 $
- Author:
- Jeff Haynie
- See Also:
- Serialized Form
Detection
public Detection(Identity identity,
InvokerLocator[] locators)
equals
public boolean equals(Object obj)
hashCode
public int hashCode()
toString
public String toString()
getIdentity
public final Identity getIdentity()
- return the jboss identity
- Returns:
getLocators
public final InvokerLocator[] getLocators()
- return the locators for the server
- Returns:
Copyright © 2004 JBoss Inc. All Rights Reserved.