Uses of Interface
org.apache.geronimo.core.service.Container

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 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)
           
 



Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.