|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CommandIdentifier | |
---|---|
org.fossilec.odettej.service |
Uses of CommandIdentifier in org.fossilec.odettej.service |
---|
Fields in org.fossilec.odettej.service declared as CommandIdentifier | |
---|---|
static CommandIdentifier |
CommandIdentifier.CD
Change Direction |
static CommandIdentifier |
CommandIdentifier.CDT
Set Credit |
static CommandIdentifier |
CommandIdentifier.DATA
Data |
static CommandIdentifier |
CommandIdentifier.EERP
End to End Response |
static CommandIdentifier |
CommandIdentifier.EFID
End File |
static CommandIdentifier |
CommandIdentifier.EFNA
End File Negative Answer |
static CommandIdentifier |
CommandIdentifier.EFPA
End File Positive Answer |
static CommandIdentifier |
CommandIdentifier.ESID
End Session |
static CommandIdentifier |
CommandIdentifier.RTR
Ready To Receive |
static CommandIdentifier |
CommandIdentifier.SFID
Start File |
static CommandIdentifier |
CommandIdentifier.SFNA
Start File Negative Answer |
static CommandIdentifier |
CommandIdentifier.SFPA
Start File Positive Answer |
static CommandIdentifier |
CommandIdentifier.SSID
Start Session |
static CommandIdentifier |
CommandIdentifier.SSRM
Start Session Ready Message |
Methods in org.fossilec.odettej.service that return CommandIdentifier | |
---|---|
CommandIdentifier |
OdetteExchangeBuffer.getIdentifier()
Return the corresponding CommandIdentifier relative to the
Exchange Buffer contents. |
static CommandIdentifier |
CommandIdentifier.parse(java.lang.String code)
Convenient method for parsing the proper CommandIdentifier instance given a identifier character. |
Methods in org.fossilec.odettej.service with parameters of type CommandIdentifier | |
---|---|
protected void |
OdetteExchangeBuffer.setIdentifier(CommandIdentifier identifier)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |