public class AGRSpace extends Object implements IExtensionInstance
Constructor and Description |
---|
AGRSpace(IExternalAccess exta,
MAGRSpaceInstance config) |
Modifier and Type | Method and Description |
---|---|
void |
addGroup(Group group)
Add a group to the space.
|
void |
componentAdded(IComponentDescription desc)
Called from application component, when a component was added.
|
void |
componentRemoved(IComponentDescription cid)
Called from application component, when a component was removed.
|
Group |
getGroup(String name)
Get a group by name.
|
IFuture<Void> |
init()
Initialize the extension.
|
IFuture<Void> |
terminate()
Initialize the extension.
|
public AGRSpace(IExternalAccess exta, MAGRSpaceInstance config)
public void addGroup(Group group)
group
- The group to add.public Group getGroup(String name)
name
- The name of the group.public void componentAdded(IComponentDescription desc)
cid
- The id of the added component.public void componentRemoved(IComponentDescription cid)
cid
- The id of the removed component.public IFuture<Void> init()
init
in interface IExtensionInstance
public IFuture<Void> terminate()
terminate
in interface IExtensionInstance
Copyright © 2012. All Rights Reserved.