public class Server extends Object
Constructor and Description |
---|
Server() |
Modifier and Type | Method and Description |
---|---|
Integer |
getAdminPort()
Returns the adminPort of the Server.
|
String |
getCluster()
Returns the cluster of the Server.
|
Integer |
getCompleteMessageTimeout()
Returns the completeMessageTimeout of the Server.
|
String |
getDomainLogBroadcastSeverity()
Returns the domainLogBroadcastSeverity of the Server.
|
String |
getFailureAction()
Returns the failureAction of the Server.
|
Integer |
getGracefulShutdownTimeout()
Returns the gracefulShutdownTimeout of the Server.
|
String |
getHostNameVerifier()
Returns the hostNameVerifier of the Server.
|
String |
getIdentityKeystore()
Returns the identityKeystore of the Server.
|
String |
getJdbcLLRTableName()
Returns the jdbcLLRTableName of the Server.
|
String |
getJvmArgs()
Returns the jvmArgs of the Server.
|
String |
getKeyAlias()
Returns the keyAlias of the Server.
|
String |
getKeyStores()
Returns the keyStores of the Server.
|
String |
getListenAddress()
Returns the listenAddress of the Server.
|
String |
getListenAddress2()
Returns the listenAddress of the Server.
|
Integer |
getListenPort()
Returns the listenPort of the Server.
|
String |
getLogFileSeverity()
Returns the logFileSeverity of the Server.
|
String |
getMachine()
Returns the machine of the Server.
|
Long |
getMaxMessageSize()
Returns the maxMessageSize of the Server.
|
Integer |
getMaxStuckThreadTime()
Returns the maxStuckThreadTime of the Server.
|
String |
getMemoryBufferSeverity()
Returns the memoryBufferSeverity of the Server.
|
String |
getName()
Returns the name of the Server.
|
Integer |
getRestartDelaySeconds()
Returns the restartDelaySeconds of the Server.
|
Integer |
getRestartIntervalSeconds()
Returns the restartIntervalSeconds of the Server.
|
Integer |
getRestartMax()
Returns the restartMax of the Server.
|
String |
getServerStartMode()
Returns the serverStartMode of the Server.
|
Integer |
getSslListenPort()
Returns the sslListenPort of the Server.
|
String |
getStartupMode()
Returns the startupMode of the Server.
|
String |
getStdoutSeverity()
Returns the stdoutSeverity of the Server.
|
Integer |
getStuckThreadCount()
Returns the stuckThreadCount of the Server.
|
Integer |
getStuckThreadMaxTime()
Returns the stuckThreadMaxTime of the Server.
|
Integer |
getStuckThreadTimerInterval()
Returns the stuckThreadTimerInterval of the Server.
|
String |
getTrustKeystore()
Returns the trustKeystore of the Server.
|
boolean |
isAdminServer()
Returns if this is the AdminServer.
|
boolean |
isAutoKillIfFailed()
Returns if the server will be killed when it fails.
|
boolean |
isAutoRestart()
Returns if the server will auto restart.
|
boolean |
isHostNameVerificationIgnored()
Returns if HostName Verification is Ignored.
|
boolean |
isIgnoreSessionDuringShutdown()
Returns value of IgnoreSessionDuringShutdown attribute.
|
boolean |
isListenPortEnabled() |
boolean |
isSslEnabled()
Returns if ssl is enabled.
|
boolean |
isTunnelingEnabled()
Returns if tunneling is enabled.
|
boolean |
isTwoWaySslEnabled()
Returns if two way ssl is enabled.
|
boolean |
isUseFusionForLLR()
Returns if use Fusion for LLR.
|
Server |
setAdminPort(Integer adminPort)
Sets the adminPort of the Server.
|
Server |
setAdminServer(boolean adminServer)
Sets if this Server is the AdminServer.
|
Server |
setAutoKillIfFailed(boolean autoKillIfFailed)
Sets the autoKillIfFailed of the Server.
|
Server |
setAutoRestart(boolean autoRestart)
Sets the autoRestart of the Server.
|
Server |
setCluster(String cluster)
Sets the cluster of the Server.
|
Server |
setCompleteMessageTimeout(Integer completeMessageTimeout)
Sets the completeMessageTimeout of the Server.
|
Server |
setDomainLogBroadcastSeverity(String domainLogBroadcastSeverity)
Sets the domainLogBroadcastSeverity of the Server.
|
Server |
setFailureAction(String failureAction)
Sets the failureAction of the Server.
|
Server |
setGracefulShutdownTimeout(Integer gracefulShutdownTimeout)
Sets the gracefulShutdownTimeout of the Server.
|
Server |
setHostNameVerificationIgnored(boolean hostNameVerificationIgnored)
Sets the hostNameVerificationIgnored of the Server.
|
Server |
setHostNameVerifier(String hostNameVerifier)
Sets the hostNameVerifier of the Server.
|
Server |
setIdentityKeystore(String identityKeystore)
Sets the identityKeystore of the Server.
|
Server |
setIgnoreSessionDuringShutdown(boolean ignoreSessionDuringShutdown)
Sets value of the IgnoreSessionDuringShutdown attribute.
|
Server |
setJdbcLLRTableName(String jdbcLLRTableName)
Sets the jdbcLLRTableName of the Server.
|
Server |
setJvmArgs(String jvmArgs)
Sets the jvmArgs of the Server.
|
Server |
setKeyAlias(String keyAlias)
Sets the keyAlias of the Server.
|
Server |
setKeyStores(String keyStores)
Sets the keyStores of the Server.
|
Server |
setListenAddress(String listenAddress)
Sets the listenAddress of the Server.
|
Server |
setListenAddress2(String listenAddress)
Sets the listenAddress of the Server.
|
Server |
setListenPort(Integer listenPort)
Sets the listenPort of the Server.
|
Server |
setListenPortEnabled(boolean listenPortEnabled) |
Server |
setLogFileSeverity(String logFileSeverity)
Sets the logFileSeverity of the Server.
|
Server |
setMachine(String machine)
Sets the machine of the Server.
|
Server |
setMaxMessageSize(Long maxMessageSize)
Sets the maxMessageSize of the Server.
|
Server |
setMaxStuckThreadTime(Integer maxStuckThreadTime)
Sets the maxStuckThreadTime of the Server.
|
Server |
setMemoryBufferSeverity(String memoryBufferSeverity)
Sets the memoryBufferSeverity of the Server.
|
Server |
setName(String name)
Sets the name of the Server.
|
Server |
setRestartDelaySeconds(Integer restartDelaySeconds)
Sets the restartDelaySeconds of the Server.
|
Server |
setRestartIntervalSeconds(Integer restartIntervalSeconds)
Sets the restartIntervalSeconds of the Server.
|
Server |
setRestartMax(Integer restartMax)
Sets the restartMax of the Server.
|
Server |
setServerStartMode(String serverStartMode)
Sets the serverStartMode of the Server.
|
Server |
setSslEnabled(boolean sslEnabled)
Sets the sslEnabled of the Server.
|
Server |
setSslListenPort(Integer sslListenPort)
Sets the sslListenPort of the Server.
|
Server |
setStartupMode(String startupMode)
Sets the startupMode of the Server.
|
Server |
setStdoutSeverity(String stdoutSeverity)
Sets the stdoutSeverity of the Server.
|
Server |
setStuckThreadCount(Integer stuckThreadCount)
Sets the stuckThreadCount of the Server.
|
Server |
setStuckThreadMaxTime(Integer stuckThreadMaxTime)
Sets the stuckThreadMaxTime of the Server.
|
Server |
setStuckThreadTimerInterval(Integer stuckThreadTimerInterval)
Sets the stuckThreadTimerInterval of the Server.
|
Server |
setTrustKeystore(String trustKeystore)
Sets the trustKeystore of the Server.
|
Server |
setTunnelingEnabled(boolean tunnelingEnabled)
Sets the tunnelingEnabled of the Server.
|
Server |
setTwoWaySslEnabled(boolean twoWaySslEnabled)
Sets the twoWaySslEnabled of the Server.
|
Server |
setUseFusionForLLR(boolean useFusionForLLR)
Sets the useFusionForLLR of the Server.
|
protected String name
protected boolean adminServer
protected String machine
protected String cluster
protected String listenAddress
protected String listenAddress2
protected Integer listenPort
protected boolean listenPortEnabled
protected Integer sslListenPort
protected boolean sslEnabled
protected String serverStartMode
protected Integer adminPort
protected boolean hostNameVerificationIgnored
protected boolean ignoreSessionDuringShutdown
protected String hostNameVerifier
protected boolean twoWaySslEnabled
protected String startupMode
protected String jdbcLLRTableName
protected String identityKeystore
protected String trustKeystore
protected String keyAlias
protected boolean autoRestart
protected Integer restartIntervalSeconds
protected Integer restartDelaySeconds
protected Integer restartMax
protected String failureAction
protected Long maxMessageSize
protected String jvmArgs
protected Integer completeMessageTimeout
protected boolean tunnelingEnabled
protected Integer stuckThreadMaxTime
protected Integer stuckThreadTimerInterval
protected String keyStores
protected String domainLogBroadcastSeverity
protected String logFileSeverity
protected String stdoutSeverity
protected Integer gracefulShutdownTimeout
protected boolean autoKillIfFailed
protected boolean useFusionForLLR
protected String memoryBufferSeverity
protected Integer stuckThreadCount
protected Integer maxStuckThreadTime
public Integer getAdminPort()
public String getCluster()
public Integer getCompleteMessageTimeout()
public String getDomainLogBroadcastSeverity()
public String getFailureAction()
public Integer getGracefulShutdownTimeout()
public String getHostNameVerifier()
public String getIdentityKeystore()
public String getJdbcLLRTableName()
public String getJvmArgs()
public String getKeyAlias()
public String getKeyStores()
public String getListenAddress2()
public String getListenAddress()
public Integer getListenPort()
public boolean isListenPortEnabled()
public Server setListenPortEnabled(boolean listenPortEnabled)
public String getLogFileSeverity()
public String getMachine()
public Long getMaxMessageSize()
public Integer getMaxStuckThreadTime()
public String getMemoryBufferSeverity()
public String getName()
public Integer getRestartDelaySeconds()
public Integer getRestartIntervalSeconds()
public Integer getRestartMax()
public String getServerStartMode()
public Integer getSslListenPort()
public String getStartupMode()
public String getStdoutSeverity()
public Integer getStuckThreadCount()
public Integer getStuckThreadMaxTime()
public Integer getStuckThreadTimerInterval()
public String getTrustKeystore()
public boolean isAdminServer()
public boolean isAutoKillIfFailed()
public boolean isAutoRestart()
public boolean isHostNameVerificationIgnored()
public boolean isIgnoreSessionDuringShutdown()
public boolean isSslEnabled()
public boolean isTunnelingEnabled()
public boolean isTwoWaySslEnabled()
public boolean isUseFusionForLLR()
public Server setAdminPort(Integer adminPort)
adminPort
- an Integer used to set admin portpublic Server setAdminServer(boolean adminServer)
adminServer
- a boolean value used to set admin serverpublic Server setAutoKillIfFailed(boolean autoKillIfFailed)
autoKillIfFailed
- a boolean value used to set auto kill if failedpublic Server setAutoRestart(boolean autoRestart)
autoRestart
- a boolean value used to set auto restartpublic Server setCluster(String cluster)
cluster
- a String used to set clusterpublic Server setCompleteMessageTimeout(Integer completeMessageTimeout)
completeMessageTimeout
- an Integer usd to set complete message timeoutpublic Server setDomainLogBroadcastSeverity(String domainLogBroadcastSeverity)
domainLogBroadcastSeverity
- a Stirg used to set domain log broadcast severitypublic Server setFailureAction(String failureAction)
failureAction
- a String used to set failure actionpublic Server setGracefulShutdownTimeout(Integer gracefulShutdownTimeout)
gracefulShutdownTimeout
- an Integer value used to set graceful shutdown timeoutpublic Server setHostNameVerificationIgnored(boolean hostNameVerificationIgnored)
hostNameVerificationIgnored
- a boolean value used to set host name verification ignoredpublic Server setHostNameVerifier(String hostNameVerifier)
hostNameVerifier
- a String used to set host name verifierpublic Server setIgnoreSessionDuringShutdown(boolean ignoreSessionDuringShutdown)
ignoreSessionDuringShutdown
- true if sessions should be ignoredpublic Server setIdentityKeystore(String identityKeystore)
identityKeystore
- a String used to set identity key storepublic Server setJdbcLLRTableName(String jdbcLLRTableName)
jdbcLLRTableName
- a Sting used to set jdbc llr table namepublic Server setJvmArgs(String jvmArgs)
jvmArgs
- a String used to set jvm argspublic Server setKeyAlias(String keyAlias)
keyAlias
- a String used to set key aliaspublic Server setKeyStores(String keyStores)
keyStores
- a String used to set key storespublic Server setListenAddress(String listenAddress)
listenAddress
- a String used to set listen addresspublic Server setListenAddress2(String listenAddress)
listenAddress
- a String used to set listen addresspublic Server setListenPort(Integer listenPort)
listenPort
- an Integer used to set listen portpublic Server setLogFileSeverity(String logFileSeverity)
logFileSeverity
- a String used to set log file severitypublic Server setMachine(String machine)
machine
- a String used to set machinepublic Server setMaxMessageSize(Long maxMessageSize)
maxMessageSize
- a Long object used to set max message sizepublic Server setMaxStuckThreadTime(Integer maxStuckThreadTime)
maxStuckThreadTime
- an Integer used to set max stuck thread timepublic Server setMemoryBufferSeverity(String memoryBufferSeverity)
memoryBufferSeverity
- a String used to set memory buffer severitypublic Server setName(String name)
name
- a String used to set namepublic Server setRestartDelaySeconds(Integer restartDelaySeconds)
restartDelaySeconds
- an Integer used to set restart delay secondspublic Server setRestartIntervalSeconds(Integer restartIntervalSeconds)
restartIntervalSeconds
- an Integer used to set restart interval secondspublic Server setRestartMax(Integer restartMax)
restartMax
- an Integer used to set restart maxpublic Server setServerStartMode(String serverStartMode)
serverStartMode
- a String used to set server start modepublic Server setSslEnabled(boolean sslEnabled)
sslEnabled
- a boolean value used to set ssl enabledpublic Server setSslListenPort(Integer sslListenPort)
sslListenPort
- an Integer use to set ssl listen portpublic Server setStartupMode(String startupMode)
startupMode
- a String used to set startup modepublic Server setStdoutSeverity(String stdoutSeverity)
stdoutSeverity
- a String used to set stdout severitypublic Server setStuckThreadCount(Integer stuckThreadCount)
stuckThreadCount
- an Integer used to set stuck thread countpublic Server setStuckThreadMaxTime(Integer stuckThreadMaxTime)
stuckThreadMaxTime
- an Integer used to set stuck thread max timepublic Server setStuckThreadTimerInterval(Integer stuckThreadTimerInterval)
stuckThreadTimerInterval
- an Integer use to set stuck thread timer intervalpublic Server setTrustKeystore(String trustKeystore)
trustKeystore
- a Sting used to set trust keystorepublic Server setTunnelingEnabled(boolean tunnelingEnabled)
tunnelingEnabled
- a boolean value used to set tunneling enabledpublic Server setTwoWaySslEnabled(boolean twoWaySslEnabled)
twoWaySslEnabled
- a boolean value use to set two way ssl enabledpublic Server setUseFusionForLLR(boolean useFusionForLLR)
useFusionForLLR
- a boolean value used to set use fusion for llr