Package org.jboss.as.naming
Interface JndiViewManagedReferenceFactory
- All Superinterfaces:
ManagedReferenceFactory
- All Known Subinterfaces:
ContextListAndJndiViewManagedReferenceFactory
- All Known Implementing Classes:
ContextManagedReferenceFactory,StaticManagedObject,ValueManagedReferenceFactory
A
ManagedReferenceFactory which supports JNDI View lookups, which are done without the proper invocation context set.- Author:
- Eduardo Martins
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionRetrieves the reference's object instance JNDI View value.Methods inherited from interface org.jboss.as.naming.ManagedReferenceFactory
getReference
-
Field Details
-
DEFAULT_JNDI_VIEW_INSTANCE_VALUE
- See Also:
-
-
Method Details
-
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:
-