|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcz.zcu.fav.kiv.jsim.hla.JSimHLAResponse
JSimHLAResponse represents one response for communication with JSimHLAConnection. It contains header (which is compulsory) and data. You should never need to create an instance of this class.
JSimHLAResponseHeader| Constructor Summary | |
JSimHLAResponse(JSimHLAResponseHeader header)
Creates new JSimHLAResponse instance without response data. |
|
JSimHLAResponse(JSimHLAResponseHeader header,
java.lang.Object data)
Creates new JSimHLAResponse instance. |
|
| Method Summary | |
java.lang.Object |
getData()
Returns the data. |
JSimHLAResponseHeader |
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 JSimHLAResponse(JSimHLAResponseHeader header,
java.lang.Object data)
header - Response header.data - Response data.public JSimHLAResponse(JSimHLAResponseHeader header)
header - Response header.| Method Detail |
public java.lang.Object getData()
public JSimHLAResponseHeader getHeader()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||