Serialized Form


Package com.softplc

Class com.softplc.AddressFormat implements Serializable

Serialized Fields

ctlParse

int ctlParse

ctlFormat

int ctlFormat

Class com.softplc.DataTable implements Serializable

Class com.softplc.DtWriteSecurity implements Serializable

Class com.softplc.ModletException implements Serializable

Class com.softplc.ONETCP implements Serializable

Serialized Fields

dout

byte[] dout

din

byte[] din

sock

java.net.Socket sock

ins

java.io.InputStream ins

outs

java.io.OutputStream outs

me

java.net.InetAddress me

timeout

int timeout

tns

int tns

Class com.softplc.PARMDEF implements Serializable

Serialized Fields

name

java.lang.String name
The name of the instruction parameter, max length = 8

type

int type
The type of the parameter, consisting of
( TLI.ARG_IN or TLI.ARG_OUT ) | 'or'ed with 
( TLI.ARG_INT and/or TLI.ARG_FLT or TLI.ARG_FILE or TLI.ARG_TIMER 
or TLI.ARG_COUNTER or TLI.ARG_CONTROL )

length

int length
The number of words that are part of any block if this parameter is type TLI.ARG_FILE, else ignored.

Class com.softplc.RemoteDataTable implements Serializable

Serialized Fields

conn

ONETCP conn

dout

byte[] dout

din

byte[] din

floatBlock

float[] floatBlock

intBlock

int[] intBlock

Class com.softplc.ZAddress implements Serializable

Serialized Fields

type

int type

section

int section

file

int file

elem

int elem

word

int word

bit

int bit

ifile

ZAddress ifile

ielem

ZAddress ielem


Package javax.servlet

Class javax.servlet.ServletException implements Serializable

Class javax.servlet.UnavailableException implements Serializable

Serialized Fields

time

int time

servlet

Servlet servlet


Package javax.servlet.http

Class javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

ALLOW_GET

boolean ALLOW_GET

ALLOW_HEAD

boolean ALLOW_HEAD

ALLOW_POST

boolean ALLOW_POST

ALLOW_PUT

boolean ALLOW_PUT

ALLOW_DELETE

boolean ALLOW_DELETE

ALLOW_TRACE

boolean ALLOW_TRACE

ALLOW_OPTIONS

boolean ALLOW_OPTIONS