Skip navigation links

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

E38079-01


com.convergin.wcs.osgi.sf.ssuws
Interface WsOutboundRouteMBean


public interface WsOutboundRouteMBean

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.
 Object getWeight()
          Gets the value of the weight property.
 String getWSUri()
          Gets the value of the wsUri 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 setWeight(Object value)
          Sets the value of the weight property.
 void setWSUri(String value)
          Sets the value of the wsUri 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.

getWSUri

String getWSUri()
Gets the value of the wsUri property.

setWSUri

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