Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


com.convergin.common.framework.config
Interface ServersMBean


public interface ServersMBean

Inteface for ServersMBean

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

Method Summary
 javax.management.ObjectName createServer(java.lang.String newMbeanIndex)
          create a descendant mbean of type Server with the given name
 void destroyServer(java.lang.String delMbeanIndex)
          destroy a descendant mbean of type Server with the given name
 java.lang.String getDeploymentName()
          return the Module instance name that this MBean configures
 int getMaxServers()
          TBD: add description
 javax.management.ObjectName[] getServers()
          return all mbeans of type Server that are direct descendants of this mbean
 javax.management.ObjectName getSystem()
          Returns the MBean parent get accessor to the parent mbean: System
 javax.management.ObjectName lookupServer(java.lang.String lookupMBeanIndex)
          return the ObjectName of a specific mbean of type Server that is a direct descendant of this mbean
 void setMaxServers(int param)
          TBD: add description

 

Method Detail

getSystem

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

getMaxServers

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

setMaxServers

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

createServer

javax.management.ObjectName createServer(java.lang.String newMbeanIndex)
                                         throws java.io.IOException
create a descendant mbean of type Server with the given name
Parameters:
newMbeanIndex -
Returns:
ObjectName
Throws:
java.io.IOException

destroyServer

void destroyServer(java.lang.String delMbeanIndex)
                   throws java.io.IOException
destroy a descendant mbean of type Server with the given name
Parameters:
delMbeanIndex -
Throws:
java.io.IOException

lookupServer

javax.management.ObjectName lookupServer(java.lang.String lookupMBeanIndex)
return the ObjectName of a specific mbean of type Server that is a direct descendant of this mbean
Parameters:
lookupMBeanIndex -
Returns:
ObjectName

getServers

javax.management.ObjectName[] getServers()
return all mbeans of type Server that are direct descendants of this mbean
Returns:
ObjectName[]

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.