Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


oracle.axia.config.beans.protocol.sip
Interface NetworkAccessPointTypeMBean

All Superinterfaces:
NetworkAccessPointTypeReadOnlyMBean
All Known Implementing Classes:
NetworkAccessPointType

public interface NetworkAccessPointTypeMBean
extends NetworkAccessPointTypeReadOnlyMBean

Method Summary
 void setCompleteMessageTimeout(long value)
          Sets the value of the completeMessageTimeout property.
 void setExternalListenAddressMBean(NetworkAddressTypeMBean val)
          Set the value of the NetworkAddressType element
 void setIdleConnectionTimeout(long value)
          Sets the value of the idleConnectionTimeout property.
 void setListenAddressMBean(NetworkAddressTypeMBean val)
          Set the value of the NetworkAddressType element
 void setMaximumConnectedClients(long value)
          Sets the value of the maximumConnectedClients property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setProtocol(java.lang.String value)
          Sets the value of the protocol property.
 void setTarget(java.lang.String value)
          Sets the value of the target property.

 

Methods inherited from interface oracle.axia.config.beans.protocol.sip.NetworkAccessPointTypeReadOnlyMBean
getCompleteMessageTimeout, getExternalListenAddressMBean, getIdleConnectionTimeout, getListenAddressMBean, getMaximumConnectedClients, getName, getProtocol, getTarget

 

Method Detail

setTarget

void setTarget(java.lang.String value)
Sets the value of the target property.

setName

void setName(java.lang.String value)
Sets the value of the name property.

setProtocol

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

setCompleteMessageTimeout

void setCompleteMessageTimeout(long value)
Sets the value of the completeMessageTimeout property.

setIdleConnectionTimeout

void setIdleConnectionTimeout(long value)
Sets the value of the idleConnectionTimeout property.

setMaximumConnectedClients

void setMaximumConnectedClients(long value)
Sets the value of the maximumConnectedClients property.

setListenAddressMBean

void setListenAddressMBean(NetworkAddressTypeMBean val)
Set the value of the NetworkAddressType element

setExternalListenAddressMBean

void setExternalListenAddressMBean(NetworkAddressTypeMBean val)
Set the value of the NetworkAddressType element

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.