@Documented @Inherited @Retention(value=RUNTIME) @Target(value=TYPE) public @interface Managed
ManagedObject subtypes are audited for the following restrictions:
finalize
.See the ManagedObject class for utility methods to manage extents, cardinality, and lifecycle of Managed Objects.
ManagedObject
Modifier and Type | Optional Element and Description |
---|---|
long |
allocationSpaceBytes
Set the allocation space reserved for this object.
|
boolean |
dynamicLockMemory
Dynamically allocate/deallocate the transaction lock memory for
this object, whenever it is locked in a transaction.
|
public abstract long allocationSpaceBytes
public abstract boolean dynamicLockMemory