Skip navigation links

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

E38079-01


oracle.axia.actor.utils.extender
Interface SessionActorMBean


public interface SessionActorMBean

Method Summary
 void addArgument()
          Add a new element named argument
 void addColocationSettings()
          Add a new element named colocationSettings
 void addInitialEventRegistration()
          Add a new element named initialEventRegistration
 String getActorIdAttribute()
          Gets the value of the actorIdAttribute property.
 List<ArgumentMBean> getArgumentMBean()
          Return the list of the Argument element
 ColocationSettingsMBean getColocationSettingsMBean()
          Return the value of the ColocationSettings element
 String getImplementationClass()
          Gets the value of the implementationClass property.
 List<EventRegistrationMBean> getInitialEventRegistrationMBean()
          Return the list of the EventRegistration element
 void removeArgument(int index)
          Remove an element named argument by the index
 void removeColocationSettings()
          Remove an element named colocationSettings
 void removeInitialEventRegistration(int index)
          Remove an element named initialEventRegistration by the index
 void setActorIdAttribute(String value)
          Sets the value of the actorIdAttribute property.
 void setColocationSettingsMBean(ColocationSettingsMBean val)
          Set the value of the ColocationSettings element
 void setImplementationClass(String value)
          Sets the value of the implementationClass property.

 

Method Detail

getImplementationClass

String getImplementationClass()
Gets the value of the implementationClass property.

setImplementationClass

void setImplementationClass(String value)
Sets the value of the implementationClass property.

getActorIdAttribute

String getActorIdAttribute()
Gets the value of the actorIdAttribute property.

setActorIdAttribute

void setActorIdAttribute(String value)
Sets the value of the actorIdAttribute property.

addArgument

void addArgument()
Add a new element named argument

removeArgument

void removeArgument(int index)
Remove an element named argument by the index

addInitialEventRegistration

void addInitialEventRegistration()
Add a new element named initialEventRegistration

removeInitialEventRegistration

void removeInitialEventRegistration(int index)
Remove an element named initialEventRegistration by the index

addColocationSettings

void addColocationSettings()
Add a new element named colocationSettings

removeColocationSettings

void removeColocationSettings()
Remove an element named colocationSettings

getArgumentMBean

List<ArgumentMBean> getArgumentMBean()
Return the list of the Argument element

getInitialEventRegistrationMBean

List<EventRegistrationMBean> getInitialEventRegistrationMBean()
Return the list of the EventRegistration element

getColocationSettingsMBean

ColocationSettingsMBean getColocationSettingsMBean()
Return the value of the ColocationSettings element

setColocationSettingsMBean

void setColocationSettingsMBean(ColocationSettingsMBean val)
Set the value of the ColocationSettings 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.