Package org.jboss.as.naming
Interface ContextListManagedReferenceFactory
-
- All Superinterfaces:
ManagedReferenceFactory
- All Known Subinterfaces:
ContextListAndJndiViewManagedReferenceFactory
- All Known Implementing Classes:
ContextManagedReferenceFactory,StaticManagedObject,ValueManagedReferenceFactory
public interface ContextListManagedReferenceFactory extends ManagedReferenceFactory
AManagedReferenceFactorywhich knows the class name of itsManagedReferenceobject instance. This type ofManagedReferenceFactoryshould be used for JNDI bindings, theServiceBasedNamingStorerelies on it to provide proper support forContextlist operations.- Author:
- Eduardo Martins
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_INSTANCE_CLASS_NAME
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetInstanceClassName()Retrieves the reference's object instance class name.-
Methods inherited from interface org.jboss.as.naming.ManagedReferenceFactory
getReference
-
-
-
-
Field Detail
-
DEFAULT_INSTANCE_CLASS_NAME
static final String DEFAULT_INSTANCE_CLASS_NAME
-
-
Method Detail
-
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:
-
-