Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.0

E18767-01


com.bea.wcp.diameter.management.descriptor.beans
Interface ConfigurationBean

All Superinterfaces:
weblogic.descriptor.DescriptorBean, DiameterDescriptorBean, weblogic.descriptor.SettableBean

public interface ConfigurationBean
extends DiameterDescriptorBean

Field Summary
static java.lang.String DEFAULT_CONFIGURATION_NAME
           

 

Method Summary
 ApplicationBean createApplication(java.lang.String name)
           
 DefaultRouteBean createDefaultRoute()
           
 MessageDebugBean createMessageDebug()
           
 PeerBean createPeer()
           
 PeerBean createPeer(java.lang.String host)
           
 RouteBean createRoute()
           
 RouteBean createRoute(java.lang.String name)
           
 void destroyApplication(ApplicationBean app)
           
 void destroyDefaultRoute(DefaultRouteBean drb)
           
 void destroyMessageDebug(MessageDebugBean drb)
           
 void destroyPeer(PeerBean pb)
           
 void destroyRoute(RouteBean rb)
           
 java.lang.String getAddress()
          The DNS name or IP address of the node.
 boolean getAllowDynamicPeers()
          Specifies whether dynamic peers are permitted.
 ApplicationBean[] getApplications()
           
 boolean getDebugEnabled()
          Specifies whether debug messages are enabled.
 DefaultRouteBean getDefaultRoute()
          The route used when a request does not match a configured route.
 java.lang.String getHost()
          The host identity.
 boolean getIncludeOriginStateId()
          Specified whether Origin-State-Id AVP is included in each request.
 MessageDebugBean getMessageDebug()
          Diameter Specific MessageDebugBean used to configure message logging.
 boolean getMessageDebugEnabled()
          Deprecated.  
 java.lang.String getName()
          The alphanumeric name of this node configuration.
 int getPeerRetryDelay()
          The number of seconds between retries to peer nodes.
 PeerBean[] getPeers()
           
 int getPort()
          The listen port of the node.
 java.lang.String getRealm()
          The realm name for which the node is responsible.
 long getRequestTimeout()
          The number of milliseconds to wait for an answer before timing out
 RouteBean[] getRoutes()
           
 boolean getSctpEnabled()
          Specifies whether SCTP is enabled.
 java.lang.Integer[] getSupportedVendorIds()
          Provision Supported-Vendor-Id for undefined AVPs.
 java.lang.String[] getTargets()
          The list of targets for this node.
 boolean getTlsEnabled()
          Specifies whether TLS is enabled.
 int getWatchdogTimeout()
          The number of seconds for the Diameter Tw watchdog timer.
 boolean isAddressSet()
           
 boolean isAllowDynamicPeersSet()
           
 boolean isApplicationsSet()
           
 boolean isDebugEnabledSet()
           
 boolean isDefaultRouteSet()
           
 boolean isHostSet()
           
 boolean isIncludeOriginStateIdSet()
           
 boolean isMessageDebugEnabledSet()
           
 boolean isMessageDebugSet()
           
 boolean isPeerRetryDelaySet()
           
 boolean isPeersSet()
           
 boolean isPortSet()
           
 boolean isRealmSet()
           
 boolean isRequestTimeoutSet()
           
 boolean isRoutesSet()
           
 boolean isSctpEnabledSet()
           
 boolean isSupportedVendorIdsSet()
           
 boolean isTargetsSet()
           
 boolean isTlsEnabledSet()
           
 boolean isWatchdogTimeoutSet()
           
 void setAddress(java.lang.String address)
           
 void setAllowDynamicPeers(boolean debug)
           
 void setDebugEnabled(boolean debug)
           
 void setHost(java.lang.String host)
           
 void setIncludeOriginStateId(boolean include)
           
 void setMessageDebugEnabled(boolean messageDebug)
           
 void setPeerRetryDelay(int delay)
           
 void setPort(int port)
           
 void setRealm(java.lang.String realm)
           
 void setRequestTimeout(long timeout)
           
 void setSctpEnabled(boolean sctpEnabled)
           
 void setSupportedVendorIds(java.lang.Integer[] supportedVendorIds)
           
 void setTargets(java.lang.String[] targets)
           
 void setTlsEnabled(boolean tlsEnabled)
           
 void setWatchdogTimeout(int delay)
           

 

Methods inherited from interface com.bea.wcp.diameter.management.descriptor.beans.DiameterDescriptorBean
setName

 

Methods inherited from interface weblogic.descriptor.DescriptorBean
addBeanUpdateListener, addPropertyChangeListener, createChildCopy, createChildCopyIncludingObsolete, getDescriptor, getParentBean, isEditable, removeBeanUpdateListener, removePropertyChangeListener

 

Methods inherited from interface weblogic.descriptor.SettableBean
isSet, unSet

 

Field Detail

DEFAULT_CONFIGURATION_NAME

static final java.lang.String DEFAULT_CONFIGURATION_NAME
See Also:
Constant Field Values

Method Detail

getName

java.lang.String getName()

The alphanumeric name of this node configuration.

Specified by:
getName in interface DiameterDescriptorBean

getTargets

java.lang.String[] getTargets()

The list of targets for this node.


setTargets

void setTargets(java.lang.String[] targets)

isTargetsSet

boolean isTargetsSet()

getHost

java.lang.String getHost()

The host identity.


setHost

void setHost(java.lang.String host)

isHostSet

boolean isHostSet()

getRealm

java.lang.String getRealm()

The realm name for which the node is responsible.


setRealm

void setRealm(java.lang.String realm)

isRealmSet

boolean isRealmSet()

getAddress

java.lang.String getAddress()

The DNS name or IP address of the node.


setAddress

void setAddress(java.lang.String address)

isAddressSet

boolean isAddressSet()

getPort

int getPort()

The listen port of the node.


setPort

void setPort(int port)

isPortSet

boolean isPortSet()

getTlsEnabled

boolean getTlsEnabled()

Specifies whether TLS is enabled.


setTlsEnabled

void setTlsEnabled(boolean tlsEnabled)

isTlsEnabledSet

boolean isTlsEnabledSet()

getSctpEnabled

boolean getSctpEnabled()

Specifies whether SCTP is enabled.


setSctpEnabled

void setSctpEnabled(boolean sctpEnabled)

isSctpEnabledSet

boolean isSctpEnabledSet()

getDebugEnabled

boolean getDebugEnabled()

Specifies whether debug messages are enabled.


setDebugEnabled

void setDebugEnabled(boolean debug)

isDebugEnabledSet

boolean isDebugEnabledSet()

getMessageDebugEnabled

boolean getMessageDebugEnabled()
Deprecated. 

Specifies whether diameter message tracing is enabled.


setMessageDebugEnabled

void setMessageDebugEnabled(boolean messageDebug)

isMessageDebugEnabledSet

boolean isMessageDebugEnabledSet()

getMessageDebug

MessageDebugBean getMessageDebug()

Diameter Specific MessageDebugBean used to configure message logging.


createMessageDebug

MessageDebugBean createMessageDebug()

destroyMessageDebug

void destroyMessageDebug(MessageDebugBean drb)

isMessageDebugSet

boolean isMessageDebugSet()

getApplications

ApplicationBean[] getApplications()

createApplication

ApplicationBean createApplication(java.lang.String name)

destroyApplication

void destroyApplication(ApplicationBean app)

isApplicationsSet

boolean isApplicationsSet()

getPeerRetryDelay

int getPeerRetryDelay()

The number of seconds between retries to peer nodes.


setPeerRetryDelay

void setPeerRetryDelay(int delay)

isPeerRetryDelaySet

boolean isPeerRetryDelaySet()

getAllowDynamicPeers

boolean getAllowDynamicPeers()

Specifies whether dynamic peers are permitted.


setAllowDynamicPeers

void setAllowDynamicPeers(boolean debug)

isAllowDynamicPeersSet

boolean isAllowDynamicPeersSet()

getRequestTimeout

long getRequestTimeout()

The number of milliseconds to wait for an answer before timing out


setRequestTimeout

void setRequestTimeout(long timeout)

isRequestTimeoutSet

boolean isRequestTimeoutSet()

getWatchdogTimeout

int getWatchdogTimeout()

The number of seconds for the Diameter Tw watchdog timer.


setWatchdogTimeout

void setWatchdogTimeout(int delay)

isWatchdogTimeoutSet

boolean isWatchdogTimeoutSet()

getIncludeOriginStateId

boolean getIncludeOriginStateId()

Specified whether Origin-State-Id AVP is included in each request.


setIncludeOriginStateId

void setIncludeOriginStateId(boolean include)

isIncludeOriginStateIdSet

boolean isIncludeOriginStateIdSet()

getSupportedVendorIds

java.lang.Integer[] getSupportedVendorIds()

Provision Supported-Vendor-Id for undefined AVPs.


setSupportedVendorIds

void setSupportedVendorIds(java.lang.Integer[] supportedVendorIds)

isSupportedVendorIdsSet

boolean isSupportedVendorIdsSet()

getPeers

PeerBean[] getPeers()

createPeer

PeerBean createPeer()

createPeer

PeerBean createPeer(java.lang.String host)

destroyPeer

void destroyPeer(PeerBean pb)

isPeersSet

boolean isPeersSet()

getRoutes

RouteBean[] getRoutes()

createRoute

RouteBean createRoute()

createRoute

RouteBean createRoute(java.lang.String name)

destroyRoute

void destroyRoute(RouteBean rb)

isRoutesSet

boolean isRoutesSet()

getDefaultRoute

DefaultRouteBean getDefaultRoute()

The route used when a request does not match a configured route.


createDefaultRoute

DefaultRouteBean createDefaultRoute()

destroyDefaultRoute

void destroyDefaultRoute(DefaultRouteBean drb)

isDefaultRouteSet

boolean isDefaultRouteSet()

Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.0

E18767-01


Copyright © 2005, 2010, Oracle and/or its affiliates. All rights reserved.