Skip navigation links

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

E38079-01


oracle.ocsb.app.rcc.ssu.ece.config
Interface EceOutboundDestinationMBean


public interface EceOutboundDestinationMBean

Method Summary
 BigInteger getActiveInterval()
          Gets the value of the activeInterval property.
 String getAlias()
          Gets the value of the alias property.
 String getClusterName()
          Gets the value of the clusterName property.
 String getHbValue()
           
 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.
 BigInteger 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 setClusterName(String value)
          Sets the value of the clusterName property.
 void setHbValue(String value)
          Set the value of hb
 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(BigInteger 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.

getClusterName

String getClusterName()
Gets the value of the clusterName property.

setClusterName

void setClusterName(String value)
Sets the value of the clusterName property.

getWeight

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

setWeight

void setWeight(BigInteger 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.

setHbValue

void setHbValue(String value)
Set the value of hb

getHbValue

String getHbValue()

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.