Uses of Class
org.jboss.remoting.ident.Identity

Packages that use Identity
org.jboss.remoting.detection   
org.jboss.remoting.ident   
org.jboss.remoting.network   
org.jboss.remoting.network.filter   
 

Uses of Identity in org.jboss.remoting.detection
 

Methods in org.jboss.remoting.detection that return Identity
 Identity Detection.getIdentity()
          return the jboss identity
 

Constructors in org.jboss.remoting.detection with parameters of type Identity
Detection(Identity identity, InvokerLocator[] locators)
           
 

Uses of Identity in org.jboss.remoting.ident
 

Methods in org.jboss.remoting.ident that return Identity
static Identity Identity.get(javax.management.MBeanServer server)
           
 

Methods in org.jboss.remoting.ident with parameters of type Identity
 boolean Identity.isSameJVM(Identity identity)
          returns true if the identity represents the same JVM
 boolean Identity.isSameInstance(Identity identity)
          returns true if the identity represents the same JBOSS Instance, although may not be the exact same process space since the JVM process space might be different (such as a reboot).
 boolean Identity.isSameMachine(Identity identity)
          returns true if the identity is on the same JBOSS machine, represented by the same IP address (this may not work in the case several physically different machines have the same IP Address).
 

Uses of Identity in org.jboss.remoting.network
 

Methods in org.jboss.remoting.network that return Identity
 Identity NetworkNotification.getIdentity()
          return the identity of the notification
 Identity NetworkInstance.getIdentity()
           
 

Methods in org.jboss.remoting.network with parameters of type Identity
 void NetworkRegistryMBean.addServer(Identity identity, InvokerLocator[] invokers)
          add a server for a given identity that is available on the network
 void NetworkRegistryMBean.removeServer(Identity identity)
          remove a server no longer available on the network
 void NetworkRegistryMBean.updateServer(Identity identity, InvokerLocator[] invokers)
          update the invokers for a given server
 boolean NetworkRegistryMBean.hasServer(Identity identity)
          returns true if the server with the identity is available
 void NetworkRegistry.addServer(Identity identity, InvokerLocator[] invokers)
          add a server for a given identity that is available on the network
 void NetworkRegistry.updateServer(Identity identity, InvokerLocator[] invokers)
          update the invokers for a given server
 boolean NetworkRegistry.hasServer(Identity identity)
          returns true if the server with the identity is available
 void NetworkRegistry.removeServer(Identity identity)
          remove a server no longer available on the network
 boolean NetworkFilter.filter(Identity identity, InvokerLocator[] locators)
          called to apply a filter when selecting 0..* servers on the network
 

Constructors in org.jboss.remoting.network with parameters of type Identity
NetworkNotification(javax.management.ObjectName source, String type, Identity identity, InvokerLocator[] invokers)
           
NetworkInstance(Identity identity, InvokerLocator[] locators)
           
 

Uses of Identity in org.jboss.remoting.network.filter
 

Methods in org.jboss.remoting.network.filter with parameters of type Identity
 boolean InvokerProtocolFilter.filter(Identity identity, InvokerLocator[] locators)
          called to apply a filter when selecting 0..* servers on the network
 boolean IdentityFilter.filter(Identity identity, InvokerLocator[] locators)
          called to apply a filter when selecting 0..* servers on the network
 

Constructors in org.jboss.remoting.network.filter with parameters of type Identity
IdentityFilter(Identity identity)
           
 



Copyright © 2004 JBoss Inc. All Rights Reserved.