org.jlab.coda.et
Class Constants

java.lang.Object
  extended byorg.jlab.coda.et.Constants

public final class Constants
extends java.lang.Object

This class defines some useful constants.


Field Summary
static int async
          User does not wait for events to fill station's empty input list, but returns immediately.
(package private) static int attachmentsMax
          Maximum number of attachments to an ET system.
(package private) static int attBlocked
          An attachment is blocked on a read statement.
(package private) static int attContinue
          An attachment is not being told to wake up.
(package private) static int attQuit
          An attachment is being told to wake up.
(package private) static int attUnblocked
          An attachment is not blocked on a read statement.
static int broadAndMulticast
          Discover an ET system by broadcasting and multicasting.
static int broadcast
          Discover an ET system by broadcasting.
static int broadcastPort
          A default port on which to broadcast when finding an ET system.
static int dataCorrupt
          An event's data is corrupted.
(package private) static int dataMask
          Parse data status information.
static int dataOk
          An event's data is OK.
static int dataPossiblyCorrupt
          An event's data may possibly be corrupted.
(package private) static int dataShift
          Parse data status information.
static int debugError
          Print out severe and normal error messages.
static int debugInfo
          Print out all error, warning, and informational messages.
static int debugNone
          Print out no status messages.
static int debugSevere
          Print out only severe error messages.
static int debugWarn
          Print out all error and warning messages.
static int defaultAttsMax
          An ET system's default maximum number of attachments.
static int defaultEventSize
          An ET system's default event size in bytes.
static int defaultNumEvents
          An ET system's default number of events.
static int defaultStationCue
          A default input list cue size for a nonblocking station.
static int defaultStationPrescale
          A default prescale value for a station.
static int defaultStationsMax
           
static int direct
          Open an ET system by specifying host and port.
static int dump
          User wants events automatically dumped (not put) if data is not modified.
static int end
          Add station to end of linked list.
static int endianBig
          An event's data is big endian.
static int endianLittle
          An event's data is little endian.
static int endianLocal
          An event's data endian is the same as the local host's.
static int endianNotLocal
          An event's data endian is opposite of the local host's.
static int endianSwitch
          An event's data endian is to be switched.
static int error
          General error.
static int errorBusy
          Error specifying that a station's input list is being accessed by another thread or process.
static int errorDead
          Error specifying that the ET system is dead.
static int errorEmpty
          Error specifying that a station has an empty input list.
static int errorExists
          Error specifying that something already exists.
static int errorRead
          Error specifying problems in a network read.
static int errorTimeout
          Error specifying a time out.
static int errorTooMany
          Error specifying too many of something.
static int errorWakeUp
          Error when a thread was told to wake up from a blocking read.
static int errorWrite
          Error specifying problems in a network write.
(package private) static int eventNew
          Event has been obtained with newEvents, not getEvents.
(package private) static int eventUsed
          Event has been obtained with getEvents, not newEvents.
(package private) static int fileNameLength
          A limit on the length of the ET system (or file) name's length.
static int high
          High event priority.
static java.lang.String hostAnywhere
          Allow any host when opening an ET system.
static java.lang.String hostLocal
          Specify a local host when opening an ET system.
static java.lang.String hostRemote
          Specify a remote host when opening an ET system.
static int langC
          ET system was implemented in the C language.
static int langCpp
          ET system was implemented in the C++ language.
static int langJava
          ET system was implemented in the Java language.
static int low
          Low event priority.
(package private) static int minorVersion
          Minor ET version number.
static int modify
          User intends to modify the event's data.
static int modifyHeader
          User intends to modify only the event's header information.
static int multicast
          Discover an ET system by multicasting.
static java.lang.String multicastAddr
          A convenient multicast address used for finding an ET system.
static int multicastPort
          A default port on which to multicast when finding an ET system.
static int multicastTTL
          A default time-to-live value for multicasting.
static int mutexLocked
          A mutex is locked.
static int mutexNoShare
          The local UNIX operating system does not allow multiple processes to share POSIX mutexes.
static int mutexShare
          The local UNIX operating system allows multiple processes to share POSIX mutexes.
