|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JComponentContextFactory | |
---|---|
org.objectweb.jonas_ejb.container | |
org.objectweb.jonas.naming.context | |
org.objectweb.jonas.web |
Uses of JComponentContextFactory in org.objectweb.jonas_ejb.container |
---|
Methods in org.objectweb.jonas_ejb.container that return JComponentContextFactory | |
---|---|
JComponentContextFactory |
Container.getComponentContextFactory()
|
JComponentContextFactory |
JContainer.getComponentContextFactory()
|
Methods in org.objectweb.jonas_ejb.container with parameters of type JComponentContextFactory | |
---|---|
void |
Container.setComponentContextFactory(JComponentContextFactory factory)
Set the JComponentContextFactory instance. |
void |
JContainer.setComponentContextFactory(JComponentContextFactory factory)
Set the JComponentContextFactory instance. |
Uses of JComponentContextFactory in org.objectweb.jonas.naming.context |
---|
Classes in org.objectweb.jonas.naming.context that implement JComponentContextFactory | |
---|---|
class |
SingletonComponentContextFactory
Allow to create the context (java:) used in JOnAS application server. |
Methods in org.objectweb.jonas.naming.context that return JComponentContextFactory | |
---|---|
static JComponentContextFactory |
SingletonComponentContextFactory.getInstance()
Return the unique instance of a JComponentContextFactory. |
Uses of JComponentContextFactory in org.objectweb.jonas.web |
---|
Methods in org.objectweb.jonas.web that return JComponentContextFactory | |
---|---|
protected JComponentContextFactory |
AbsJWebContainerServiceImpl.getContextFactory()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |