org.omg.dds.core.modifiable
Class ModifiableInstanceHandle

java.lang.Object
  extended by org.omg.dds.core.InstanceHandle
      extended by org.omg.dds.core.modifiable.ModifiableInstanceHandle
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, DDSObject, ModifiableValue<InstanceHandle,ModifiableInstanceHandle>, Value<InstanceHandle,ModifiableInstanceHandle>

public abstract class ModifiableInstanceHandle
extends InstanceHandle
implements ModifiableValue<InstanceHandle,ModifiableInstanceHandle>

See Also:
Serialized Form

Constructor Summary
ModifiableInstanceHandle()
           
 
Method Summary
abstract  ModifiableInstanceHandle clone()
          Extends the concept of "cloneable" defined in java.lang by providing an explicit public Value.clone() method.
 
Methods inherited from class org.omg.dds.core.InstanceHandle
isNil, newInstanceHandle, nilHandle
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.omg.dds.core.modifiable.ModifiableValue
copyFrom, finishModification
 
Methods inherited from interface org.omg.dds.core.Value
equals, hashCode, modify
 
Methods inherited from interface org.omg.dds.core.DDSObject
getBootstrap
 

Constructor Detail

ModifiableInstanceHandle

public ModifiableInstanceHandle()
Method Detail

clone

public abstract ModifiableInstanceHandle clone()
Description copied from interface: Value
Extends the concept of "cloneable" defined in java.lang by providing an explicit public Value.clone() method.

Specified by:
clone in interface ModifiableValue<InstanceHandle,ModifiableInstanceHandle>
Specified by:
clone in interface Value<InstanceHandle,ModifiableInstanceHandle>
Specified by:
clone in class InstanceHandle
Returns:
a new object that with state identical to that of this object.


Copyright © 2010 Real-Time Innovations, Inc. (RTI)
Copyright © 2010 PrismTech, Ltd.
Copyright © 2010 Object Management Group, Inc. (OMG)
All Rights Reserved.