static int mutexUnlocked
          A mutex is not locked.
(package private) static int netAlive
           
(package private) static int netAttDump
           
(package private) static int netAttGet
           
(package private) static int netAttMake
           
(package private) static int netAttPut
           
(package private) static int netClose
           
(package private) static int netEvDump
           
(package private) static int netEvDumpL
           
(package private) static int netEvGet
           
(package private) static int netEvGetL
           
(package private) static int netEvNew
           
(package private) static int netEvNewL
           
(package private) static int netEvPut
           
(package private) static int netEvPutL
           
(package private) static int netEvsDump
           
(package private) static int netEvsDumpL
           
(package private) static int netEvsGet
           
(package private) static int netEvsGetL
           
(package private) static int netEvsNew
           
(package private) static int netEvsNewL
           
(package private) static int netEvsPut
           
(package private) static int netEvsPutL
           
(package private) static int netFClose
           
(package private) static int netStatAtt
           
(package private) static int netStatClass
           
(package private) static int netStatCrAt
           
(package private) static int netStatDet
           
(package private) static int netStatEx
           
(package private) static int netStatFunc
           
(package private) static int netStatGAtts
           
(package private) static int netStatGBlock
           
(package private) static int netStatGCue
           
(package private) static int netStatGPos
           
(package private) static int netStatGPre
           
(package private) static int netStatGRestore
           
(package private) static int netStatGSelect
           
(package private) static int netStatGSw
           
(package private) static int netStatGUser
           
(package private) static int netStatInCnt
           
(package private) static int netStatIsAt
           
(package private) static int netStatLib
           
(package private) static int netStatOutCnt
           
(package private) static int netStatRm
           
(package private) static int netStatSBlock
           
(package private) static int netStatSCue
           
(package private) static int netStatSPos
           
(package private) static int netStatSPre
           
(package private) static int netStatSRestore
           
(package private) static int netStatSSw
           
(package private) static int netStatStatus
           
(package private) static int netStatSUser
           
(package private) static int netSysAtt
           
(package private) static int netSysAttMax
           
(package private) static int netSysData
           
(package private) static int netSysHBeat
           
(package private) static int netSysHist
           
(package private) static int netSysPid
           
(package private) static int netSysProc
           
(package private) static int netSysProcMax
           
(package private) static int netSysStat
           
(package private) static int netSysStatMax
           
(package private) static int netSysTmp
           
(package private) static int netSysTmpMax
           
(package private) static int netWait
           
(package private) static int netWakeAll
           
(package private) static int netWakeAtt
           
static int newHead
          Make added station head of a new group of parallel stations.
static int noSwap
          An event's data does not need to be swapped to be the same endian as the local host's.
static int ok
          No error.
static int policyError
          A policy that throws an EtTooManyException when multiple ET systems respond when broadcasting and/or multicasting to find an ET system anywhere or remotely.
static int policyFirst
          A policy that chooses the first ET system to respond when broadcasting and/or multicasting to find a system anywhere or remotely.
static int policyLocal
          A policy that chooses the first local ET system to respond when broadcasting and/or multicasting to find a system anywhere or remotely.
(package private) static int priorityMask
          Parse event priority information.
static int serverPort
          A default port on which ET system TCP server makes connections with users.
static int sleep
          User sleeps when waiting for events to fill a station's empty input list.
static int stationActive
          A station's status meaning it exists and has at least one attachment.
static int stationBlocking
          A station accepts every event into its cue and may block the flow of events.
static int stationCreating
          A station's status used in C implementations meaning the station is currently being created.
static int stationIdle
          A station's status meaning it exists but has no attachments.
static int stationNonBlocking
          A station will not block the flow of events.
static int stationParallel
          Events flow in parallel through stations in a single group.
static int stationParallelHead
          Events flow in parallel through stations in a single group with this station as the head of that group.
static int stationRestoreGC
          Events owned by a crashed user process are restored to the ET system by putting them in GRAND_CENTRAL station (recycling them).
static int stationRestoreIn
          Events owned by a crashed user process are restored to the ET system in the input list of the attachment's station.
