Package org.jboss.as.naming
Interface JndiViewManagedReferenceFactory
-
- All Superinterfaces:
ManagedReferenceFactory
- All Known Subinterfaces:
ContextListAndJndiViewManagedReferenceFactory
- All Known Implementing Classes:
ContextManagedReferenceFactory,StaticManagedObject,ValueManagedReferenceFactory
public interface JndiViewManagedReferenceFactory extends ManagedReferenceFactory
AManagedReferenceFactorywhich supports JNDI View lookups, which are done without the proper invocation context set.- Author:
- Eduardo Martins
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_JNDI_VIEW_INSTANCE_VALUE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetJndiViewInstanceValue()Retrieves the reference's object instance JNDI View value.-
Methods inherited from interface org.jboss.as.naming.ManagedReferenceFactory
getReference
-
-
-
-
Field Detail
-
DEFAULT_JNDI_VIEW_INSTANCE_VALUE
static final String DEFAULT_JNDI_VIEW_INSTANCE_VALUE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getJndiViewInstanceValue
String getJndiViewInstanceValue()
Retrieves the reference's object instance JNDI View value. If it's not possible to obtain such data, the factory should return the static attribute DEFAULT_JNDI_VIEW_INSTANCE_VALUE, exposed by this interface.- Returns:
-
-