public class InstanceIDState extends State
Long values from the Socket input and converts them to
T_LONGLONG objects. Then they are stored in the Context as
AEID and IEID.| Constructor and Description |
|---|
InstanceIDState() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleState(java.io.DataInputStream dis,
java.io.DataOutputStream dos,
Context context)
Main method that gets called when the state should perform its action(s).
|
getbufferSize, sendOK, sendOKWithResultpublic void handleState(java.io.DataInputStream dis,
java.io.DataOutputStream dos,
Context context)
throws java.io.IOException
StatehandleState in class Statedis - an InputStream for reading datados - an OutputStream for writing datacontext - the Context of the whole commandjava.io.IOException - thrown if the method ran into an error