public interface PeerBean
extends weblogic.descriptor.DescriptorBean
Modifier and Type | Method and Description |
---|---|
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) |
static final String TCP
static final String SCTP
String getHost()
void setHost(String host)
boolean isHostSet()
String getAddress()
void setAddress(String address)
boolean isAddressSet()
int getPort()
void setPort(int port)
boolean isPortSet()
String getProtocol()
void setProtocol(String protocol)
boolean isProtocolSet()
boolean getWatchdogEnabled()
void setWatchdogEnabled(boolean watchdog)
boolean isWatchdogEnabledSet()