static int stationRestoreOut
          Events owned by a crashed user process are restored to the ET system in the output list of the attachment's station.
static int stationSelectAll
          All events are placed into a station's cue with no filtering applied (besides prescaling).
static int stationSelectEqualCue
          Events are placed into the cues of a single group of parallel stations in an algorithm designed to keep the cues equal in value.
static int stationSelectInts
          A default value for the number of integers associated with each event that atations may use to select or filter that event.
static int stationSelectMatch
          Events are placed into a station's cue with a predefined filtering applied (besides prescaling).
static int stationSelectRRobin
          Events are placed into the cues of a single group of parallel stations with a round robin distribution algorithm.
static int stationSelectUser
          Events are placed into a station's cue with a user defined filtering applied (besides prescaling).
static int stationSerial
          Events flow "normally" - that is serially - through a station.
static int stationUnused
          A station object's status meaning it has not been fully created yet.
static int stationUserMulti
          A station may have multiple attachments.
static int stationUserSingle
          A station may only have one attachment.
(package private) static int structNew
          C structure state value for talking to C language ET systems.
(package private) static int structOk
          C structure state value for talking to C language ET systems.
static int swap
          An event's data needs to be swapped to be the same endian as the local host's.
(package private) static int system
          System is event owner
static int timed
          User waits for a specified time when waiting for events to fill a station's empty input list.
static int udpToHost
          Discover an ET system by sending a udp packet to a known host.
(package private) static int version
          Major ET version number.
(package private) static int waitMask
          Parse event waiting information.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

multicastAddr

public static final java.lang.String multicastAddr
A convenient multicast address used for finding an ET system.

See Also:
SystemOpenConfig.addMulticastAddr(java.lang.String), Constant Field Values

hostLocal

public static final java.lang.String hostLocal
Specify a local host when opening an ET system.

See Also:
SystemOpenConfig.setHost(java.lang.String), Constant Field Values

hostRemote

public static final java.lang.String hostRemote
Specify a remote host when opening an ET system.

See Also:
SystemOpenConfig.setHost(java.lang.String), Constant Field Values

hostAnywhere

public static final java.lang.String hostAnywhere
Allow any host when opening an ET system.

See Also:
SystemOpenConfig.setHost(java.lang.String), Constant Field Values

multicast

public static final int multicast
Discover an ET system by multicasting.

See Also:
SystemOpenConfig.setContactMethod(int), Constant Field Values

broadcast

public static final int broadcast
Discover an ET system by broadcasting.

See Also:
SystemOpenConfig.setContactMethod(int), Constant Field Values

direct

public static final int direct
Open an ET system by specifying host and port.

See Also:
SystemOpenConfig.setContactMethod(int), Constant Field Values

broadAndMulticast

public static final int broadAndMulticast
Discover an ET system by broadcasting and multicasting.

See Also:
SystemOpenConfig.setContactMethod(int), Constant Field Values

udpToHost

public static final int udpToHost
Discover an ET system by sending a udp packet to a known host.

See Also:
SystemOpenConfig.setContactMethod(int), Constant Field Values

broadcastPort

public static final int broadcastPort
A default port on which to broadcast when finding an ET system.

See Also:
SystemOpenConfig.addBroadcastAddr(java.lang.String), SystemOpenConfig.setBroadcastAddrs(java.util.Collection), Constant Field Values

multicastPort

public static final int multicastPort
A default port on which to multicast when finding an ET system.

See Also:
SystemOpenConfig.addMulticastAddr(java.lang.String), SystemOpenConfig.setMulticastAddrs(java.util.Collection), Constant Field Values

serverPort

public static final int serverPort
A default port on which ET system TCP server makes connections with users.

See Also:
SystemOpenConfig.setTcpPort(int), Constant Field Values

multicastTTL

public static final int multicastTTL
A default time-to-live value for multicasting.

See Also:
SystemOpenConfig.setTTL(int), Constant Field Values

stationSelectInts

public static final int stationSelectInts
A default value for the number of integers associated with each event that atations may use to select or filter that event. If this is changed, a recompilation of ET is necessary and communication with ET systems in which this value differs is impossible.

See Also:
Constant Field Values

fileNameLength

static final int fileNameLength
A limit on the length of the ET system (or file) name's length. This limit is due to the C implementation.

See Also:
Constant Field Values

policyFirst

public static final int policyFirst
A policy that chooses the first ET system to respond when broadcasting and/or multicasting to find a system anywhere or remotely.

See Also:
SystemOpenConfig.setResponsePolicy(int), Constant Field Values

policyLocal

public static final int policyLocal
A policy that chooses the first local ET system to respond when broadcasting and/or multicasting to find a system anywhere or remotely. If a local system does not respond, the first response is chosen.

See Also:
SystemOpenConfig.setResponsePolicy(int), Constant Field Values

policyError

public static final int policyError
A policy that throws an EtTooManyException when multiple ET systems respond when broadcasting and/or multicasting to find an ET system anywhere or remotely.

See Also:
SystemOpenConfig.setResponsePolicy(int), Constant Field Values

defaultNumEvents

public static final int defaultNumEvents
An ET system's default number of events.

See Also:
Constant Field Values

defaultEventSize

public static final int defaultEventSize
An ET system's default event size in bytes.

See Also:
Constant Field Values

defaultStationsMax

public static final int defaultStationsMax
See Also:
Constant Field Values

defaultAttsMax

public static final int defaultAttsMax
An ET system's default maximum number of attachments.

See Also:
Constant Field Values

stationUnused

public static final int stationUnused
A station object's status meaning it has not been fully created yet.

See Also:
Constant Field Values

stationCreating

public static final int stationCreating
A station's status used in C implementations meaning the station is currently being created.

See Also:
Constant Field Values

stationIdle

public static final int stationIdle
A station's status meaning it exists but has no attachments.

See Also:
Constant Field Values

stationActive

public static final int stationActive
A station's status meaning it exists and has at least one attachment.

See Also:
Constant Field Values

stationUserMulti

public static final int stationUserMulti
A station may have multiple attachments.

See Also:
StationConfig.setUserMode(int), Constant Field Values

stationUserSingle

public static final int stationUserSingle
A station may only have one attachment.

See Also:
StationConfig.setUserMode(int), Constant Field Values

stationNonBlocking

public static final int stationNonBlocking
A station will not block the flow of events. Once its cue is full, the station asks for no more events.

See Also:
StationConfig.setBlockMode(int), Constant Field Values

stationBlocking

public static final int stationBlocking
A station accepts every event into its cue and may block the flow of events.

See Also:
StationConfig.setBlockMode(int), Constant Field Values

stationSelectAll

public static final int stationSelectAll
All events are placed into a station's cue with no filtering applied (besides prescaling).

See Also:
StationConfig.setSelectMode(int), Constant Field Values

stationSelectMatch

public static final int stationSelectMatch
Events are placed into a station's cue with a predefined filtering applied (besides prescaling).

See Also:
StationConfig.setSelectMode(int), Constant Field Values

stationSelectUser

public static final int stationSelectUser
Events are placed into a station's cue with a user defined filtering applied (besides prescaling).

See Also:
StationConfig.setSelectMode(int), Constant Field Values

stationSelectRRobin

public static final int stationSelectRRobin
Events are placed into the cues of a single group of parallel stations with a round robin distribution algorithm.

See Also:
StationConfig.setSelectMode(int), Constant Field Values

stationSelectEqualCue

public static final int stationSelectEqualCue
Events are placed into the cues of a single group of parallel stations in an algorithm designed to keep the cues equal in value.

See Also:
StationConfig.setSelectMode(int), Constant Field Values

stationRestoreOut

public static final int stationRestoreOut
Events owned by a crashed user process are restored to the ET system in the output list of the attachment's station.

See Also:
StationConfig.setRestoreMode(int), Constant Field Values

stationRestoreIn

public static final int stationRestoreIn
Events owned by a crashed user process are restored to the ET system in the input list of the attachment's station.

See Also:
StationConfig.setRestoreMode(int), Constant Field Values

stationRestoreGC

