public interface ActorsMBean
Modifier and Type | Method and Description |
---|---|
void |
addActorSettings()
Add a new element named actorSettings
|
void |
addActorStore()
Add a new element named actorStore
|
void |
addBootstrapActor()
Add a new element named bootstrapActor
|
void |
addEventFactory()
Add a new element named eventFactory
|
void |
addInstanceFactory()
Add a new element named instanceFactory
|
void |
addSessionActor()
Add a new element named sessionActor
|
void |
addSessionActorConfigurator()
Add a new element named sessionActorConfigurator
|
java.util.List<ActorSettingsMBean> |
getActorSettingsMBean()
Return the list of the ActorSettings element
|
java.util.List<ActorStoreMBean> |
getActorStoreMBean()
Return the list of the ActorStore element
|
java.util.List<BootstrapActorMBean> |
getBootstrapActorMBean()
Return the list of the BootstrapActor element
|
java.util.List<EventFactoryServiceMBean> |
getEventFactoryMBean()
Return the list of the EventFactoryService element
|
java.util.List<InstanceFactoryMBean> |
getInstanceFactoryMBean()
Return the list of the InstanceFactory element
|
java.util.List<SessionActorConfiguratorMBean> |
getSessionActorConfiguratorMBean()
Return the list of the SessionActorConfigurator element
|
java.util.List<SessionActorMBean> |
getSessionActorMBean()
Return the list of the SessionActor element
|
void |
removeActorSettings(int index)
Remove an element named actorSettings by the index
|
void |
removeActorStore(int index)
Remove an element named actorStore by the index
|
void |
removeBootstrapActor(int index)
Remove an element named bootstrapActor by the index
|
void |
removeEventFactory(int index)
Remove an element named eventFactory by the index
|
void |
removeInstanceFactory(int index)
Remove an element named instanceFactory by the index
|
void |
removeSessionActor(int index)
Remove an element named sessionActor by the index
|
void |
removeSessionActorConfigurator(int index)
Remove an element named sessionActorConfigurator by the index
|
void addActorSettings()
void removeActorSettings(int index)
void addSessionActor()
void removeSessionActor(int index)
void addSessionActorConfigurator()
void removeSessionActorConfigurator(int index)
void addBootstrapActor()
void removeBootstrapActor(int index)
void addEventFactory()
void removeEventFactory(int index)
void addInstanceFactory()
void removeInstanceFactory(int index)
void addActorStore()
void removeActorStore(int index)
java.util.List<ActorSettingsMBean> getActorSettingsMBean()
java.util.List<SessionActorMBean> getSessionActorMBean()
java.util.List<SessionActorConfiguratorMBean> getSessionActorConfiguratorMBean()
java.util.List<BootstrapActorMBean> getBootstrapActorMBean()
java.util.List<EventFactoryServiceMBean> getEventFactoryMBean()
java.util.List<InstanceFactoryMBean> getInstanceFactoryMBean()
java.util.List<ActorStoreMBean> getActorStoreMBean()