|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjadex.application.space.agr.AGRSpace
public class AGRSpace
An AGR (agent-group-role) space.
| Field Summary | |
|---|---|
protected IApplication |
application
The application. |
protected Map |
groups
The groups. |
| Constructor Summary | |
|---|---|
AGRSpace()
|
|
| Method Summary | |
|---|---|
void |
addGroup(Group group)
Add a group to the space. |
void |
componentAdded(IComponentIdentifier cid)
Called from application component, when a component was added. |
void |
componentRemoved(IComponentIdentifier cid)
Called from application component, when a component was removed. |
Group |
getGroup(String name)
Get a group by name. |
void |
initSpace(IApplication application,
MSpaceInstance config,
IValueFetcher fetcher)
Initialize a space. |
void |
terminate()
Terminate the space. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Map groups
protected IApplication application
| Constructor Detail |
|---|
public AGRSpace()
| Method Detail |
|---|
public void addGroup(Group group)
group - The group to add.public Group getGroup(String name)
name - The name of the group.
public void componentAdded(IComponentIdentifier cid)
componentAdded in interface ISpacecid - The id of the added component.public void componentRemoved(IComponentIdentifier cid)
componentRemoved in interface ISpacecid - The id of the removed component.public void terminate()
terminate in interface ISpace
public void initSpace(IApplication application,
MSpaceInstance config,
IValueFetcher fetcher)
throws Exception
ISpace
initSpace in interface ISpaceException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||