Skip navigation links

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

E38079-01


com.convergin.wcs.osgi.framework.pn.impl
Interface ModuleInstanceMBean


public interface ModuleInstanceMBean

Method Summary
 AllocatorsMBean getAllocatorsMBean()
          Return the value of the Allocators element
 BigInteger getMaxActiveSessionDuration()
          Gets the value of the maxActiveSessionDuration property.
 String getName()
          Gets the value of the name property.
 OverloadProtectionMBean getOverloadProtectionMBean()
          Return the value of the OverloadProtection element
 String getPersistencyModeValue()
           
 String getState()
          Gets the value of the state property.
 TracingMBean getTracingMBean()
          Return the value of the Tracing element
 void setAllocatorsMBean(AllocatorsMBean val)
          Set the value of the Allocators element
 void setMaxActiveSessionDuration(BigInteger value)
          Sets the value of the maxActiveSessionDuration property.
 void setName(String value)
          Sets the value of the name property.
 void setOverloadProtectionMBean(OverloadProtectionMBean val)
          Set the value of the OverloadProtection element
 void setPersistencyModeValue(String value)
          Set the value of persistencyMode
 void setState(String value)
          Sets the value of the state property.
 void setTracingMBean(TracingMBean val)
          Set the value of the Tracing element

 

Method Detail

getName

String getName()
Gets the value of the name property.

setName

void setName(String value)
Sets the value of the name property.

getState

String getState()
Gets the value of the state property.

setState

void setState(String value)
Sets the value of the state property.

getMaxActiveSessionDuration

BigInteger getMaxActiveSessionDuration()
Gets the value of the maxActiveSessionDuration property.

setMaxActiveSessionDuration

void setMaxActiveSessionDuration(BigInteger value)
Sets the value of the maxActiveSessionDuration property.

setPersistencyModeValue

void setPersistencyModeValue(String value)
Set the value of persistencyMode

getPersistencyModeValue

String getPersistencyModeValue()

getAllocatorsMBean

AllocatorsMBean getAllocatorsMBean()
Return the value of the Allocators element

setAllocatorsMBean

void setAllocatorsMBean(AllocatorsMBean val)
Set the value of the Allocators element

getOverloadProtectionMBean

OverloadProtectionMBean getOverloadProtectionMBean()
Return the value of the OverloadProtection element

setOverloadProtectionMBean

void setOverloadProtectionMBean(OverloadProtectionMBean val)
Set the value of the OverloadProtection element

getTracingMBean

TracingMBean getTracingMBean()
Return the value of the Tracing element

setTracingMBean

void setTracingMBean(TracingMBean val)
Set the value of the Tracing 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.