|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Function:This is implemented as a Remote Interface so that it can accept requests from remote clients (the PolicyService will normally not be running on the same host)
| Method Summary | |
void |
quit()
Quits. |
BasicPolControlObject |
startPolicy(java.lang.String polName,
java.lang.String domain)
Start a Policy Instance. |
RoleControlObject |
startRole(java.lang.String roleName,
java.lang.String domain)
Start a Role Instance. |
void |
stopPolicy(java.lang.String polDomainName)
Stop a Policy. |
| Method Detail |
public BasicPolControlObject startPolicy(java.lang.String polName,
java.lang.String domain)
throws java.rmi.RemoteException
polName - The name of the policydomain - The domain path of the policy
public RoleControlObject startRole(java.lang.String roleName,
java.lang.String domain)
throws java.rmi.RemoteException
roleName - The name of the roledomain - The domain path of the role
public void stopPolicy(java.lang.String polDomainName)
throws java.rmi.RemoteException
polDomainName - The ponder domain name of the policy
public void quit()
throws java.rmi.RemoteException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||