org.jboss.remoting.network
Class NetworkInstance

java.lang.Object
  extended byorg.jboss.remoting.network.NetworkInstance
All Implemented Interfaces:
Serializable

public class NetworkInstance
extends Object
implements Serializable

NetworkInstance is an object that represents an Identity and its InvokerLocators.

Version:
$Revision: 1.4 $
Author:
Jeff Haynie
See Also:
Serialized Form

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

Constructor Detail

NetworkInstance

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

getIdentity

public final Identity getIdentity()

getLocators

public final InvokerLocator[] getLocators()

toString

public String toString()

equals

public boolean equals(Object obj)

hashCode

public int hashCode()


Copyright © 2004 JBoss Inc. All Rights Reserved.