Skip navigation links

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

E38079-01


com.convergin.wcs.osgi.im.scf.cs1
Interface RunningProtocolsEntryMBean


public interface RunningProtocolsEntryMBean

Method Summary
 String getAlias()
          Gets the value of the alias property.
 String getName()
          Gets the value of the name property.
 String getPlugin()
          Gets the value of the plugin property.
 String getProtocol()
          Gets the value of the protocol property.
 String getSs7OwnAddressAlias()
          Gets the value of the ss7OwnAddressAlias property.
 void setAlias(String value)
          Sets the value of the alias property.
 void setName(String value)
          Sets the value of the name property.
 void setPlugin(String value)
          Sets the value of the plugin property.
 void setProtocol(String value)
          Sets the value of the protocol property.
 void setSs7OwnAddressAlias(String value)
          Sets the value of the ss7OwnAddressAlias property.

 

Method Detail

getProtocol

String getProtocol()
Gets the value of the protocol property.

setProtocol

void setProtocol(String value)
Sets the value of the protocol property.

getAlias

String getAlias()
Gets the value of the alias property.

setAlias

void setAlias(String value)
Sets the value of the alias property.

getPlugin

String getPlugin()
Gets the value of the plugin property.

setPlugin

void setPlugin(String value)
Sets the value of the plugin property.

getSs7OwnAddressAlias

String getSs7OwnAddressAlias()
Gets the value of the ss7OwnAddressAlias property.

setSs7OwnAddressAlias

void setSs7OwnAddressAlias(String value)
Sets the value of the ss7OwnAddressAlias property.

getName

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

setName

void setName(String value)
Sets the value of the name 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.