- cancelTimer() - Method in class cl.obcom.netclient.ServerChannel
-
- Ciphered - Static variable in interface cl.obcom.netclient.Message.Type
-
Encrypted data message [B].
- CipherKey - Static variable in interface cl.obcom.netclient.Message.Type
-
Change cipher key message [K].
- cl.obcom.netclient - package cl.obcom.netclient
-
Classes used to build client and server applications that communicate through
OBCOM NetServer using normal or secure (TLS) connections.
- clear() - Method in class cl.obcom.netclient.LayoutManager
-
Clears (removes) all layouts from the cache.
- ClientChannel - Class in cl.obcom.netclient
-
Communication channel between a client application and the OBCOM
NetServer.
- ClientListener - Class in cl.obcom.netclient
-
Implements methods that are called when special events occurs to a
ClientChannel object.
- ClientListener() - Constructor for class cl.obcom.netclient.ClientListener
-
Constructs a new ClientListener instance.
- ClientSlot - Class in cl.obcom.netclient
-
Implements a sub channel within a
ClientChannel TCP/IP communication
channel.
- clone() - Method in class cl.obcom.netclient.Message
-
Returns a "deep" copy of this Message.
- commitTransaction(String, Object) - Method in class cl.obcom.netclient.ServerChannel
-
- compile(String) - Method in class cl.obcom.netclient.Layout
-
Compiles the given specification into a Layout.
- compileEcu(String) - Method in class cl.obcom.netclient.Layout
-
Compiles an ECUSER specification into a Layout.
- complete(String) - Method in class cl.obcom.netclient.Layout
-
Completes the definition of the collection of fields of this Layout.
- Connect - Static variable in interface cl.obcom.netclient.Message.Oper
-
Server connect message [1].
- connect(String, String) - Method in class cl.obcom.netclient.ServerChannel
-
Connects this ServerChannel to the NetServer specified by the
supplied arguments.
- connect(String, String, String) - Method in class cl.obcom.netclient.ServerChannel
-
Connects this ServerChannel to the NetServer specified by the
supplied arguments.
- connect(String, String, LayoutManager) - Method in class cl.obcom.netclient.ServerChannel
-
Connects this ServerChannel to the NetServer specified by the
supplied arguments.
- ConnectException - Exception in cl.obcom.netclient
-
Exception thrown when a connect operation fails.
- ConnectException() - Constructor for exception cl.obcom.netclient.ConnectException
-
Constructs a new ConnectException with "null" as its
detail message.
- ConnectException(String) - Constructor for exception cl.obcom.netclient.ConnectException
-
Constructs a new ConnectException with the specified detail
message.
- ConnectException(Throwable) - Constructor for exception cl.obcom.netclient.ConnectException
-
Constructs a new ConnectException with the specified cause .
- ConnectException(String, Throwable) - Constructor for exception cl.obcom.netclient.ConnectException
-
Constructs a new ConnectException with the specified detail
message and cause.
- CorrelationID - Static variable in interface cl.obcom.netclient.Message.Label
-
Correlation identification [Q].
- Count - Static variable in interface cl.obcom.netclient.Message.Label
-
Total number of labels [75].
- create(String, String, String) - Static method in class cl.obcom.netclient.ClientChannel
-
Returns a ClientChannel named channelName with netserURI and layoutsURI.
- create(String, String, LayoutManager) - Static method in class cl.obcom.netclient.ClientChannel
-
Returns a ClientChannel named channelName with netserURI and layouts.
- create(String, String, String, ClientListener) - Static method in class cl.obcom.netclient.ClientChannel
-
Returns a ClientChannel named channelName with netserURI, layoutsURI and listener.
- create(String, String, LayoutManager, ClientListener) - Static method in class cl.obcom.netclient.ClientChannel
-
Returns a ClientChannel named channelName with netserURI, layouts and listener.
- getAlwaysEncrypt() - Method in class cl.obcom.netclient.ClientChannel
-
Returns true if messages sent to the NetServer are always
encrypted.
- getAlwaysEncrypt() - Method in class cl.obcom.netclient.ClientSlot
-
Returns true if messages are always sent encrypted to OBCOM
NetServer.
- getChannel() - Method in class cl.obcom.netclient.ClientSlot
-
Returns the ClientChannel that owns this ClientSlot.
- getChar(Message, int) - Method in class cl.obcom.netclient.LayoutField
-
Returns the first character of the value of the index occurence
of this field stored in message.
- getChar(String) - Method in class cl.obcom.netclient.Message
-
Returns the character value of the field identified by fieldName
.
- getChar(String, int) - Method in class cl.obcom.netclient.Message
-
Returns the character value of the field identified by fieldName
and index.
- getClientListener() - Method in class cl.obcom.netclient.ClientChannel
-
Returns the ClientListener associatted with this ClientChannel.
- getData(Message, int) - Method in class cl.obcom.netclient.LayoutField
-
Returns the internal character sequence of the index occurence of
this field in message.
- getData() - Method in class cl.obcom.netclient.Message
-
Returns the text data of this Message with trailing space
characters removed (right trimmed).
- getData(String) - Method in class cl.obcom.netclient.Message
-
Returns the internal character sequence of the field identified by fieldName.
- getData(String, int) - Method in class cl.obcom.netclient.Message
-
Returns the internal character sequence of the field identified by fieldName and index.
- getDataAll() - Method in class cl.obcom.netclient.Message
-
Returns all text data of this Message.
- getDataBytes() - Method in class cl.obcom.netclient.Message
-
Returns the binary data of this Message.
- getDate(Message, int) - Method in class cl.obcom.netclient.LayoutField
-
Returns the date value of the index occurence of this field
stored in message.
- getDate(String) - Method in class cl.obcom.netclient.Message
-
Returns the date value of the field identified by fieldName.
- getDate(String, int) - Method in class cl.obcom.netclient.Message
-
Returns the date value of the field identified by fieldName and
index.
- getDefault() - Method in class cl.obcom.netclient.LayoutField
-
Returns the default value of this LayoutField.
- getDefaultSignANSI() - Static method in class cl.obcom.netclient.Message
-
Returns true if, by default, numeric fields are stored in
messages using the ANSI mechanism.
- getDefinedDefault() - Method in class cl.obcom.netclient.LayoutField
-
Returns the defined default value of this LayoutField.
- getDouble(Message, int) - Method in class cl.obcom.netclient.LayoutField
-
Returns the double value of the index occurence of this field
stored in message.
- getDouble(String) - Method in class cl.obcom.netclient.Message
-
Returns the double value of the field identified by fieldName.
- getDouble(String, int) - Method in class cl.obcom.netclient.Message
-
Returns the double value of the field identified by fieldName and
index.
- getField(String) - Method in class cl.obcom.netclient.Layout
-
Returns the layout field indexed by the supplied name.
- getField(String) - Method in class cl.obcom.netclient.Message
-
Returns the field identified by fieldName.
- getFormCode() - Method in class cl.obcom.netclient.Message
-
Returns the form code of this Message.
- getID() - Method in class cl.obcom.netclient.ClientSlot
-
Returns the ID of this ClientSlot.
- getInteger(Message, int) - Method in class cl.obcom.netclient.LayoutField
-
Returns the integer value of the index occurence of this field
stored in message.
- getInteger(String) - Method in class cl.obcom.netclient.Message
-
Returns the integer value of the field identified by fieldName.
- getInteger(String, int) - Method in class cl.obcom.netclient.Message
-
Returns the integer value of the field identified by fieldName
and index.
- getLabel(int) - Method in class cl.obcom.netclient.Message
-
Returns the string value of the label identified by key.
- getLayout(String) - Method in class cl.obcom.netclient.ClientChannel
-
Returns the layout identified by the supplied layoutName.
- getLayout(String) - Method in class cl.obcom.netclient.ClientSlot
-
Returns the message layout identified by the supplied layoutName.
- getLayout(String) - Method in class cl.obcom.netclient.LayoutManager
-
Returns a Layout with the specified name.
- getLayout() - Method in class cl.obcom.netclient.Message
-
Returns the current layout of this Message.
- getLayout(String) - Method in class cl.obcom.netclient.ServerChannel
-
Returns the message layout identified by the supplied name.
- getLayoutManager() - Method in class cl.obcom.netclient.ClientChannel
-
Returns the LayoutManager associatted with this ClientChannel.
- getLayoutManager() - Method in class cl.obcom.netclient.ClientSlot
-
Returns the LayoutManager associatted with this ClientSlot.
- getLayoutManager() - Method in class cl.obcom.netclient.ServerChannel
-
Returns the LayoutManager in use by this ServerChannel.
- getLength() - Method in class cl.obcom.netclient.Layout
-
Returns the sum of the sizes of all the fields of this Layout.
- getLength() - Method in class cl.obcom.netclient.LayoutField
-
Returns the length of this LayoutField.
- getMaxLabelKey() - Method in class cl.obcom.netclient.Message
-
Returns the maximum label key of all Message labels.
- getMessage() - Method in class cl.obcom.netclient.ServerEvent
-
Returns the message of this ServerEvent.
- getMetaServerPID() - Method in class cl.obcom.netclient.ServerChannel
-
Returns the MetaServer Process ID of this ServerChannel.
- getMinLabelKey() - Method in class cl.obcom.netclient.Message
-
Returns the minimum label key of all Message labels.
- getMulticastName() - Method in class cl.obcom.netclient.Message
-
Returns the multicast name of this Message.
- getName() - Method in class cl.obcom.netclient.ClientChannel
-
Returns the name of this ClientChannel.
- getName() - Method in class cl.obcom.netclient.ClientSlot
-
Returns the name of this ClientSlot.
- getName() - Method in class cl.obcom.netclient.Layout
-
Returns the name of this Layout.
- getName() - Method in class cl.obcom.netclient.LayoutField
-
Returns the name of this LayoutField.
- getName() - Method in class cl.obcom.netclient.ServerChannel
-
Returns the name of this ServerChannel.
- getName() - Method in class cl.obcom.netclient.ServerEvent
-
Returns the name of the transaction or multicast message.
- getNetServerHost() - Method in class cl.obcom.netclient.ServerChannel
-
Returns the NetServer host address (name or IP number).
- getNetServerPort() - Method in class cl.obcom.netclient.ServerChannel
-
Returns the NetServer port number.
- getNetServerURI() - Method in class cl.obcom.netclient.ClientChannel
-
Returns the NetServer URI (protocol, host and port).
- getNetServerURI() - Method in class cl.obcom.netclient.ServerChannel
-
Returns the NetServer URI (protocol, host and port).
- getNumber(Message, int) - Method in class cl.obcom.netclient.LayoutField
-
Returns the decimal value of the index occurence of this field
stored in message.
- getNumber(String) - Method in class cl.obcom.netclient.Message
-
Returns the decimal value of the field identified by fieldName.
- getNumber(String, int) - Method in class cl.obcom.netclient.Message
-
Returns the decimal value of the field identified by fieldName
and index.
- getOccurs() - Method in class cl.obcom.netclient.LayoutField
-
Returns the number of occurrences of this LayoutField.
- getOccurs(String) - Method in class cl.obcom.netclient.Message
-
Returns the number of occurrences of the field identified by fieldName.
- getOffset(int) - Method in class cl.obcom.netclient.LayoutField
-
Returns the offset position of the index occurence of this field
in the Message or it's parent list.
- getOperCode() - Method in class cl.obcom.netclient.Message
-
- getParent() - Method in class cl.obcom.netclient.LayoutField
-
Returns the list field that contains this LayoutField.
- getProtCode() - Method in class cl.obcom.netclient.Message
-
- getReplyCode() - Method in class cl.obcom.netclient.Message
-
- getReplyMissing() - Method in class cl.obcom.netclient.ServerChannel
-
Returns true if no reply message has been sent for the current
transaction.
- getRunnable() - Method in class cl.obcom.netclient.ServerEvent
-
Returns the runnable of this ServerEvent.
- getScale() - Method in class cl.obcom.netclient.LayoutField
-
Returns the numeric scale of this LayoutField.
- getSequence() - Method in class cl.obcom.netclient.Message
-
Returns the sequence number of the Message.
- getServerCode() - Method in class cl.obcom.netclient.Message
-
Returns the server code of this Message.
- getSessionID() - Method in class cl.obcom.netclient.Message
-
Returns the session ID of this Message.
- getSessionID() - Method in class cl.obcom.netclient.ServerChannel
-
Returns the session ID of this ServerChannel.
- getSignANSI() - Method in class cl.obcom.netclient.Message
-
Returns true if numeric fields are stored in this Message
using the ANSI mechanism.
- getSignature() - Method in class cl.obcom.netclient.Layout
-
Returns the signature (or checksum) of this Layout.
- getStationKey() - Method in class cl.obcom.netclient.ClientChannel
-
Returns the station key of this ClientChannel.
- getString(Message, int) - Method in class cl.obcom.netclient.LayoutField
-
Returns the string value of the index occurence of this field
stored in message.
- getString(String) - Method in class cl.obcom.netclient.Message
-
Returns the string value of the field identified by fieldName.
- getString(String, int) - Method in class cl.obcom.netclient.Message
-
Returns the string value of the field identified by fieldName and
index.
- getTimeout() - Method in class cl.obcom.netclient.ServerChannel
-
Returns the server's event timeout in milliseconds.
- getTimestamp() - Method in class cl.obcom.netclient.ClientSlot
-
Returns an OBCOM NetServer timestamp.
- getTimestamp() - Method in class cl.obcom.netclient.ServerChannel
-
Returns an NetServer timestamp.
- getTranBootHost() - Method in class cl.obcom.netclient.ServerChannel
-
Returns the boot host name of the current transaction.
- getTranClientName() - Method in class cl.obcom.netclient.ServerChannel
-
Returns the client name of the current transaction.
- getTranCode() - Method in class cl.obcom.netclient.Message
-
Returns the transaction code of this Message.
- getTranDefaultHost() - Method in class cl.obcom.netclient.ServerChannel
-
Returns the default host name of the current transaction.
- getTranLocalHost() - Method in class cl.obcom.netclient.ServerChannel
-
Returns the local host name of the current transaction.
- getTranOriginator() - Method in class cl.obcom.netclient.ServerChannel
-
Returns the originator name of the current transaction.
- getTranOriginatorSession() - Method in class cl.obcom.netclient.ServerChannel
-
Returns the originator session name of the current transaction.
- getTranOriginatorStation() - Method in class cl.obcom.netclient.ServerChannel
-
Returns the originator station name of the current transaction.
- getTranProcessName() - Method in class cl.obcom.netclient.ServerChannel
-
Returns the process name of the current transaction.
- getTranSecurityHost() - Method in class cl.obcom.netclient.ServerChannel
-
Returns the security host name of the current transaction.
- getTranSequence() - Method in class cl.obcom.netclient.ServerChannel
-
Returns the sequence code of the current transaction.
- getTranSessionID() - Method in class cl.obcom.netclient.ServerChannel
-
Returns the session ID of the current transaction.
- getTranTimestamp() - Method in class cl.obcom.netclient.ServerChannel
-
Returns the timestamp of the current transaction.
- getType() - Method in class cl.obcom.netclient.LayoutField
-
Returns the type code of this LayoutField.
- getType() - Method in class cl.obcom.netclient.Message
-
- getType() - Method in class cl.obcom.netclient.ServerEvent
-
Returns the type of this ServerEvent.
- getURI() - Method in class cl.obcom.netclient.LayoutManager
-
Returns the Uniform Resource Identifier (URI) of this LayoutManager.
- getVersion() - Method in class cl.obcom.netclient.ClientChannel
-
Returns the implementation version of this ClientChannel.
- getVersion() - Method in class cl.obcom.netclient.ServerChannel
-
Returns the implementation version of this ServerChannel.
- GsLocation - Static variable in interface cl.obcom.netclient.Message.Label
-
Message group separator location [G].
- SecurityHost - Static variable in interface cl.obcom.netclient.Message.Label
-
NetServer security host name [s].
- sendAckReply(Object) - Method in class cl.obcom.netclient.ServerChannel
-
Sends a transaction
reply message with an
ACK code, indicating
successful completion.
- sendConsole(String) - Method in class cl.obcom.netclient.ServerChannel
-
Sends a console command to the NetServer.
- sendError(String, String) - Method in class cl.obcom.netclient.ServerChannel
-
Sends an error report message to the NetServer.
- sendMulticast(String, Object) - Method in class cl.obcom.netclient.ServerChannel
-
Sends a multicast message to the NetServer.
- sendMulticast(String, Object, boolean) - Method in class cl.obcom.netclient.ServerChannel
-
Sends an multicast message to the NetServer.
- sendNakReply(Object) - Method in class cl.obcom.netclient.ServerChannel
-
Sends a transaction
reply message with a
NAK code, indicating
unsuccessful completion.
- sendOneWay(String, Object) - Method in class cl.obcom.netclient.ServerChannel
-
Sends a one-way message to the named destination with encryption.
- sendOperator(String) - Method in class cl.obcom.netclient.ServerChannel
-
Sends a operator command to the NetServer.
- sendReply(Object, int) - Method in class cl.obcom.netclient.ServerChannel
-
Sends a transaction reply message with the supplied replyCode.
- sendReply(Object, int, boolean) - Method in class cl.obcom.netclient.ServerChannel
-
Sends a transaction reply message with the supplied replyCode and required server hold state.
- sendRequest(String, Object) - Method in class cl.obcom.netclient.ServerChannel
-
Sends an asynchronous transaction to the specified service with
supplied request data.
- sendRequest(String, Object, ReplyListener) - Method in class cl.obcom.netclient.ServerChannel
-
Sends an asynchronous transaction to the specified service with
supplied request data and listener.
- sendRequest(String, Object, ReplyListener, Object) - Method in class cl.obcom.netclient.ServerChannel
-
Sends an asynchronous transaction to the specified service
with supplied request data, listener and context.
- sendTransaction(String, Object) - Method in class cl.obcom.netclient.ClientSlot
-
Sends a transaction request to a service using the supplied
request data.
- sendTransaction(String, Object, boolean) - Method in class cl.obcom.netclient.ClientSlot
-
Sends a transaction request to a service using the supplied
request data and encryption option.
- sendTransaction(String, Object, boolean, boolean) - Method in class cl.obcom.netclient.ClientSlot
-
Sends a transaction request to a service using the supplied
request data, encryption and signature options.
- sendTransaction(String, Object, boolean, boolean, long) - Method in class cl.obcom.netclient.ClientSlot
-
Sends a transaction request to a service using the supplied
request data, encryption, signature and timeout options.
- sendTransaction(String, Object) - Method in class cl.obcom.netclient.ServerChannel
-
Sends an synchronous transaction request to the specified service using the supplied request data.
- sendTransaction(String, Object, long) - Method in class cl.obcom.netclient.ServerChannel
-
Sends an synchronous transaction request to the specified service using the supplied request data and timeout option.
- serialize() - Method in class cl.obcom.netclient.Message
-
Returns a serialized version of this Message.
- serialize(boolean) - Method in class cl.obcom.netclient.Message
-
Returns a serialized version of this Message with optional type
code.
- ServerChannel - Class in cl.obcom.netclient
-
Communication channel between a server application and the OBCOM
NetServer.
- ServerChannel() - Constructor for class cl.obcom.netclient.ServerChannel
-
Constructs a new ServerChannel instance.
- ServerEvent - Class in cl.obcom.netclient
-
- ServerEvent() - Constructor for class cl.obcom.netclient.ServerEvent
-
Creates a new ServerEvent instance.
- ServerName - Static variable in interface cl.obcom.netclient.Message.Label
-
NetServer name [e].
- SessionID - Static variable in interface cl.obcom.netclient.Message.Oper
-
Session ID message [8].
- setAlwaysEncrypt(boolean) - Method in class cl.obcom.netclient.ClientChannel
-
Changes whether messages sent to the NetServer are always encrypted.
- setAlwaysEncrypt(boolean) - Method in class cl.obcom.netclient.ClientSlot
-
Changes whether messages are always sent encrypted to OBCOM NetServer.
- setChar(Message, int, char) - Method in class cl.obcom.netclient.LayoutField
-
Updates the character value of the index occurence of this field
stored in message.
- setChar(String, char) - Method in class cl.obcom.netclient.Message
-
Updates the character value of the field identified by fieldName.
- setChar(String, int, char) - Method in class cl.obcom.netclient.Message
-
Updates the character value of the field identified by fieldName
and index.
- setData(Message, int, String) - Method in class cl.obcom.netclient.LayoutField
-
Updates the internal character sequence of the index occurence of
this field in message.
- setData(String) - Method in class cl.obcom.netclient.Message
-
Changes the text data of this Message.
- setData(String, String) - Method in class cl.obcom.netclient.Message
-
Updates the internal character sequence of the field identified by fieldName.
- setData(String, int, String) - Method in class cl.obcom.netclient.Message
-
Updates the internal character sequence of the field identified by fieldName and index.
- setDataBytes(byte[]) - Method in class cl.obcom.netclient.Message
-
Changes the binary data of this Message.
- setDataOnly(boolean) - Method in class cl.obcom.netclient.Message
-
Changes whether this is a data-only Message.
- setDate(Message, int, Date) - Method in class cl.obcom.netclient.LayoutField
-
Updates the date value of the index occurence of this field
stored in message.
- setDate(String, Date) - Method in class cl.obcom.netclient.Message
-
Updates the date value of the field identified by fieldName.
- setDate(String, int, Date) - Method in class cl.obcom.netclient.Message
-
Updates the date value of the field identified by fieldName and
index.
- setDefault(Message, int) - Method in class cl.obcom.netclient.LayoutField
-
Updates the value of the index occurence of this field in message to its default value.
- setDefaultSignANSI(boolean) - Static method in class cl.obcom.netclient.Message
-
Defines if, by default, numeric fields are stored in messages using the
ANSI or the TANDEM mechanism.
- setDouble(Message, int, double) - Method in class cl.obcom.netclient.LayoutField
-
Updates the double value of the index occurence of this field
stored in message.
- setDouble(String, double) - Method in class cl.obcom.netclient.Message
-
Updates the double value of the field identified by fieldName.
- setDouble(String, int, double) - Method in class cl.obcom.netclient.Message
-
Updates the double value of the field identified by fieldName and
index.
- setFormCode(int) - Method in class cl.obcom.netclient.Message
-
Changes the form code of this Message.
- setInteger(Message, int, int) - Method in class cl.obcom.netclient.LayoutField
-
Updates the integer value of the index occurence of this field
stored in message.
- setInteger(String, int) - Method in class cl.obcom.netclient.Message
-
Updates the integer value of the field identified by fieldName.
- setInteger(String, int, int) - Method in class cl.obcom.netclient.Message
-
Updates the integer value of the field identified by fieldName
and index.
- setLabel(int, String) - Method in class cl.obcom.netclient.Message
-
Changes the string value of the label identified by key.
- setLayout(Layout) - Method in class cl.obcom.netclient.Message
-
Changes the layout of this Message.
- setNull(Message, int) - Method in class cl.obcom.netclient.LayoutField
-
Updates the data value of the index occurence of this field with
the NULL value.
- setNull(String) - Method in class cl.obcom.netclient.Message
-
Updates the value of the field identified by fieldName to
NULL.
- setNull(String, int) - Method in class cl.obcom.netclient.Message
-
Changes the value of the field identified by fieldName and index to NULL.
- setNumber(Message, int, BigDecimal) - Method in class cl.obcom.netclient.LayoutField
-
Updates the decimal value of the index occurence of this field
stored in message.
- setNumber(String, BigDecimal) - Method in class cl.obcom.netclient.Message
-
Updates the decimal value of the field identified by fieldName.
- setNumber(String, int, BigDecimal) - Method in class cl.obcom.netclient.Message
-
Updates the decimal value of the field identified by fieldName
and index.
- setOperCode(int) - Method in class cl.obcom.netclient.Message
-
- setProtCode(int) - Method in class cl.obcom.netclient.Message
-
- setReplyCode(int) - Method in class cl.obcom.netclient.Message
-
- setSequence(int) - Method in class cl.obcom.netclient.Message
-
Changes the sequence number of the Message.
- setServerCode(int) - Method in class cl.obcom.netclient.Message
-
Changes the server code of this Message.
- setSessionID(int) - Method in class cl.obcom.netclient.Message
-
Changes the session ID of this Message.
- setSignANSI(boolean) - Method in class cl.obcom.netclient.Message
-
Defines whether numeric fields are stored in this Message using
the ANSI or the TANDEM mechanism.
- setStrict(boolean) - Method in class cl.obcom.netclient.Message
-
Defines whether this Message is strict or not strict.
- setString(Message, int, String) - Method in class cl.obcom.netclient.LayoutField
-
Updates the string value of the index occurence of this field
stored in message.
- setString(String, String) - Method in class cl.obcom.netclient.Message
-
Updates the string value of the field identified by fieldName.
- setString(String, int, String) - Method in class cl.obcom.netclient.Message
-
Updates the string value of the field identified by fieldName and
index.
- setTimeout(long) - Method in class cl.obcom.netclient.ServerChannel
-
Changes the server's event timeout.
- setTranCode(int) - Method in class cl.obcom.netclient.Message
-
Changes the transaction code of this Message.
- setType(int) - Method in class cl.obcom.netclient.Message
-
- Shutdown - Static variable in interface cl.obcom.netclient.Message.Prot
-
Shutdown the client [1].
- Signature - Static variable in interface cl.obcom.netclient.Message.Label
-
Message digital signature [f].
- SIGNED - Static variable in class cl.obcom.netclient.LayoutField
-
Signed number layout field (S).
- startTimer(long) - Method in class cl.obcom.netclient.ServerChannel
-
Schedules the execution of the
processTimer method
of this
ServerChannel at approximately regular intervals
separated by
period.
- startTimer(long, TimerListener) - Method in class cl.obcom.netclient.ServerChannel
-
Schedules the execution of the
processTimer method of the supplied
listener at approximately
regular intervals separated by
period.
- stop() - Method in class cl.obcom.netclient.ServerChannel
-
Stops the execution of this ServerChannel.
- substring(int, int) - Method in class cl.obcom.netclient.Message
-
Returns a new string that is a substring of this Message.