public interface RecycleManagedObjectParameter<MO extends ManagedObject>
Task
.Modifier and Type | Method and Description |
---|---|
CleanupEscalation[] |
getCleanupEscalations()
Obtains possible
CleanupEscalation instances that occurred in
cleaning up previous ManagedObject instances. |
MO |
getManagedObject()
Obtains the
ManagedObject being recycled. |
void |
reuseManagedObject(MO managedObject)
Invoked at the end of recycling to re-use the
ManagedObject . |
MO getManagedObject()
ManagedObject
being recycled.ManagedObject
being recycled.void reuseManagedObject(MO managedObject)
Invoked at the end of recycling to re-use the ManagedObject
.
ManagedObject
will be
destroyed.managedObject
- ManagedObject
that has been recycled and ready for
re-use.CleanupEscalation[] getCleanupEscalations()
CleanupEscalation
instances that occurred in
cleaning up previous ManagedObject
instances.CleanupEscalation
instances.Copyright © 2005–2016. All rights reserved.