|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectkaos.policy.guard.GuardRetriever
public class GuardRetriever
This class provides a mechanism for enforcers to obtain a reference to the Guard. $Revision: 1.26 $
Constructor Summary | |
---|---|
GuardRetriever()
|
Method Summary | |
---|---|
static KAoSGuard |
getGuard()
Retrieve a reference to the Guard. |
static KAoSGuard |
instantiate()
Instantiate Guard based on the bootstrap file configuration |
static KAoSGuard |
instantiateGuard(java.lang.String guardNickName,
java.util.List<java.lang.String> domainNames,
KAoSServiceRoot sr,
java.lang.Object infrastructureInfo)
Instantiate Guard based on the provided configuration |
static KAoSGuard |
instantiateGuardFromState(java.lang.String stateFileName,
java.lang.String connectDS,
java.lang.String transport)
|
static void |
setControlledActionClasses(java.util.List<java.lang.String> actionClasses)
Set the Actor classes for the Guard. |
static void |
setControlledActorClasses(java.util.List<java.lang.String> actorClasses)
Set the Actor classes for the Guard. |
static void |
setGuard(KAoSGuard guard)
Store a reference to the Guard. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GuardRetriever()
Method Detail |
---|
public static KAoSGuard getGuard()
public static KAoSGuard instantiate() throws GuardInstantiationException
GuardInstantiationException
public static KAoSGuard instantiateGuard(java.lang.String guardNickName, java.util.List<java.lang.String> domainNames, KAoSServiceRoot sr, java.lang.Object infrastructureInfo)
public static void setGuard(KAoSGuard guard)
guard
- the current Guardpublic static void setControlledActorClasses(java.util.List<java.lang.String> actorClasses)
public static void setControlledActionClasses(java.util.List<java.lang.String> actionClasses)
public static KAoSGuard instantiateGuardFromState(java.lang.String stateFileName, java.lang.String connectDS, java.lang.String transport) throws GuardInstantiationException
GuardInstantiationException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |