Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.0

E18767-01


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

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

public interface PeerBean
extends weblogic.descriptor.DescriptorBean

Field Summary
static java.lang.String SCTP
           
static java.lang.String TCP
           

 

Method Summary
 java.lang.String getAddress()
          The peer listen address.
 java.lang.String getHost()
          The peer host identity.
 int getPort()
          The TCP or TLS port number.
 java.lang.String getProtocol()
          The Diameter Protocol
 boolean getWatchdogEnabled()
          Specifies whether the Diameter Tw watchdog timer is used.
 boolean isAddressSet()
           
 boolean isHostSet()
           
 boolean isPortSet()
           
 boolean isProtocolSet()
           
 boolean isWatchdogEnabledSet()
           
 void setAddress(java.lang.String address)
           
 void setHost(java.lang.String host)
           
 void setPort(int port)
           
 void setProtocol(java.lang.String protocol)
           
 void setWatchdogEnabled(boolean watchdog)
           

 

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

TCP

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

SCTP

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

Method Detail

getHost

java.lang.String getHost()

The peer host identity.


setHost

void setHost(java.lang.String host)

isHostSet

boolean isHostSet()

getAddress

java.lang.String getAddress()

The peer listen address.


setAddress

void setAddress(java.lang.String address)

isAddressSet

boolean isAddressSet()

getPort

int getPort()

The TCP or TLS port number.


setPort

void setPort(int port)

isPortSet

boolean isPortSet()

getProtocol

java.lang.String getProtocol()

The Diameter Protocol

Returns:
Protocol to use for communication with this peer

setProtocol

void setProtocol(java.lang.String protocol)

isProtocolSet

boolean isProtocolSet()

getWatchdogEnabled

boolean getWatchdogEnabled()

Specifies whether the Diameter Tw watchdog timer is used.


setWatchdogEnabled

void setWatchdogEnabled(boolean watchdog)

isWatchdogEnabledSet

boolean isWatchdogEnabledSet()

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.