Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


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


public interface PeerBean

Field Summary
static String SCTP
           
static String TCP
           

 

Method Summary
 String getAddress()
          The peer listen address.
 String getHost()
          The peer host identity.
 int getPort()
          The TCP or TLS port number.
 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(String address)
           
 void setHost(String host)
           
 void setPort(int port)
           
 void setProtocol(String protocol)
           
 void setWatchdogEnabled(boolean watchdog)
           

 

Field Detail

TCP

static final String TCP
See Also:
Constant Field Values

SCTP

static final String SCTP
See Also:
Constant Field Values

Method Detail

getHost

String getHost()

The peer host identity.


setHost

void setHost(String host)

isHostSet

boolean isHostSet()

getAddress

String getAddress()

The peer listen address.


setAddress

void setAddress(String address)

isAddressSet

boolean isAddressSet()

getPort

int getPort()

The TCP or TLS port number.


setPort

void setPort(int port)

isPortSet

boolean isPortSet()

getProtocol

String getProtocol()

The Diameter Protocol

Returns:
Protocol to use for communication with this peer

setProtocol

void setProtocol(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.1

E36938-01


Copyright © 2012 Oracle Corporation. All Rights Reserved.