Skip navigation links

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

E38079-01


com.convergin.wcs.osgi.sf.ssusip
Interface SipOutboundDestinationMBean


public interface SipOutboundDestinationMBean

Method Summary
 BigInteger getActiveInterval()
          Gets the value of the activeInterval property.
 String getAlias()
          Gets the value of the alias property.
 String getHeartbeatMethodValue()
           
 String getHeartbeatValue()
           
 BigInteger getInactiveInterval()
          Gets the value of the inactiveInterval property.
 String getName()
          Gets the value of the name property.
 BigInteger getResponseTimeout()
          Gets the value of the responseTimeout property.
 String getSipUri()
          Gets the value of the sipUri property.
 Object getWeight()
          Gets the value of the weight property.
 void setActiveInterval(BigInteger value)
          Sets the value of the activeInterval property.
 void setAlias(String value)
          Sets the value of the alias property.
 void setHeartbeatMethodValue(String value)
          Set the value of heartbeatMethod
 void setHeartbeatValue(String value)
          Set the value of heartbeat
 void setInactiveInterval(BigInteger value)
          Sets the value of the inactiveInterval property.
 void setName(String value)
          Sets the value of the name property.
 void setResponseTimeout(BigInteger value)
          Sets the value of the responseTimeout property.
 void setSipUri(String value)
          Sets the value of the sipUri property.
 void setWeight(Object value)
          Sets the value of the weight 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.

getAlias

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

setAlias

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

getSipUri

String getSipUri()
Gets the value of the sipUri property.

setSipUri

void setSipUri(String value)
Sets the value of the sipUri property.

getWeight

Object getWeight()
Gets the value of the weight property.

setWeight

void setWeight(Object value)
Sets the value of the weight property.

getResponseTimeout

BigInteger getResponseTimeout()
Gets the value of the responseTimeout property.

setResponseTimeout

void setResponseTimeout(BigInteger value)
Sets the value of the responseTimeout property.

getActiveInterval

BigInteger getActiveInterval()
Gets the value of the activeInterval property.

setActiveInterval

void setActiveInterval(BigInteger value)
Sets the value of the activeInterval property.

getInactiveInterval

BigInteger getInactiveInterval()
Gets the value of the inactiveInterval property.

setInactiveInterval

void setInactiveInterval(BigInteger value)
Sets the value of the inactiveInterval property.

setHeartbeatValue

void setHeartbeatValue(String value)
Set the value of heartbeat

getHeartbeatValue

String getHeartbeatValue()

setHeartbeatMethodValue

void setHeartbeatMethodValue(String value)
Set the value of heartbeatMethod

getHeartbeatMethodValue

String getHeartbeatMethodValue()

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.