public static final int stationRestoreGC
Events owned by a crashed user process are restored to the ET system by putting them in GRAND_CENTRAL station (recycling them).

See Also:
StationConfig.setRestoreMode(int), Constant Field Values

stationSerial

public static final int stationSerial
Events flow "normally" - that is serially - through a station.

See Also:
StationConfig.setFlowMode(int), Constant Field Values

stationParallel

public static final int stationParallel
Events flow in parallel through stations in a single group.

See Also:
StationConfig.setFlowMode(int), Constant Field Values

stationParallelHead

public static final int stationParallelHead
Events flow in parallel through stations in a single group with this station as the head of that group.

See Also:
StationConfig.setFlowMode(int), Constant Field Values

defaultStationCue

public static final int defaultStationCue
A default input list cue size for a nonblocking station.

See Also:
StationConfig.setCue(int), Constant Field Values

defaultStationPrescale

public static final int defaultStationPrescale
A default prescale value for a station.

See Also:
StationConfig.setPrescale(int), Constant Field Values

structNew

static final int structNew
C structure state value for talking to C language ET systems.

See Also:
Constant Field Values

structOk

static final int structOk
C structure state value for talking to C language ET systems.

See Also:
Constant Field Values

end

public static final int end
Add station to end of linked list.

See Also:
Constant Field Values

newHead

public static final int newHead
Make added station head of a new group of parallel stations.

See Also:
Constant Field Values

low

public static final int low
Low event priority.

See Also:
Event.setPriority(int), Constant Field Values

high

public static final int high
High event priority.

See Also:
Event.setPriority(int), Constant Field Values

priorityMask

static final int priorityMask
Parse event priority information.

See Also:
Constant Field Values

eventUsed

static final int eventUsed
Event has been obtained with getEvents, not newEvents.

See Also:
Constant Field Values

eventNew

static final int eventNew
Event has been obtained with newEvents, not getEvents.

See Also:
Constant Field Values

system

static final int system
System is event owner

See Also:
Constant Field Values

sleep

public static final int sleep
User sleeps when waiting for events to fill a station's empty input list.

See Also:
Constant Field Values

timed

public static final int timed
User waits for a specified time when waiting for events to fill a station's empty input list.

See Also:
Constant Field Values

async

public static final int async
User does not wait for events to fill station's empty input list, but returns immediately.

See Also:
Constant Field Values

modify

public static final int modify
User intends to modify the event's data.

See Also:
Constant Field Values

modifyHeader

public static final int modifyHeader
User intends to modify only the event's header information.

See Also:
Constant Field Values

dump

public static final int dump
User wants events automatically dumped (not put) if data is not modified.

See Also:
Constant Field Values

waitMask

static final int waitMask
Parse event waiting information.

See Also:
Constant Field Values

dataOk

public static final int dataOk
An event's data is OK.

See Also:
Constant Field Values

dataCorrupt

public static final int dataCorrupt
An event's data is corrupted.

See Also:
Constant Field Values

dataPossiblyCorrupt

public static final int dataPossiblyCorrupt
An event's data may possibly be corrupted.

See Also:
Constant Field Values

dataMask

static final int dataMask
Parse data status information.

See Also:
Constant Field Values

dataShift

static final int dataShift
Parse data status information.

See Also:
Constant Field Values

endianBig

public static final int endianBig
An event's data is big endian.

See Also:
Constant Field Values

endianLittle

public static final int endianLittle
An event's data is little endian.

See Also:
Constant Field Values

endianLocal

public static final int endianLocal
An event's data endian is the same as the local host's.

See Also:
Constant Field Values

endianNotLocal

public static final int endianNotLocal
An event's data endian is opposite of the local host's.

See Also:
Constant Field Values

endianSwitch

public static final int endianSwitch
An event's data endian is to be switched.

See Also:
Constant Field Values

noSwap

public static final int noSwap
An event's data does not need to be swapped to be the same endian as the local host's.

See Also:
Constant Field Values

swap

public static final int swap
An event's data needs to be swapped to be the same endian as the local host's.

See Also:
Constant Field Values

debugNone

public static final int debugNone
Print out no status messages.

