Interface ContextListManagedReferenceFactory

All Superinterfaces:
ManagedReferenceFactory
All Known Subinterfaces:
ContextListAndJndiViewManagedReferenceFactory
All Known Implementing Classes:
ContextManagedReferenceFactory, StaticManagedObject, ValueManagedReferenceFactory

public interface ContextListManagedReferenceFactory extends ManagedReferenceFactory
A ManagedReferenceFactory which knows the class name of its ManagedReference object instance. This type of ManagedReferenceFactory should be used for JNDI bindings, the ServiceBasedNamingStore relies on it to provide proper support for Context list operations.
Author:
Eduardo Martins
  • Field Details

    • DEFAULT_INSTANCE_CLASS_NAME

      static final String DEFAULT_INSTANCE_CLASS_NAME
  • Method Details

    • getInstanceClassName

      String getInstanceClassName()
      Retrieves the reference's object instance class name. If it's impossible to obtain such data, the factory should return the static attribute DEFAULT_INSTANCE_CLASS_NAME, exposed by this interface.
      Returns: