Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


com.convergin.common.framework.config
Interface SystemMBean


public interface SystemMBean

Inteface for SystemMBean

Author:
osnat NOTE: this code is autogenerated by createConfigMbeans.pl. Do not change it.

Method Summary
 javax.management.ObjectName getAllocators()
          TBD: add description get the referenced Allocators mbean
 java.lang.String getDeploymentName()
          return the Module instance name that this MBean configures
 int getMaxActiveSessionDuration()
          The maximum duration in seconds before the session is forcefully stopped
 java.lang.String getModulename()
          TBD: Add description
 javax.management.ObjectName getOverloadProtection()
          TBD get the referenced OverloadProtection mbean
 java.lang.String getPersistencyMode()
          Specifies the Service Broker persistency mode.
 java.lang.String getSbDomainName()
          The name of domain, this parameter is used when the cluster consist of multiple domains of the same type (i.e.
 javax.management.ObjectName getServers()
          TBD: add description get the referenced Servers mbean
 javax.management.ObjectName getStateChangedNotification()
          get the referenced StateChangedNotificationRules mbean
 java.lang.String getVersion()
          TBD: Add description
 void setAllocators(javax.management.ObjectName param)
          TBD: add description set the referenced Allocators mbean
 void setMaxActiveSessionDuration(int param)
          The maximum duration in seconds before the session is forcefully stopped
 void setOverloadProtection(javax.management.ObjectName param)
          TBD set the referenced OverloadProtection mbean
 void setPersistencyMode(java.lang.String param)
          Specifies the Service Broker persistency mode.
 void setSbDomainName(java.lang.String param)
          The name of domain, this parameter is used when the cluster consist of multiple domains of the same type (i.e.
 void setServers(javax.management.ObjectName param)
          TBD: add description set the referenced Servers mbean
 void setStateChangedNotification(javax.management.ObjectName param)
          set the referenced StateChangedNotificationRules mbean

 

Method Detail

getModulename

java.lang.String getModulename()
                               throws java.io.IOException
TBD: Add description
Parameters:
-
Returns:
String
Throws:
java.io.IOException

getVersion

java.lang.String getVersion()
                            throws java.io.IOException
TBD: Add description
Parameters:
-
Returns:
String
Throws:
java.io.IOException

getSbDomainName

java.lang.String getSbDomainName()
                                 throws java.io.IOException
The name of domain, this parameter is used when the cluster consist of multiple domains of the same type (i.e. multiple pn domains)
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setSbDomainName

void setSbDomainName(java.lang.String param)
                     throws java.io.IOException
The name of domain, this parameter is used when the cluster consist of multiple domains of the same type (i.e. multiple pn domains)
Parameters:
param -
Throws:
java.io.IOException

getMaxActiveSessionDuration

int getMaxActiveSessionDuration()
                                throws java.io.IOException
The maximum duration in seconds before the session is forcefully stopped
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setMaxActiveSessionDuration

void setMaxActiveSessionDuration(int param)
                                 throws java.io.IOException
The maximum duration in seconds before the session is forcefully stopped
Parameters:
param -
Throws:
java.io.IOException

getPersistencyMode

java.lang.String getPersistencyMode()
                                    throws java.io.IOException
Specifies the Service Broker persistency mode. Possible values: * ACTIVE - persistency is always active and session state is stored whenever it changes * INACTIVE - persistency is inactive and session state is never stored * ACTIVE_ON_REQUEST - session state is stored whenever one of the Service Broker components (that is IMs and OE) specifically request to store session state * ACTIVE_WHEN_ENABLED - session state is stored whenever it changes, provided that the OE enabled persistency at that specific state in session
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setPersistencyMode

void setPersistencyMode(java.lang.String param)
                        throws java.io.IOException
Specifies the Service Broker persistency mode. Possible values: * ACTIVE - persistency is always active and session state is stored whenever it changes * INACTIVE - persistency is inactive and session state is never stored * ACTIVE_ON_REQUEST - session state is stored whenever one of the Service Broker components (that is IMs and OE) specifically request to store session state * ACTIVE_WHEN_ENABLED - session state is stored whenever it changes, provided that the OE enabled persistency at that specific state in session
Parameters:
param -
Throws:
java.io.IOException

getServers

javax.management.ObjectName getServers()
                                       throws java.io.IOException
TBD: add description get the referenced Servers mbean
Parameters:
-
Returns:
ObjectName
Throws:
java.io.IOException

setServers

void setServers(javax.management.ObjectName param)
                throws java.io.IOException
TBD: add description set the referenced Servers mbean
Parameters:
param -
Throws:
java.io.IOException

getAllocators

javax.management.ObjectName getAllocators()
                                          throws java.io.IOException
TBD: add description get the referenced Allocators mbean
Parameters:
-
Returns:
ObjectName
Throws:
java.io.IOException

setAllocators

void setAllocators(javax.management.ObjectName param)
                   throws java.io.IOException
TBD: add description set the referenced Allocators mbean
Parameters:
param -
Throws:
java.io.IOException

getStateChangedNotification

javax.management.ObjectName getStateChangedNotification()
                                                        throws java.io.IOException
get the referenced StateChangedNotificationRules mbean
Parameters:
-
Returns:
ObjectName
Throws:
java.io.IOException

setStateChangedNotification

void setStateChangedNotification(javax.management.ObjectName param)
                                 throws java.io.IOException
set the referenced StateChangedNotificationRules mbean
Parameters:
param -
Throws:
java.io.IOException

getOverloadProtection

javax.management.ObjectName getOverloadProtection()
                                                  throws java.io.IOException
TBD get the referenced OverloadProtection mbean
Parameters:
-
Returns:
ObjectName
Throws:
java.io.IOException

setOverloadProtection

void setOverloadProtection(javax.management.ObjectName param)
                           throws java.io.IOException
TBD set the referenced OverloadProtection mbean
Parameters:
param -
Throws:
java.io.IOException

getDeploymentName

java.lang.String getDeploymentName()
return the Module instance name that this MBean configures
Returns:
String

Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


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