public interface SocketParameter extends Parameter
stella.GlobalGrouping instance)
and trying to shed his
wisdom to non-java applications should implement this interface. Instances
of SocketParameter are than served by a ParameterServer that
allows incomming queries to java-paramters and uses this interface's only
method, getAscii(), to transfer the paramter value to the client.| Modifier and Type | Field and Description |
|---|---|
static String |
NOTDEFINED
The string to send if the parameter is not-defined.
|
CONFIG, KEY_CLASS| Modifier and Type | Method and Description |
|---|---|
String |
getAscii()
Wraps over the
Parameter.get() method to allow ascii-transfers
of parameters via socket connections. |
defaultBoolean, defaultChar, defaultDouble, defaultFloat, defaultInt, defaultLong, defaultObject, defaultObject, defaultProperties, defaultProperty, getAsBoolean, getAsChar, getAsDouble, getAsFloat, getAsInt, getAsList, getAsLong, getAsMap, getAsObject, getAsObject, getProperties, getProperty, has, parseObject, removeProperty, setObject, setProperty, stringPropertiesinitstatic final String NOTDEFINED
String getAscii()
Parameter.get() method to allow ascii-transfers
of parameters via socket connections. This method is inteded to
allow different toString parameter representations than
its value.