public class SKAcknowledge extends AbstractMessage implements Control
Constructor and Description |
---|
SKAcknowledge(java.io.InputStream in)
An SKAcknowledge message that populates its data from a stream.
|
SKAcknowledge(int requestID,
int simulatorID)
SKAcknowledge message with specific request ID and simulator ID components.
|
Modifier and Type | Method and Description |
---|---|
int |
getRequestID()
Get the request ID.
|
int |
getSimulatorID()
Get the simulator ID.
|
addMessageComponent, getComponents, getURN, read, toString, write
public SKAcknowledge(java.io.InputStream in) throws java.io.IOException
in
- The InputStream to read.java.io.IOException
- If there is a problem reading the stream.public SKAcknowledge(int requestID, int simulatorID)
requestID
- The value of the request ID component.simulatorID
- The value of the simulator ID component.