|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jonas.cmi.internal.CmiServicePolicyStrategyManager
public class CmiServicePolicyStrategyManager
Manager for cmi policies and strategies. The Cmi service of JOnAS delegates management of cmi policies and strategies to this class
| Constructor Summary | |
|---|---|
CmiServicePolicyStrategyManager()
Default constructor. |
|
CmiServicePolicyStrategyManager(org.ow2.cmi.controller.server.ServerClusterViewManager serverClusterViewManager)
Constructor using fields. |
|
| Method Summary | |
|---|---|
void |
addPolicyStrategyBundle(String location,
Class<? extends org.ow2.cmi.lb.policy.IPolicy<?>>[] policies,
Class<? extends org.ow2.cmi.lb.strategy.IStrategy<?>>[] strategies)
Load the given archive. |
void |
removePolicyStrategyBundle(String location)
Unload the given archive. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CmiServicePolicyStrategyManager()
public CmiServicePolicyStrategyManager(org.ow2.cmi.controller.server.ServerClusterViewManager serverClusterViewManager)
serverClusterViewManager - the server-side manager to communicate with.| Method Detail |
|---|
public void addPolicyStrategyBundle(String location,
Class<? extends org.ow2.cmi.lb.policy.IPolicy<?>>[] policies,
Class<? extends org.ow2.cmi.lb.strategy.IStrategy<?>>[] strategies)
throws CmiServiceException
location - of the bundlepolicies - the policiesstrategies - the strategies
CmiServiceException - any.
public void removePolicyStrategyBundle(String location)
throws CmiServiceException
location - bundle location
CmiServiceException - any
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||