public interface SessionActorMBean
Modifier and Type | Method and Description |
---|---|
void |
addArgument()
Add a new element named argument
|
void |
addColocationSettings()
Add a new element named colocationSettings
|
void |
addInitialEventRegistration()
Add a new element named initialEventRegistration
|
java.lang.String |
getActorIdAttribute()
Gets the value of the actorIdAttribute property.
|
java.util.List<ArgumentMBean> |
getArgumentMBean()
Return the list of the Argument element
|
ColocationSettingsMBean |
getColocationSettingsMBean()
Return the value of the ColocationSettings element
|
java.lang.String |
getImplementationClass()
Gets the value of the implementationClass property.
|
java.util.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(java.lang.String value)
Sets the value of the actorIdAttribute property.
|
void |
setColocationSettingsMBean(ColocationSettingsMBean val)
Set the value of the ColocationSettings element
|
void |
setImplementationClass(java.lang.String value)
Sets the value of the implementationClass property.
|
java.lang.String getImplementationClass()
void setImplementationClass(java.lang.String value)
java.lang.String getActorIdAttribute()
void setActorIdAttribute(java.lang.String value)
void addArgument()
void removeArgument(int index)
void addInitialEventRegistration()
void removeInitialEventRegistration(int index)
void addColocationSettings()
void removeColocationSettings()
java.util.List<ArgumentMBean> getArgumentMBean()
java.util.List<EventRegistrationMBean> getInitialEventRegistrationMBean()
ColocationSettingsMBean getColocationSettingsMBean()
void setColocationSettingsMBean(ColocationSettingsMBean val)