public abstract class InstanceHandle extends java.lang.Object implements java.lang.Comparable<InstanceHandle>, java.io.Serializable, DDSObject
Constructor and Description |
---|
InstanceHandle() |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
isNil() |
abstract ModifiableInstanceHandle |
modifiableCopy() |
static ModifiableInstanceHandle |
newInstanceHandle(ServiceEnvironment env) |
static InstanceHandle |
nilHandle(ServiceEnvironment env) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getEnvironment
public static ModifiableInstanceHandle newInstanceHandle(ServiceEnvironment env)
env
- Identifies the Service instance to which the new
object will belong.public static InstanceHandle nilHandle(ServiceEnvironment env)
env
- Identifies the Service instance to which the
object will belong.public abstract boolean isNil()
public abstract ModifiableInstanceHandle modifiableCopy()
Copyright © 2010 Real-Time Innovations, Inc. (RTI)
Copyright © 2010 PrismTech, Ltd.
Copyright © 2010 Object Management Group, Inc. (OMG)
All Rights Reserved.