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 ModuleInstanceMBean


public interface ModuleInstanceMBean

Method Summary
 String getName()
          Gets the value of the name property.
 BigInteger getNumberOfRouters()
          Gets the value of the numberOfRouters property.
 ServerMappingsMBean getServersMBean()
          Return the value of the ServerMappings element
 String getState()
          Gets the value of the state property.
 void setName(String value)
          Sets the value of the name property.
 void setNumberOfRouters(BigInteger value)
          Sets the value of the numberOfRouters property.
 void setServersMBean(ServerMappingsMBean val)
          Set the value of the ServerMappings element
 void setState(String value)
          Sets the value of the state 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.

getState

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

setState

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

getNumberOfRouters

BigInteger getNumberOfRouters()
Gets the value of the numberOfRouters property.

setNumberOfRouters

void setNumberOfRouters(BigInteger value)
Sets the value of the numberOfRouters property.

getServersMBean

ServerMappingsMBean getServersMBean()
Return the value of the ServerMappings element

setServersMBean

void setServersMBean(ServerMappingsMBean val)
Set the value of the ServerMappings 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.