|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcz.zcu.fav.kiv.jsim.hla.JSimHLARequest
JSimHLARequest represents one request for communication with JSimHLAConnection. It contains header (which is compulsory) and data. You should never need to create an instance of this class.
JSimHLARequestHeader| Constructor Summary | |
JSimHLARequest(JSimHLARequestHeader header)
Creates new JSimHLARequest instance without request data. |
|
JSimHLARequest(JSimHLARequestHeader header,
java.lang.Object data)
Creates new JSimHLARequest instance. |
|
| Method Summary | |
java.lang.Object |
getData()
Returns the data. |
JSimHLARequestHeader |
getHeader()
Returns the header. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public JSimHLARequest(JSimHLARequestHeader header,
java.lang.Object data)
header - Request header.data - Request data.public JSimHLARequest(JSimHLARequestHeader header)
header - Request header.| Method Detail |
public java.lang.Object getData()
public JSimHLARequestHeader getHeader()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||