public final class ServerId extends TransferableObject implements Renderable
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CO_SERVER_RECONNECT_DELAY |
static java.lang.String |
SERVER_LOG_DIR |
static java.lang.String |
SERVER_ROOT_DIR |
static java.lang.String |
VENDOR_NAME |
static java.lang.String |
VENDOR_SITE |
| Constructor and Description |
|---|
ServerId(ServerContext serverCtx) |
| Modifier and Type | Method and Description |
|---|---|
ServerId |
deepClone()
Returns a deep clone of this object
|
boolean |
equals(java.lang.Object obj) |
int |
getCoServerReconnectDelay()
Returns the co-server reconnect delay in seconds
|
int |
getDefaultAsyncAgentTimeout() |
OsArchitecture |
getOsArchitecture() |
OsInfo |
getOsInfo() |
java.lang.String |
getOsName() |
OsType |
getOsType() |
java.lang.String |
getProperty(java.lang.String key) |
int |
getPropertyAsInt(java.lang.String key) |
java.util.Set<java.lang.String> |
getPropertyNames() |
java.awt.Color |
getRenderColor() |
javax.swing.Icon |
getRenderIcon() |
java.lang.String |
getRenderText() |
int |
getResourceLockTimeout() |
java.io.File |
getServerLogDir() |
java.lang.String |
getServerName() |
java.io.File |
getServerRootDir() |
int |
getWebServicePort() |
int |
hashCode() |
boolean |
isDatabaseConnected() |
boolean |
isEmptyPasswordAllowed() |
boolean |
isWebServiceAvailable() |
void |
putProperty(java.lang.String key,
int value) |
void |
putProperty(java.lang.String key,
java.lang.String value) |
DumpString |
toDumpString(DumpString s)
This method allows subclasses to add values to the existing DumpString of the superclass.
|
ToString |
toString(ToString s)
This method allows subclasses to add values to the existing ToString of the superclass.
|
cloneconfigureDumpHeadlineLength, configureDumpMaxElementsPrinted, copyDumpStringValues, copyToStringValues, createDumpHeader, toDumpString, toStringpublic static final java.lang.String SERVER_ROOT_DIR
public static final java.lang.String SERVER_LOG_DIR
public static final java.lang.String VENDOR_NAME
public static final java.lang.String VENDOR_SITE
public static final java.lang.String CO_SERVER_RECONNECT_DELAY
public ServerId(ServerContext serverCtx)
public java.io.File getServerRootDir()
public java.io.File getServerLogDir()
public int getCoServerReconnectDelay()
public void putProperty(java.lang.String key,
int value)
public void putProperty(java.lang.String key,
java.lang.String value)
public java.lang.String getProperty(java.lang.String key)
public int getPropertyAsInt(java.lang.String key)
public java.util.Set<java.lang.String> getPropertyNames()
public java.lang.String getServerName()
public java.lang.String getOsName()
public OsType getOsType()
public OsArchitecture getOsArchitecture()
public OsInfo getOsInfo()
public int getWebServicePort()
public boolean isWebServiceAvailable()
public boolean isEmptyPasswordAllowed()
public int getResourceLockTimeout()
public int getDefaultAsyncAgentTimeout()
public boolean isDatabaseConnected()
public java.awt.Color getRenderColor()
getRenderColor in interface Renderablepublic javax.swing.Icon getRenderIcon()
getRenderIcon in interface Renderablepublic java.lang.String getRenderText()
getRenderText in interface Renderablepublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic ServerId deepClone()
DeepCloneabledeepClone in interface DeepCloneabledeepClone in class TransferableObjectpublic ToString toString(ToString s)
DumpabletoString in interface DumpabletoString in class DumpableObjectpublic DumpString toDumpString(DumpString s)
DumpabletoDumpString in interface DumpabletoDumpString in class DumpableObjectCopyright © 2014 EsprIT-Systems. All Rights Reserved.