Uses of Class
org.jboss.remoting.detection.ServerInvokerMetadata

Packages that use ServerInvokerMetadata
org.jboss.remoting.detection   
org.jboss.remoting.network   
 

Uses of ServerInvokerMetadata in org.jboss.remoting.detection
 

Methods in org.jboss.remoting.detection that return ServerInvokerMetadata
 ServerInvokerMetadata[] Detection.getServerInvokers()
          Gets all the server invoker metadata for the servers running on specified server.
 

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

Uses of ServerInvokerMetadata in org.jboss.remoting.network
 

Methods in org.jboss.remoting.network that return ServerInvokerMetadata
 ServerInvokerMetadata[] NetworkNotification.getServerInvokers()
          Gets all the server invoker metadata for the servers running on specified server.
 ServerInvokerMetadata[] NetworkInstance.getServerInvokers()
          Gets all the server invoker metadata for the servers running on specified server.
 

Methods in org.jboss.remoting.network with parameters of type ServerInvokerMetadata
 void NetworkRegistryMBean.addServer(Identity identity, ServerInvokerMetadata[] invokers)
          add a server for a given identity that is available on the network
 void NetworkRegistry.addServer(Identity identity, ServerInvokerMetadata[] invokers)
          add a server for a given identity that is available on the network
 void NetworkRegistryMBean.updateServer(Identity identity, ServerInvokerMetadata[] invokers)
          update the invokers for a given server
 void NetworkRegistry.updateServer(Identity identity, ServerInvokerMetadata[] invokers)
          update the invokers for a given server
 

Constructors in org.jboss.remoting.network with parameters of type ServerInvokerMetadata
NetworkInstance(Identity identity, ServerInvokerMetadata[] serverInvokers)
           
NetworkNotification(javax.management.ObjectName source, java.lang.String type, Identity identity, ServerInvokerMetadata[] serverInvokers)
           
 



Copyright © 1998-2005 JBoss Inc . All Rights Reserved.