|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jlab.coda.et.Constants
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 |
public static final java.lang.String multicastAddr
SystemOpenConfig.addMulticastAddr(java.lang.String),
Constant Field Valuespublic static final java.lang.String hostLocal
SystemOpenConfig.setHost(java.lang.String),
Constant Field Valuespublic static final java.lang.String hostRemote
SystemOpenConfig.setHost(java.lang.String),
Constant Field Valuespublic static final java.lang.String hostAnywhere
SystemOpenConfig.setHost(java.lang.String),
Constant Field Valuespublic static final int multicast
SystemOpenConfig.setContactMethod(int),
Constant Field Valuespublic static final int broadcast
SystemOpenConfig.setContactMethod(int),
Constant Field Valuespublic static final int direct
SystemOpenConfig.setContactMethod(int),
Constant Field Valuespublic static final int broadAndMulticast
SystemOpenConfig.setContactMethod(int),
Constant Field Valuespublic static final int udpToHost
SystemOpenConfig.setContactMethod(int),
Constant Field Valuespublic static final int broadcastPort
SystemOpenConfig.addBroadcastAddr(java.lang.String),
SystemOpenConfig.setBroadcastAddrs(java.util.Collection),
Constant Field Valuespublic static final int multicastPort
SystemOpenConfig.addMulticastAddr(java.lang.String),
SystemOpenConfig.setMulticastAddrs(java.util.Collection),
Constant Field Valuespublic static final int serverPort
SystemOpenConfig.setTcpPort(int),
Constant Field Valuespublic static final int multicastTTL
SystemOpenConfig.setTTL(int),
Constant Field Valuespublic static final int stationSelectInts
static final int fileNameLength
public static final int policyFirst
SystemOpenConfig.setResponsePolicy(int),
Constant Field Valuespublic static final int policyLocal
SystemOpenConfig.setResponsePolicy(int),
Constant Field Valuespublic static final int policyError
SystemOpenConfig.setResponsePolicy(int),
Constant Field Valuespublic static final int defaultNumEvents
public static final int defaultEventSize
public static final int defaultStationsMax
public static final int defaultAttsMax
public static final int stationUnused
public static final int stationCreating
public static final int stationIdle
public static final int stationActive
public static final int stationUserMulti
StationConfig.setUserMode(int),
Constant Field Valuespublic static final int stationUserSingle
StationConfig.setUserMode(int),
Constant Field Valuespublic static final int stationNonBlocking
StationConfig.setBlockMode(int),
Constant Field Valuespublic static final int stationBlocking
StationConfig.setBlockMode(int),
Constant Field Valuespublic static final int stationSelectAll
StationConfig.setSelectMode(int),
Constant Field Valuespublic static final int stationSelectMatch
StationConfig.setSelectMode(int),
Constant Field Valuespublic static final int stationSelectUser
StationConfig.setSelectMode(int),
Constant Field Valuespublic static final int stationSelectRRobin
StationConfig.setSelectMode(int),
Constant Field Valuespublic static final int stationSelectEqualCue
StationConfig.setSelectMode(int),
Constant Field Valuespublic static final int stationRestoreOut
StationConfig.setRestoreMode(int),
Constant Field Valuespublic static final int stationRestoreIn
StationConfig.setRestoreMode(int),
Constant Field Valuespublic static final int stationRestoreGC
StationConfig.setRestoreMode(int),
Constant Field Valuespublic static final int stationSerial
StationConfig.setFlowMode(int),
Constant Field Valuespublic static final int stationParallel
StationConfig.setFlowMode(int),
Constant Field Valuespublic static final int stationParallelHead
StationConfig.setFlowMode(int),
Constant Field Valuespublic static final int defaultStationCue
StationConfig.setCue(int),
Constant Field Valuespublic static final int defaultStationPrescale
StationConfig.setPrescale(int),
Constant Field Valuesstatic final int structNew
static final int structOk
public static final int end
public static final int newHead
public static final int low
Event.setPriority(int),
Constant Field Valuespublic static final int high
Event.setPriority(int),
Constant Field Valuesstatic final int priorityMask
static final int eventUsed
static final int eventNew
static final int system
public static final int sleep
public static final int timed
public static final int async
public static final int modify
public static final int modifyHeader
public static final int dump
static final int waitMask
public static final int dataOk
public static final int dataCorrupt
public static final int dataPossiblyCorrupt
static final int dataMask
static final int dataShift
public static final int endianBig
public static final int endianLittle
public static final int endianLocal
public static final int endianNotLocal
public static final int endianSwitch
public static final int noSwap
public static final int swap
public static final int debugNone
public static final int debugSevere
public static final int debugError
public static final int debugWarn
public static final int debugInfo
public static final int ok
public static final int error
public static final int errorTooMany
public static final int errorExists
public static final int errorWakeUp
public static final int errorTimeout
public static final int errorEmpty
public static final int errorBusy
public static final int errorDead
public static final int errorRead
public static final int errorWrite
static final int version
static final int minorVersion
static final int attachmentsMax
public static final int langC
public static final int langCpp
public static final int langJava
public static final int mutexUnlocked
public static final int mutexLocked
public static final int mutexShare
public static final int mutexNoShare
static final int attContinue
static final int attQuit
static final int attUnblocked
static final int attBlocked
static final int netEvGetL
static final int netEvsGetL
static final int netEvPutL
static final int netEvsPutL
static final int netEvNewL
static final int netEvsNewL
static final int netEvDumpL
static final int netEvsDumpL
static final int netEvGet
static final int netEvsGet
static final int netEvPut
static final int netEvsPut
static final int netEvNew
static final int netEvsNew
static final int netEvDump
static final int netEvsDump
static final int netAlive
static final int netWait
static final int netClose
static final int netFClose
static final int netWakeAtt
static final int netWakeAll
static final int netStatAtt
static final int netStatDet
static final int netStatCrAt
static final int netStatRm
static final int netStatSPos
static final int netStatGPos
static final int netStatIsAt
static final int netStatEx
static final int netStatSSw
static final int netStatGSw
static final int netStatLib
static final int netStatFunc
static final int netStatClass
static final int netStatGAtts
static final int netStatStatus
static final int netStatInCnt
static final int netStatOutCnt
static final int netStatGBlock
static final int netStatGUser
static final int netStatGRestore
static final int netStatGPre
static final int netStatGCue
static final int netStatGSelect
static final int netStatSBlock
static final int netStatSUser
static final int netStatSRestore
static final int netStatSPre
static final int netStatSCue
static final int netAttPut
static final int netAttGet
static final int netAttDump
static final int netAttMake
static final int netSysTmp
static final int netSysTmpMax
static final int netSysStat
static final int netSysStatMax
static final int netSysProc
static final int netSysProcMax
static final int netSysAtt
static final int netSysAttMax
static final int netSysHBeat
static final int netSysPid
static final int netSysData
static final int netSysHist
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||