|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object kaos.flexfeed.flik.FLIKServer
public class FLIKServer
Constructor Summary | |
---|---|
FLIKServer(int port,
java.lang.String transport)
|
Method Summary | |
---|---|
void |
addPolicyUpdateListener(PolicyUpdateListener listener)
Adds a listener which will be notified when policies have been updated |
void |
deregisterAgent(java.lang.String agentName)
|
void |
deregisterEnvironment(java.lang.String envUUID)
|
PolicyConstraints |
getPolicyConstraintsBetweenEntities(java.lang.String sourceId,
java.lang.String destId,
java.lang.String type)
Returns the policy constraints of the given type for the given source and destination entities (that is, the source entity is the actor of the policy, and the destination entity is the target of the policy). |
PolicyConstraints |
getPolicyConstraintsForEntity(java.lang.String entityId,
java.lang.String type)
Returns the policy constraints of the given type for the given entity (that is, the given entity is the actor of the policy). |
static void |
main(java.lang.String[] args)
|
void |
modifyAgentRegistration(java.lang.String agentName,
java.lang.String envUUID,
java.util.Vector domainList)
Modifies an agent registration with an updated envUUID and/or domainList |
void |
modifyEnvironmentRegistration(java.lang.String envUUID,
java.util.Vector domainList,
java.lang.Boolean isMobile)
Modifies an environment registration with an updated domainList or mobility |
void |
registerAgent(java.lang.String agentName,
java.lang.String envUUID,
java.util.Vector domainList)
Register an agent in FlexFeed. |
void |
registerEnvironment(java.lang.String envUUID,
java.util.Vector domainList,
java.lang.Boolean isMobile)
Register the environment with KAoS. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FLIKServer(int port, java.lang.String transport) throws java.lang.Exception
java.lang.Exception
Method Detail |
---|
public void registerEnvironment(java.lang.String envUUID, java.util.Vector domainList, java.lang.Boolean isMobile) throws java.lang.Exception
java.lang.Exception
public void registerAgent(java.lang.String agentName, java.lang.String envUUID, java.util.Vector domainList) throws java.lang.Exception
java.lang.Exception
public void modifyAgentRegistration(java.lang.String agentName, java.lang.String envUUID, java.util.Vector domainList) throws java.lang.Exception
java.lang.Exception
public void modifyEnvironmentRegistration(java.lang.String envUUID, java.util.Vector domainList, java.lang.Boolean isMobile) throws java.lang.Exception
java.lang.Exception
public void deregisterAgent(java.lang.String agentName) throws java.lang.Exception
java.lang.Exception
public void deregisterEnvironment(java.lang.String envUUID) throws java.lang.Exception
java.lang.Exception
public PolicyConstraints getPolicyConstraintsForEntity(java.lang.String entityId, java.lang.String type) throws java.lang.Exception
java.lang.Exception
public PolicyConstraints getPolicyConstraintsBetweenEntities(java.lang.String sourceId, java.lang.String destId, java.lang.String type)
public void addPolicyUpdateListener(PolicyUpdateListener listener)
public static void main(java.lang.String[] args)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |