Interface ManagedReferenceFactory

All Known Subinterfaces:
ContextListAndJndiViewManagedReferenceFactory, ContextListManagedReferenceFactory, JndiViewManagedReferenceFactory
All Known Implementing Classes:
ConstructorManagedReferenceFactory, ContextManagedReferenceFactory, ImmediateManagedReferenceFactory, StaticManagedObject, ValueManagedReferenceFactory

public interface ManagedReferenceFactory
Creates 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

    Modifier and Type
    Method
    Description
    Get a new managed instance reference.
  • Method Details

    • getReference

      ManagedReference getReference()
      Get a new managed instance reference.
      Returns:
      a reference to a managed object