object
Class ExclusiveBoolean

java.lang.Object
  extended by object.PublicVariable
      extended by object.ExclusiveVariable
          extended by object.ExclusiveBoolean

public class ExclusiveBoolean
extends ExclusiveVariable

Author:
rzm To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Nested Class Summary
 
Nested classes/interfaces inherited from class object.PublicVariable
PublicVariable.OwnershipState
 
Field Summary
 
Fields inherited from class object.PublicVariable
hasValue, myHandle, obLook, ownersHandle, ownership
 
Constructor Summary
ExclusiveBoolean()
           
ExclusiveBoolean(boolean initVal)
           
 
Method Summary
 boolean get()
           
 void set(boolean value)
           
 
Methods inherited from class object.ExclusiveVariable
checkOwnership
 
Methods inherited from class object.PublicVariable
addVariableListener, isOwned, removeVariableListener, requestOwnership, waitForOwnershipResolution
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExclusiveBoolean

public ExclusiveBoolean()

ExclusiveBoolean

public ExclusiveBoolean(boolean initVal)
Method Detail

get

public boolean get()

set

public void set(boolean value)
         throws ExcludedException,
                hla.rti13.java1.RTIexception
Throws:
ExcludedException
hla.rti13.java1.RTIexception