Skip navigation links

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

E38079-01


com.convergin.wcs.osgi.framework.impl
Interface ServerMappingsMBean


public interface ServerMappingsMBean

Method Summary
 void addServer()
          Add a new element named server
 BigInteger getMaxServers()
          Gets the value of the maxServers property.
 String getName()
          Gets the value of the name property.
 List<ServerMappingMBean> getServerMBean()
          Return the list of the ServerMapping element
 void removeServer(int index)
          Remove an element named server by the index
 void setMaxServers(BigInteger value)
          Sets the value of the maxServers property.
 void setName(String value)
          Sets the value of the name property.

 

Method Detail

getName

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

setName

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

getMaxServers

BigInteger getMaxServers()
Gets the value of the maxServers property.

setMaxServers

void setMaxServers(BigInteger value)
Sets the value of the maxServers property.

addServer

void addServer()
Add a new element named server

removeServer

void removeServer(int index)
Remove an element named server by the index

getServerMBean

List<ServerMappingMBean> getServerMBean()
Return the list of the ServerMapping 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.