|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ServerRef | |
|---|---|
| org.ow2.cmi.controller.client | |
| org.ow2.cmi.controller.common | |
| org.ow2.cmi.controller.provider | |
| org.ow2.cmi.controller.server | |
| org.ow2.cmi.lb | |
| org.ow2.cmi.reference | |
| Uses of ServerRef in org.ow2.cmi.controller.client |
|---|
| Methods in org.ow2.cmi.controller.client that return types with arguments of type ServerRef | |
|---|---|
java.util.List<ServerRef> |
ClientClusterViewManager.getProviderURLs()
Returns the list of Provider URL. |
| Uses of ServerRef in org.ow2.cmi.controller.common |
|---|
| Methods in org.ow2.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.cmi.controller.provider |
|---|
| Methods in org.ow2.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.cmi.controller.server |
|---|
| Methods in org.ow2.cmi.controller.server with parameters of type ServerRef | |
|---|---|
void |
ServerClusterViewManager.addServerToBlackList(ServerRef serverRef)
Adds a server to the blacklist. |
java.util.Set<CMIReference> |
ServerClusterViewManager.getCMIRefsForServerRef(ServerRef serverRef)
|
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.cmi.lb |
|---|
| Methods in org.ow2.cmi.lb that return ServerRef | |
|---|---|
ServerRef |
ILoadBalancerTweaker.getLastServerRef()
|
ServerRef |
ILoadBalancerTweaker.getNextServerRef()
|
ServerRef |
LoadBalanceable.getServerRef()
|
| Methods in org.ow2.cmi.lb with parameters of type ServerRef | |
|---|---|
void |
ILoadBalancerTweaker.setNextServerRef(ServerRef nextServerRef)
|
| Uses of ServerRef in org.ow2.cmi.reference |
|---|
| Subclasses of ServerRef in org.ow2.cmi.reference | |
|---|---|
class |
ServerId
Identify a server. |
| Methods in org.ow2.cmi.reference that return ServerRef | |
|---|---|
ServerRef |
CMIReference.getServerRef()
|
ServerRef |
ServerRef.getServerRef()
|
ServerRef |
ServerNotFoundException.getServerRef()
|
| Constructors in org.ow2.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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||