|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Container | |
org.apache.geronimo.core.service | |
org.apache.geronimo.proxy |
Uses of Container in org.apache.geronimo.core.service |
Subinterfaces of Container in org.apache.geronimo.core.service | |
interface |
ManagedContainer
ManagedContainer |
interface |
RPCContainer
|
Methods in org.apache.geronimo.core.service that return Container | |
Container |
Component.getContainer()
Gets the container to which this component belongs. |
Methods in org.apache.geronimo.core.service with parameters of type Container | |
void |
Component.setContainer(Container container)
Sets the container which ownes this component. |
Uses of Container in org.apache.geronimo.proxy |
Classes in org.apache.geronimo.proxy that implement Container | |
class |
ProxyContainer
A local container that is a proxy for some other "real" container. |
class |
SimpleContainer
|
class |
SimpleRPCContainer
|
Methods in org.apache.geronimo.proxy that return Container | |
Container |
SimpleComponent.getContainer()
|
Methods in org.apache.geronimo.proxy with parameters of type Container | |
void |
SimpleComponent.setContainer(Container container)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |