Skip navigation links

Oracle Communications Service Broker Configuration and Runtime MBean Java API Referencee
6.1

E38079-01


oracle.axia.actor.utils.extender
Interface ActorsMBean


public interface ActorsMBean

Method Summary
 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
 List<ActorSettingsMBean> getActorSettingsMBean()
          Return the list of the ActorSettings element
 List<ActorStoreMBean> getActorStoreMBean()
          Return the list of the ActorStore element
 List<BootstrapActorMBean> getBootstrapActorMBean()
          Return the list of the BootstrapActor element
 List<EventFactoryServiceMBean> getEventFactoryMBean()
          Return the list of the EventFactoryService element
 List<InstanceFactoryMBean> getInstanceFactoryMBean()
          Return the list of the InstanceFactory element
 List<SessionActorConfiguratorMBean> getSessionActorConfiguratorMBean()
          Return the list of the SessionActorConfigurator element
 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

 

Method Detail

addActorSettings

void addActorSettings()
Add a new element named actorSettings

removeActorSettings

void removeActorSettings(int index)
Remove an element named actorSettings by the index

addSessionActor

void addSessionActor()
Add a new element named sessionActor

removeSessionActor

void removeSessionActor(int index)
Remove an element named sessionActor by the index

addSessionActorConfigurator

void addSessionActorConfigurator()
Add a new element named sessionActorConfigurator

removeSessionActorConfigurator

void removeSessionActorConfigurator(int index)
Remove an element named sessionActorConfigurator by the index

addBootstrapActor

void addBootstrapActor()
Add a new element named bootstrapActor

removeBootstrapActor

void removeBootstrapActor(int index)
Remove an element named bootstrapActor by the index

addEventFactory

void addEventFactory()
Add a new element named eventFactory

removeEventFactory

void removeEventFactory(int index)
Remove an element named eventFactory by the index

addInstanceFactory

void addInstanceFactory()
Add a new element named instanceFactory

removeInstanceFactory

void removeInstanceFactory(int index)
Remove an element named instanceFactory by the index

addActorStore

void addActorStore()
Add a new element named actorStore

removeActorStore

void removeActorStore(int index)
Remove an element named actorStore by the index

getActorSettingsMBean

List<ActorSettingsMBean> getActorSettingsMBean()
Return the list of the ActorSettings element

getSessionActorMBean

List<SessionActorMBean> getSessionActorMBean()
Return the list of the SessionActor element

getSessionActorConfiguratorMBean

List<SessionActorConfiguratorMBean> getSessionActorConfiguratorMBean()
Return the list of the SessionActorConfigurator element

getBootstrapActorMBean

List<BootstrapActorMBean> getBootstrapActorMBean()
Return the list of the BootstrapActor element

getEventFactoryMBean

List<EventFactoryServiceMBean> getEventFactoryMBean()
Return the list of the EventFactoryService element

getInstanceFactoryMBean

List<InstanceFactoryMBean> getInstanceFactoryMBean()
Return the list of the InstanceFactory element

getActorStoreMBean

List<ActorStoreMBean> getActorStoreMBean()
Return the list of the ActorStore element

Skip navigation links

Oracle Communications Service Broker Configuration and Runtime MBean Java API Referencee
6.1

E38079-01


Copyright © 2013, Oracle and/or its affiliates. All rights reserved.