|
Oracle Communications Service Broker Configuration and Runtime MBean Java API Referencee 6.1 E38079-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface M3UaMBean
Method Summary | |
---|---|
void |
addAdditionalParams(String var) Add a new element named additionalParams |
List<String> |
getAdditionalParams() Gets the value of the additionalParams property. |
IpLocalSystemsMBean |
getIpLocalSystemsMBean() Return the value of the IpLocalSystems element |
IpRemoteSystemsMBean |
getIpRemoteSystemsMBean() Return the value of the IpRemoteSystems element |
BigInteger |
getLocalPointCode() Gets the value of the localPointCode property. |
M3UaRoutesMBean |
getM3UaRoutesMBean() Return the value of the M3UaRoutes element |
String |
getName() Gets the value of the name property. |
SctpAssociationsMBean |
getSctpAssociationsMBean() Return the value of the SctpAssociations element |
void |
removeAdditionalParams(int index) Remove an element named additionalParams by the index |
void |
setIpLocalSystemsMBean(IpLocalSystemsMBean val) Set the value of the IpLocalSystems element |
void |
setIpRemoteSystemsMBean(IpRemoteSystemsMBean val) Set the value of the IpRemoteSystems element |
void |
setLocalPointCode(BigInteger value) Sets the value of the localPointCode property. |
void |
setM3UaRoutesMBean(M3UaRoutesMBean val) Set the value of the M3UaRoutes element |
void |
setName(String value) Sets the value of the name property. |
void |
setSctpAssociationsMBean(SctpAssociationsMBean val) Set the value of the SctpAssociations element |
Method Detail |
---|
String getName()
void setName(String value)
BigInteger getLocalPointCode()
void setLocalPointCode(BigInteger value)
List<String> getAdditionalParams()
This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set
method for the additionalParams property.
For example, to add a new item, do as follows:
getAdditionalParams().add(newItem);
Objects of the following type(s) are allowed in the list String
void addAdditionalParams(String var)
void removeAdditionalParams(int index)
IpLocalSystemsMBean getIpLocalSystemsMBean()
void setIpLocalSystemsMBean(IpLocalSystemsMBean val)
IpRemoteSystemsMBean getIpRemoteSystemsMBean()
void setIpRemoteSystemsMBean(IpRemoteSystemsMBean val)
SctpAssociationsMBean getSctpAssociationsMBean()
void setSctpAssociationsMBean(SctpAssociationsMBean val)
M3UaRoutesMBean getM3UaRoutesMBean()
void setM3UaRoutesMBean(M3UaRoutesMBean val)
|
Oracle Communications Service Broker Configuration and Runtime MBean Java API Referencee 6.1 E38079-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |