Package org.jboss.as.naming
Interface ContextListManagedReferenceFactory
- All Superinterfaces:
ManagedReferenceFactory
- All Known Subinterfaces:
ContextListAndJndiViewManagedReferenceFactory
- All Known Implementing Classes:
ContextManagedReferenceFactory,StaticManagedObject,ValueManagedReferenceFactory
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 Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionRetrieves the reference's object instance class name.Methods inherited from interface org.jboss.as.naming.ManagedReferenceFactory
getReference
-
Field Details
-
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:
-