|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.npsnet.xrti.proxies.HLAinteractionSubscription
Interaction subscription information.
| Field Summary | |
private boolean |
HLAactive
Whether subscription is active (HLAtrue=active). |
private byte[] |
HLAinteractionClass
Encoded interaction class handle. |
| Constructor Summary | |
HLAinteractionSubscription()
Default constructor. |
|
HLAinteractionSubscription(byte[] pHLAinteractionClass,
boolean pHLAactive)
Constructor. |
|
HLAinteractionSubscription(HLAinteractionSubscription other)
Copy constructor. |
|
| Method Summary | |
static HLAinteractionSubscription |
decode(HLAEncodingInputStream hlaeis)
Reads and returns a HLAinteractionSubscription from the specified stream. |
void |
encode(HLAEncodingOutputStream hlaeos)
Writes this HLAinteractionSubscription to the specified stream. |
boolean |
getHLAactive()
Returns the value of the HLAactive field. |
byte[] |
getHLAinteractionClass()
Returns the value of the HLAinteractionClass field. |
void |
setHLAactive(boolean pHLAactive)
Sets the value of the HLAactive field. |
void |
setHLAinteractionClass(byte[] pHLAinteractionClass)
Sets the value of the HLAinteractionClass field. |
java.lang.String |
toString()
Returns a string representation of this HLAinteractionSubscription. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
private byte[] HLAinteractionClass
private boolean HLAactive
| Constructor Detail |
public HLAinteractionSubscription()
public HLAinteractionSubscription(byte[] pHLAinteractionClass,
boolean pHLAactive)
pHLAinteractionClass - the value of the HLAinteractionClass fieldpHLAactive - the value of the HLAactive fieldpublic HLAinteractionSubscription(HLAinteractionSubscription other)
other - the other HLAinteractionSubscription to copy| Method Detail |
public static HLAinteractionSubscription decode(HLAEncodingInputStream hlaeis)
throws java.io.IOException
hlaeis - the input stream to read from
java.io.IOException - if an error occurs
public void encode(HLAEncodingOutputStream hlaeos)
throws java.io.IOException
hlaeos - the output stream to write to
java.io.IOException - if an error occurspublic java.lang.String toString()
public void setHLAinteractionClass(byte[] pHLAinteractionClass)
pHLAinteractionClass - the new value for the fieldpublic byte[] getHLAinteractionClass()
public void setHLAactive(boolean pHLAactive)
pHLAactive - the new value for the fieldpublic boolean getHLAactive()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||