|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GroupRegistration
Defines the operations to register and deregister entities with group properties
Method Summary | |
---|---|
ModificationType |
addGroupLeader(java.lang.String actorId,
java.lang.String groupURI)
Adds the specified actor as a leader of the given group. |
ModificationType |
removeGroupLeader(java.lang.String actorId,
java.lang.String groupURI)
Remove the specified actor as a leader of the given group. |
Method Detail |
---|
ModificationType addGroupLeader(java.lang.String actorId, java.lang.String groupURI) throws NotRegisteredException, DirectoryFailure, kaos.core.service.directory.ModificationException
actorId
- - unique identifier of the Actor (Agent) individual to be set as the leaderteamURI
- - unique URI of the Group for which to set the leader
NotRegisteredException
DirectoryFailure
kaos.core.service.directory.ModificationException
ModificationType removeGroupLeader(java.lang.String actorId, java.lang.String groupURI) throws NotRegisteredException, DirectoryFailure, kaos.core.service.directory.ModificationException
actorId
- - unique identifier of the Actor (Agent) individual to be removed as the leaderteamURI
- - unique URI of the Group from which to remove the leader
NotRegisteredException
DirectoryFailure
kaos.core.service.directory.ModificationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |