Package com.inertia.promove
Class Command.LoggingOpenRequest
java.lang.Object
com.inertia.promove.Command.ProMoveRequest
com.inertia.promove.Command.LoggingOpenRequest
- All Implemented Interfaces:
Command.ProMoveCommand
- Enclosing class:
- Command
public static class Command.LoggingOpenRequest extends Command.ProMoveRequest
-
Constructor Summary
Constructors Constructor Description LoggingOpenRequest(java.lang.String _filename)
-
Method Summary
Modifier and Type Method Description byte[]
getBytes()
byte
getSubType()
Command.Group
getType()
java.lang.String
toString()
-
Constructor Details
-
LoggingOpenRequest
public LoggingOpenRequest(java.lang.String _filename)
-
-
Method Details
-
getSubType
public byte getSubType() -
getType
-
getBytes
public byte[] getBytes()- Specified by:
getBytes
in interfaceCommand.ProMoveCommand
- Overrides:
getBytes
in classCommand.ProMoveRequest
-
toString
public java.lang.String toString()- Specified by:
toString
in interfaceCommand.ProMoveCommand
- Overrides:
toString
in classCommand.ProMoveRequest
-