|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.util.JBossObject
org.jboss.kernel.plugins.registry.AbstractKernelRegistryEntry
org.jboss.ejb3.kernel.LazyJNDIKernelRegistryEntry
public class LazyJNDIKernelRegistryEntry
LazyKernelRegistryEntry
An implementation of KernelRegistryEntry
which returns objects
from JNDI, for the given entry name, lazily.
Field Summary |
---|
Fields inherited from class org.jboss.kernel.plugins.registry.AbstractKernelRegistryEntry |
---|
name, target |
Fields inherited from class org.jboss.util.JBossObject |
---|
hashCode, log, toString |
Constructor Summary | |
---|---|
LazyJNDIKernelRegistryEntry(Context ctx,
String name)
Constructor |
Method Summary | |
---|---|
Object |
getTarget()
|
Methods inherited from class org.jboss.kernel.plugins.registry.AbstractKernelRegistryEntry |
---|
getAliases, getController, getDependencyInfo, getError, getErrorHandlingMode, getMode, getName, getRequiredState, getScopeInfo, getState, install, setController, setError, setMode, setName, setRequiredState, setState, toShortString, toString, uninstall |
Methods inherited from class org.jboss.util.JBossObject |
---|
cacheGetHashCode, cacheToString, clone, equals, flushJBossObjectCache, getClassShortName, getHashCode, hashCode, list, notEqual, toShortString, toString, toStringImplementation |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.jboss.util.JBossInterface |
---|
clone, toShortString |
Constructor Detail |
---|
public LazyJNDIKernelRegistryEntry(Context ctx, String name)
ctx
- JNDI contextname
- The entry nameMethod Detail |
---|
public Object getTarget()
getTarget
in interface org.jboss.dependency.spi.ControllerContext
getTarget
in class org.jboss.kernel.plugins.registry.AbstractKernelRegistryEntry
ControllerContext.getTarget()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |