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.
|
clone
configureDumpHeadlineLength, configureDumpMaxElementsPrinted, copyDumpStringValues, copyToStringValues, createDumpHeader, toDumpString, toString
public 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 Renderable
public javax.swing.Icon getRenderIcon()
getRenderIcon
in interface Renderable
public java.lang.String getRenderText()
getRenderText
in interface Renderable
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ServerId deepClone()
DeepCloneable
deepClone
in interface DeepCloneable
deepClone
in class TransferableObject
public ToString toString(ToString s)
Dumpable
toString
in interface Dumpable
toString
in class DumpableObject
public DumpString toDumpString(DumpString s)
Dumpable
toDumpString
in interface Dumpable
toDumpString
in class DumpableObject
Copyright © 2014 EsprIT-Systems. All Rights Reserved.