public interface RunningProtocolsEntryMBean
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAlias()
Gets the value of the alias property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.String |
getPlugin()
Gets the value of the plugin property.
|
java.lang.String |
getProtocol()
Gets the value of the protocol property.
|
java.lang.String |
getSs7OwnAddressAlias()
Gets the value of the ss7OwnAddressAlias property.
|
void |
setAlias(java.lang.String value)
Sets the value of the alias property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setPlugin(java.lang.String value)
Sets the value of the plugin property.
|
void |
setProtocol(java.lang.String value)
Sets the value of the protocol property.
|
void |
setSs7OwnAddressAlias(java.lang.String value)
Sets the value of the ss7OwnAddressAlias property.
|
java.lang.String getProtocol()
void setProtocol(java.lang.String value)
java.lang.String getAlias()
void setAlias(java.lang.String value)
java.lang.String getPlugin()
void setPlugin(java.lang.String value)
java.lang.String getSs7OwnAddressAlias()
void setSs7OwnAddressAlias(java.lang.String value)
java.lang.String getName()
void setName(java.lang.String value)