Skip navigation links

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

E38079-01


oracle.axia.actor.utils.extender
Interface ActorSettingsMBean


public interface ActorSettingsMBean

Method Summary
 void addErrorHandling()
          Add a new element named errorHandling
 void addRedundancyMode()
          Add a new element named redundancyMode
 void addSessionCountingMode()
          Add a new element named sessionCountingMode
 String getErrorHandlingValue()
           
 String getImplementationClass()
          Gets the value of the implementationClass property.
 int getMaxEventCapacity()
          Gets the value of the maxEventCapacity property.
 int getMaxTimerCapacity()
          Gets the value of the maxTimerCapacity property.
 String getRedundancyModeValue()
           
 String getSessionCountingModeValue()
           
 void removeErrorHandling()
          Remove an element named errorHandling
 void removeRedundancyMode()
          Remove an element named redundancyMode
 void removeSessionCountingMode()
          Remove an element named sessionCountingMode
 void setErrorHandlingValue(String value)
          Set the value of errorHandling
 void setImplementationClass(String value)
          Sets the value of the implementationClass property.
 void setMaxEventCapacity(Integer value)
          Sets the value of the maxEventCapacity property.
 void setMaxTimerCapacity(Integer value)
          Sets the value of the maxTimerCapacity property.
 void setRedundancyModeValue(String value)
          Set the value of redundancyMode
 void setSessionCountingModeValue(String value)
          Set the value of sessionCountingMode

 

Method Detail

getImplementationClass

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

setImplementationClass

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

getMaxEventCapacity

int getMaxEventCapacity()
Gets the value of the maxEventCapacity property.

setMaxEventCapacity

void setMaxEventCapacity(Integer value)
Sets the value of the maxEventCapacity property.

getMaxTimerCapacity

int getMaxTimerCapacity()
Gets the value of the maxTimerCapacity property.

setMaxTimerCapacity

void setMaxTimerCapacity(Integer value)
Sets the value of the maxTimerCapacity property.

addErrorHandling

void addErrorHandling()
Add a new element named errorHandling

removeErrorHandling

void removeErrorHandling()
Remove an element named errorHandling

setErrorHandlingValue

void setErrorHandlingValue(String value)
Set the value of errorHandling

getErrorHandlingValue

String getErrorHandlingValue()

addRedundancyMode

void addRedundancyMode()
Add a new element named redundancyMode

removeRedundancyMode

void removeRedundancyMode()
Remove an element named redundancyMode

setRedundancyModeValue

void setRedundancyModeValue(String value)
Set the value of redundancyMode

getRedundancyModeValue

String getRedundancyModeValue()

addSessionCountingMode

void addSessionCountingMode()
Add a new element named sessionCountingMode

removeSessionCountingMode

void removeSessionCountingMode()
Remove an element named sessionCountingMode

setSessionCountingModeValue

void setSessionCountingModeValue(String value)
Set the value of sessionCountingMode

getSessionCountingModeValue

String getSessionCountingModeValue()

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.