|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.remoting.detection.Detection
public class Detection
Detection is an MBean Notification that is fired by Detectors when remote servers are found or lost on the Network.
| Constructor Summary | |
|---|---|
Detection(Identity identity,
ServerInvokerMetadata[] serverInvokers)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
Identity |
getIdentity()
return the jboss identity |
InvokerLocator[] |
getLocators()
return the locators for the server |
ServerInvokerMetadata[] |
getServerInvokers()
Gets all the server invoker metadata for the servers running on specified server. |
int |
hashCode()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Detection(Identity identity,
ServerInvokerMetadata[] serverInvokers)
| Method Detail |
|---|
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic final Identity getIdentity()
public final InvokerLocator[] getLocators()
public final ServerInvokerMetadata[] getServerInvokers()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||