Uses of Class
org.ow2.carol.cmi.reference.ServerRef

Packages that use ServerRef
org.ow2.carol.cmi.controller.common   
org.ow2.carol.cmi.controller.provider   
org.ow2.carol.cmi.controller.server   
org.ow2.carol.cmi.reference   
 

Uses of ServerRef in org.ow2.carol.cmi.controller.common
 

Methods in org.ow2.carol.cmi.controller.common with parameters of type ServerRef
 int ClusterViewManager.getLoadFactor(ServerRef serverRef)
          Returns the load-factor for the server with the given address.
 

Uses of ServerRef in org.ow2.carol.cmi.controller.provider
 

Methods in org.ow2.carol.cmi.controller.provider with parameters of type ServerRef
 int ClientClusterViewProvider.getLoadFactor(ServerRef serverRef)
          Returns the load-factor for the server with the given address.
 

Uses of ServerRef in org.ow2.carol.cmi.controller.server
 

Methods in org.ow2.carol.cmi.controller.server that return ServerRef
 ServerRef ServerClusterViewManager.getRefOnLocalRegistry(java.lang.String protocolName)
           
 

Methods in org.ow2.carol.cmi.controller.server that return types with arguments of type ServerRef
 java.util.Set<ServerRef> ServerClusterViewManager.getServerRefs(java.lang.String protocolName)
           
 

Methods in org.ow2.carol.cmi.controller.server with parameters of type ServerRef
 void ServerClusterViewManager.addProtocol(java.lang.String initialContextFactoryName, ServerRef serverRef, javax.naming.Context cmiContext)
          Adds a new protocol.
 void ServerClusterViewManager.addServerToBlackList(ServerRef serverRef)
          Adds a server to the blacklist.
 boolean ServerClusterViewManager.isServerBlackListed(ServerRef serverRef)
          Returns true the server with the given reference if blacklisted.
 void ServerClusterViewManager.removeServerFromBlackList(ServerRef serverRef)
          Removes a server to the blacklist.
 void ServerClusterViewManager.setLoadFactor(ServerRef serverRef, int loadFactor)
          Sets the load-factor for the server with the given address.
 

Uses of ServerRef in org.ow2.carol.cmi.reference
 

Methods in org.ow2.carol.cmi.reference that return ServerRef
 ServerRef ServerNotFoundException.getServerRef()
           
 ServerRef CMIReference.getServerRef()
           
 

Constructors in org.ow2.carol.cmi.reference with parameters of type ServerRef
CMIReference(ServerRef serverRef, java.lang.String objectName)
          Constructs an instance of CMIReference.
ServerNotFoundException(java.lang.String message, ServerRef serverRef)
           
ServerNotFoundException(java.lang.String message, java.lang.Throwable cause, ServerRef serverRef)
           
 



Copyright © 2007 OW2 Consortium. All Rights Reserved.