public interface ManagedObjectUser
ManagedObject
.Modifier and Type | Method and Description |
---|---|
void |
setFailure(Throwable cause)
Indicates failure to obtain the
ManagedObject . |
void |
setManagedObject(ManagedObject managedObject)
Specifies the
ManagedObject to be used. |
void setManagedObject(ManagedObject managedObject)
Specifies the ManagedObject
to be used.
This will be called by the
ManagedObjectSource.sourceManagedObject(ManagedObjectUser)
method
to provide the ManagedObject
to this ManagedObjectUser
.
managedObject
- ManagedObject
to be used.void setFailure(Throwable cause)
ManagedObject
.cause
- Cause of the failure.Copyright © 2005–2016. All rights reserved.