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 ServerMappingMBean


public interface ServerMappingMBean

Method Summary
 String getManagedServerName()
          Gets the value of the managedServerName property.
 String getName()
          Gets the value of the name property.
 BigInteger getWcsServerId()
          Gets the value of the wcsServerId property.
 String getWcsServerName()
          Gets the value of the wcsServerName property.
 void setManagedServerName(String value)
          Sets the value of the managedServerName property.
 void setName(String value)
          Sets the value of the name property.
 void setWcsServerId(BigInteger value)
          Sets the value of the wcsServerId property.
 void setWcsServerName(String value)
          Sets the value of the wcsServerName 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.

getManagedServerName

String getManagedServerName()
Gets the value of the managedServerName property.

setManagedServerName

void setManagedServerName(String value)
Sets the value of the managedServerName property.

getWcsServerName

String getWcsServerName()
Gets the value of the wcsServerName property.

setWcsServerName

void setWcsServerName(String value)
Sets the value of the wcsServerName property.

getWcsServerId

BigInteger getWcsServerId()
Gets the value of the wcsServerId property.

setWcsServerId

void setWcsServerId(BigInteger value)
Sets the value of the wcsServerId property.

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.