Package org.jboss.as.naming
Interface ManagedReferenceFactory
-
- All Known Subinterfaces:
ContextListAndJndiViewManagedReferenceFactory,ContextListManagedReferenceFactory,JndiViewManagedReferenceFactory
- All Known Implementing Classes:
ConstructorManagedReferenceFactory,ContextManagedReferenceFactory,ImmediateManagedReferenceFactory,StaticManagedObject,ValueManagedReferenceFactory
public interface ManagedReferenceFactoryCreates container managed references. Usages of these references is very much implementation specific, however implementers should be careful to make sure that the references are idempotent.- Author:
- Stuart Douglas
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ManagedReferencegetReference()Get a new managed instance reference.
-
-
-
Method Detail
-
getReference
ManagedReference getReference()
Get a new managed instance reference.- Returns:
- a reference to a managed object
-
-