Package org.jboss.as.naming
Class ValueManagedReferenceFactory.ValueManagedReference
java.lang.Object
org.jboss.as.naming.ValueManagedReferenceFactory.ValueManagedReference
- All Implemented Interfaces:
Serializable,ManagedReference
- Enclosing class:
- ValueManagedReferenceFactory
public static class ValueManagedReferenceFactory.ValueManagedReference
extends Object
implements ManagedReference, Serializable
- See Also:
-
Method Summary
-
Method Details
-
release
public void release()Description copied from interface:ManagedReferenceRelease the reference. Depending on the implementation this may destroy the underlying object. Implementers should take care to make this method idempotent, as it may be called multiple times.- Specified by:
releasein interfaceManagedReference
-
getInstance
Description copied from interface:ManagedReferenceGet the object instance.- Specified by:
getInstancein interfaceManagedReference- Returns:
- the object this reference refers to
-