public abstract class InstanceHandle extends Object implements Comparable<InstanceHandle>, 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
compareTo
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 © 2014. All rights reserved.