Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


com.convergin.common.framework.config
Interface AllocatorMBean


public interface AllocatorMBean

Inteface for AllocatorMBean

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

Method Summary
 java.lang.String getAllocatorKey()
          TBD: add description
 javax.management.ObjectName getAllocators_REFSEP_()
          Returns the MBean parent get accessor to the parent mbean: Allocators_REFSEP_
 java.lang.String getDeploymentName()
          return the Module instance name that this MBean configures
 int getMaxId()
          TBD: add description
 int getMinId()
          TBD: add description
 void setAllocatorKey(java.lang.String param)
          TBD: add description
 void setMaxId(int param)
          TBD: add description
 void setMinId(int param)
          TBD: add description

 

Method Detail

getAllocators_REFSEP_

javax.management.ObjectName getAllocators_REFSEP_()
                                                  throws java.io.IOException
Returns the MBean parent get accessor to the parent mbean: Allocators_REFSEP_
Parameters:
-
Returns:
ObjectName
Throws:
java.io.IOException

getAllocatorKey

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

setAllocatorKey

void setAllocatorKey(java.lang.String param)
                     throws java.io.IOException
TBD: add description
Parameters:
param -
Throws:
java.io.IOException

getMinId

int getMinId()
             throws java.io.IOException
TBD: add description
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setMinId

void setMinId(int param)
              throws java.io.IOException
TBD: add description
Parameters:
param -
Throws:
java.io.IOException

getMaxId

int getMaxId()
             throws java.io.IOException
TBD: add description
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setMaxId

void setMaxId(int param)
              throws java.io.IOException
TBD: add description
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.