See Also:
Constant Field Values

debugSevere

public static final int debugSevere
Print out only severe error messages.

See Also:
Constant Field Values

debugError

public static final int debugError
Print out severe and normal error messages.

See Also:
Constant Field Values

debugWarn

public static final int debugWarn
Print out all error and warning messages.

See Also:
Constant Field Values

debugInfo

public static final int debugInfo
Print out all error, warning, and informational messages.

See Also:
Constant Field Values

ok

public static final int ok
No error.

See Also:
Constant Field Values

error

public static final int error
General error.

See Also:
Constant Field Values

errorTooMany

public static final int errorTooMany
Error specifying too many of something.

See Also:
Constant Field Values

errorExists

public static final int errorExists
Error specifying that something already exists.

See Also:
Constant Field Values

errorWakeUp

public static final int errorWakeUp
Error when a thread was told to wake up from a blocking read.

See Also:
Constant Field Values

errorTimeout

public static final int errorTimeout
Error specifying a time out.

See Also:
Constant Field Values

errorEmpty

public static final int errorEmpty
Error specifying that a station has an empty input list.

See Also:
Constant Field Values

errorBusy

public static final int errorBusy
Error specifying that a station's input list is being accessed by another thread or process.

See Also:
Constant Field Values

errorDead

public static final int errorDead
Error specifying that the ET system is dead.

See Also:
Constant Field Values

errorRead

public static final int errorRead
Error specifying problems in a network read.

See Also:
Constant Field Values

errorWrite

public static final int errorWrite
Error specifying problems in a network write.

See Also:
Constant Field Values

version

static final int version
Major ET version number.

See Also:
Constant Field Values

minorVersion

static final int minorVersion
Minor ET version number.

See Also:
Constant Field Values

attachmentsMax

static final int attachmentsMax
Maximum number of attachments to an ET system.

See Also:
Constant Field Values

langC

public static final int langC
ET system was implemented in the C language.

See Also:
Constant Field Values

langCpp

public static final int langCpp
ET system was implemented in the C++ language.

See Also:
Constant Field Values

langJava

public static final int langJava
ET system was implemented in the Java language.

See Also:
Constant Field Values

mutexUnlocked

public static final int mutexUnlocked
A mutex is not locked. Relevant only to C language ET systems.

See Also:
Constant Field Values

mutexLocked

public static final int mutexLocked
A mutex is locked. Relevant only to C language ET systems.

See Also:
Constant Field Values

mutexShare

public static final int mutexShare
The local UNIX operating system allows multiple processes to share POSIX mutexes. Relevant only to C language ET systems.

See Also:
Constant Field Values

mutexNoShare

public static final int mutexNoShare
The local UNIX operating system does not allow multiple processes to share POSIX mutexes. Relevant only to C language ET systems.

See Also:
Constant Field Values

attContinue

static final int attContinue
An attachment is not being told to wake up.

See Also:
Constant Field Values

attQuit

static final int attQuit
An attachment is being told to wake up.

See Also:
Constant Field Values

attUnblocked

static final int attUnblocked
An attachment is not blocked on a read statement.

See Also:
Constant Field Values

attBlocked

static final int attBlocked
An attachment is blocked on a read statement.

See Also:
Constant Field Values

netEvGetL

static final int netEvGetL
See Also:
Constant Field Values

netEvsGetL

static final int netEvsGetL
See Also:
Constant Field Values

netEvPutL

static final int netEvPutL
See Also:
Constant Field Values

netEvsPutL

static final int netEvsPutL
See Also:
Constant Field Values

netEvNewL

static final int netEvNewL
See Also:
Constant Field Values

netEvsNewL

static final int netEvsNewL
See Also:
Constant Field Values

netEvDumpL

static final int netEvDumpL
See Also:
Constant Field Values

netEvsDumpL

static final int netEvsDumpL
See Also:
Constant Field Values

netEvGet

static final int netEvGet
See Also:
Constant Field Values

netEvsGet

static final int netEvsGet
See Also:
Constant Field Values

netEvPut

static final int netEvPut
See Also:
Constant Field Values

netEvsPut

