biz.chitec.quarterback.gjsa
Class BasicRequestSymbols
java.lang.Object
biz.chitec.quarterback.gjsa.ChatSymbolHolder
biz.chitec.quarterback.gjsa.BasicRequestSymbols
- public final class BasicRequestSymbols
- extends ChatSymbolHolder
Method Summary |
java.lang.String |
getSymbolSetName()
Return the name of the symbol set.
|
int[] |
getSymbolSetVersion()
Version of the symbol set in version-subversion-patchlevel type.
|
java.lang.String |
numericToSymbol(int numeric)
Return the string-based representation of the symbol.
|
int |
symbolToNumeric(java.lang.String symbol)
Return the numeric equivalent to a symbol given as String.
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
instance
public static final BasicRequestSymbols instance
ADDTOADMINMESSAGELOGGER
public static final int ADDTOADMINMESSAGELOGGER
- See Also:
- Constant Field Values
ADDTOCONNECTIONLOGGER
public static final int ADDTOCONNECTIONLOGGER
- See Also:
- Constant Field Values
ADDTOMESSAGELOGGER
public static final int ADDTOMESSAGELOGGER
- See Also:
- Constant Field Values
ADMINCONNECTIVE
public static final int ADMINCONNECTIVE
- See Also:
- Constant Field Values
BURSTALL
public static final int BURSTALL
- See Also:
- Constant Field Values
BURSTNEXT
public static final int BURSTNEXT
- See Also:
- Constant Field Values
BURSTNONE
public static final int BURSTNONE
- See Also:
- Constant Field Values
CLOSESESSION
public static final int CLOSESESSION
- See Also:
- Constant Field Values
CONFIRM
public static final int CONFIRM
- See Also:
- Constant Field Values
CONNECTIONBOUND
public static final int CONNECTIONBOUND
- See Also:
- Constant Field Values
CONTINUEBURST
public static final int CONTINUEBURST
- See Also:
- Constant Field Values
CURRENTTIMEMILLIS
public static final int CURRENTTIMEMILLIS
- See Also:
- Constant Field Values
DISABLEBURST
public static final int DISABLEBURST
- See Also:
- Constant Field Values
ENABLEBURST
public static final int ENABLEBURST
- See Also:
- Constant Field Values
EXIT
public static final int EXIT
- See Also:
- Constant Field Values
EXIT0
public static final int EXIT0
- See Also:
- Constant Field Values
EXIT1
public static final int EXIT1
- See Also:
- Constant Field Values
FILEABORT
public static final int FILEABORT
- See Also:
- Constant Field Values
FILECOMPLETE
public static final int FILECOMPLETE
- See Also:
- Constant Field Values
FILEPART
public static final int FILEPART
- See Also:
- Constant Field Values
GETASYNCHRONOUSBURST
public static final int GETASYNCHRONOUSBURST
- See Also:
- Constant Field Values
GETBURSTMODE
public static final int GETBURSTMODE
- See Also:
- Constant Field Values
GETBURSTSTATE
public static final int GETBURSTSTATE
- See Also:
- Constant Field Values
GETCLBAG
public static final int GETCLBAG
- See Also:
- Constant Field Values
GETCONNECTIONINFO
public static final int GETCONNECTIONINFO
- See Also:
- Constant Field Values
GETCONNECTIONVECTOR
public static final int GETCONNECTIONVECTOR
- See Also:
- Constant Field Values
GETDEBUGEXCEPTIONS
public static final int GETDEBUGEXCEPTIONS
- See Also:
- Constant Field Values
GETJVMVERSION
public static final int GETJVMVERSION
- See Also:
- Constant Field Values
GETOPENEDSESSIONID
public static final int GETOPENEDSESSIONID
- See Also:
- Constant Field Values
GETPROPERTIES
public static final int GETPROPERTIES
- See Also:
- Constant Field Values
GETPROPERTY
public static final int GETPROPERTY
- See Also:
- Constant Field Values
GETPROPERTYDESCRIPTIONS
public static final int GETPROPERTYDESCRIPTIONS
- See Also:
- Constant Field Values
GETPROPERTYNAMES
public static final int GETPROPERTYNAMES
- See Also:
- Constant Field Values
GETPROTOCOLVERSION
public static final int GETPROTOCOLVERSION
- See Also:
- Constant Field Values
GETSSLCIPHERS
public static final int GETSSLCIPHERS
- See Also:
- Constant Field Values
GETSSLPORT
public static final int GETSSLPORT
- See Also:
- Constant Field Values
GETTHREADCOUNT
public static final int GETTHREADCOUNT
- See Also:
- Constant Field Values
GETTHREADINFO
public static final int GETTHREADINFO
- See Also:
- Constant Field Values
KILLCONNECTION
public static final int KILLCONNECTION
- See Also:
- Constant Field Values
LEAVESTATE
public static final int LEAVESTATE
- See Also:
- Constant Field Values
LOGGINGCONNECTIVE
public static final int LOGGINGCONNECTIVE
- See Also:
- Constant Field Values
NEWCONNECTIONLESS
public static final int NEWCONNECTIONLESS
- See Also:
- Constant Field Values
NOP
public static final int NOP
- See Also:
- Constant Field Values
OBJECTCONNECTIVE
public static final int OBJECTCONNECTIVE
- See Also:
- Constant Field Values
OPENSESSION
public static final int OPENSESSION
- See Also:
- Constant Field Values
PROXYBASELEVEL
public static final int PROXYBASELEVEL
- See Also:
- Constant Field Values
PROXYCONNECTION
public static final int PROXYCONNECTION
- See Also:
- Constant Field Values
QUIT
public static final int QUIT
- See Also:
- Constant Field Values
REINITFILELOGGING
public static final int REINITFILELOGGING
- See Also:
- Constant Field Values
REINITSOCKETS
public static final int REINITSOCKETS
- See Also:
- Constant Field Values
REJECT
public static final int REJECT
- See Also:
- Constant Field Values
REMOVEFROMADMINMESSAGELOGGER
public static final int REMOVEFROMADMINMESSAGELOGGER
- See Also:
- Constant Field Values
REMOVEFROMCONNECTIONLOGGER
public static final int REMOVEFROMCONNECTIONLOGGER
- See Also:
- Constant Field Values
REMOVEFROMMESSAGELOGGER
public static final int REMOVEFROMMESSAGELOGGER
- See Also:
- Constant Field Values
SAVEPROPERTIES
public static final int SAVEPROPERTIES
- See Also:
- Constant Field Values
SENDADMINMESSAGE
public static final int SENDADMINMESSAGE
- See Also:
- Constant Field Values
SETASYNCHRONOUSBURST
public static final int SETASYNCHRONOUSBURST
- See Also:
- Constant Field Values
SETBURSTMODE
public static final int SETBURSTMODE
- See Also:
- Constant Field Values
SETBURSTSTATE
public static final int SETBURSTSTATE
- See Also:
- Constant Field Values
SETCLIENTADDRESS
public static final int SETCLIENTADDRESS
- See Also:
- Constant Field Values
SETLOCALE
public static final int SETLOCALE
- See Also:
- Constant Field Values
SETPROPERTY
public static final int SETPROPERTY
- See Also:
- Constant Field Values
SETPROVIDER
public static final int SETPROVIDER
- See Also:
- Constant Field Values
SETSYNCBURSTSIZE
public static final int SETSYNCBURSTSIZE
- See Also:
- Constant Field Values
STOPEXIT
public static final int STOPEXIT
- See Also:
- Constant Field Values
BasicRequestSymbols
public BasicRequestSymbols()
symbolToNumeric
public int symbolToNumeric(java.lang.String symbol)
- Description copied from class:
ChatSymbolHolder
- Return the numeric equivalent to a symbol given as String.
Usually, this method is implemented in the subclasses by a preprocessor.
- Specified by:
symbolToNumeric
in class ChatSymbolHolder
- Parameters:
symbol
- Value of the symbol as String
- Returns:
- The symbol's integer value.
numericToSymbol
public java.lang.String numericToSymbol(int numeric)
- Description copied from class:
ChatSymbolHolder
- Return the string-based representation of the symbol.
Usually, this method is implemented in the subclasses by a preprocessor.
- Specified by:
numericToSymbol
in class ChatSymbolHolder
- Parameters:
numeric
- The symbol's integer value.
- Returns:
- Value of the symbol as String.
getSymbolSetName
public java.lang.String getSymbolSetName()
- Description copied from class:
ChatSymbolHolder
- Return the name of the symbol set.
Usually, this method is implemented in the subclasses by a preprocessor.
- Specified by:
getSymbolSetName
in class ChatSymbolHolder
- Returns:
- Arbitrary name of the symbol set.
getSymbolSetVersion
public int[] getSymbolSetVersion()
- Description copied from class:
ChatSymbolHolder
- Version of the symbol set in version-subversion-patchlevel type.
Usually, this method is implemented in the subclasses by a preprocessor.
- Specified by:
getSymbolSetVersion
in class ChatSymbolHolder
- Returns:
- int-array with three elements being version (index 0), subversion (index 1) and patchlevel (index 2) of the symbol set.