static final int netEvsPut
See Also:
Constant Field Values

netEvNew

static final int netEvNew
See Also:
Constant Field Values

netEvsNew

static final int netEvsNew
See Also:
Constant Field Values

netEvDump

static final int netEvDump
See Also:
Constant Field Values

netEvsDump

static final int netEvsDump
See Also:
Constant Field Values

netAlive

static final int netAlive
See Also:
Constant Field Values

netWait

static final int netWait
See Also:
Constant Field Values

netClose

static final int netClose
See Also:
Constant Field Values

netFClose

static final int netFClose
See Also:
Constant Field Values

netWakeAtt

static final int netWakeAtt
See Also:
Constant Field Values

netWakeAll

static final int netWakeAll
See Also:
Constant Field Values

netStatAtt

static final int netStatAtt
See Also:
Constant Field Values

netStatDet

static final int netStatDet
See Also:
Constant Field Values

netStatCrAt

static final int netStatCrAt
See Also:
Constant Field Values

netStatRm

static final int netStatRm
See Also:
Constant Field Values

netStatSPos

static final int netStatSPos
See Also:
Constant Field Values

netStatGPos

static final int netStatGPos
See Also:
Constant Field Values

netStatIsAt

static final int netStatIsAt
See Also:
Constant Field Values

netStatEx

static final int netStatEx
See Also:
Constant Field Values

netStatSSw

static final int netStatSSw
See Also:
Constant Field Values

netStatGSw

static final int netStatGSw
See Also:
Constant Field Values

netStatLib

static final int netStatLib
See Also:
Constant Field Values

netStatFunc

static final int netStatFunc
See Also:
Constant Field Values

netStatClass

static final int netStatClass
See Also:
Constant Field Values

netStatGAtts

static final int netStatGAtts
See Also:
Constant Field Values

netStatStatus

static final int netStatStatus
See Also:
Constant Field Values

netStatInCnt

static final int netStatInCnt
See Also:
Constant Field Values

netStatOutCnt

static final int netStatOutCnt
See Also:
Constant Field Values

netStatGBlock

static final int netStatGBlock
See Also:
Constant Field Values

netStatGUser

static final int netStatGUser
See Also:
Constant Field Values

netStatGRestore

static final int netStatGRestore
See Also:
Constant Field Values

netStatGPre

static final int netStatGPre
See Also:
Constant Field Values

netStatGCue

static final int netStatGCue
See Also:
Constant Field Values

netStatGSelect

static final int netStatGSelect
See Also:
Constant Field Values

netStatSBlock

static final int netStatSBlock
See Also:
Constant Field Values

netStatSUser

static final int netStatSUser
See Also:
Constant Field Values

netStatSRestore

static final int netStatSRestore
See Also:
Constant Field Values

netStatSPre

static final int netStatSPre
See Also:
Constant Field Values

netStatSCue

static final int netStatSCue
See Also:
Constant Field Values

netAttPut

static final int netAttPut
See Also:
Constant Field Values

netAttGet

static final int netAttGet
See Also:
Constant Field Values

netAttDump

static final int netAttDump
See Also:
Constant Field Values

netAttMake

static final int netAttMake
See Also:
Constant Field Values

netSysTmp

static final int netSysTmp
See Also:
Constant Field Values

netSysTmpMax

static final int netSysTmpMax
See Also:
Constant Field Values

netSysStat

static final int netSysStat
See Also:
Constant Field Values

netSysStatMax

static final int netSysStatMax
See Also:
Constant Field Values

netSysProc

static final int netSysProc
See Also:
Constant Field Values

netSysProcMax

static final int netSysProcMax
See Also:
Constant Field Values

netSysAtt

static final int netSysAtt
See Also:
Constant Field Values

netSysAttMax

static final int netSysAttMax
See Also:
Constant Field Values

netSysHBeat

static final int netSysHBeat
See Also:
Constant Field Values

netSysPid

static final int netSysPid
See Also:
Constant Field Values

netSysData

static final int netSysData
See Also:
Constant Field Values

netSysHist

static final int netSysHist
See Also:
Constant Field Values