org.mule.container
Class EjbContainerContext
java.lang.Object
org.mule.container.AbstractContainerContext
org.mule.container.JndiContainerContext
org.mule.container.RmiContainerContext
org.mule.container.EjbContainerContext
- All Implemented Interfaces:
- org.mule.api.context.ContainerContext, org.mule.api.context.MuleContextAware, org.mule.api.lifecycle.Disposable, org.mule.api.lifecycle.Initialisable
public class EjbContainerContext
- extends org.mule.container.RmiContainerContext
EjbContainerContext is a container implementaiton that allows EJB
MuleSession beans to be referenced as Mule managed UMOs.
This no longer needed in 2.0 since Spring provides this functionality directly.
| Fields inherited from class org.mule.container.RmiContainerContext |
securityManager, securityPolicy |
| Fields inherited from class org.mule.container.JndiContainerContext |
context |
| Fields inherited from class org.mule.container.AbstractContainerContext |
logger, muleContext |
| Fields inherited from interface org.mule.api.lifecycle.Initialisable |
PHASE_NAME |
| Fields inherited from interface org.mule.api.lifecycle.Disposable |
PHASE_NAME |
| Methods inherited from class org.mule.container.RmiContainerContext |
getSecurityManager, getSecurityPolicy, initialise, setSecurityManager, setSecurityPolicy |
| Methods inherited from class org.mule.container.JndiContainerContext |
configure, getContext, getEnvironment, setContext, setEnvironment |
| Methods inherited from class org.mule.container.AbstractContainerContext |
configure, dispose, doInitialise, getDefaultDocType, getDefaultEncoding, getName, getXmlDeclaration, setMuleContext, setName |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EjbContainerContext
public EjbContainerContext()
EjbContainerContext
protected EjbContainerContext(String name)
getComponent
public Object getComponent(Object key)
throws org.mule.api.context.ObjectNotFoundException
- Specified by:
getComponent in interface org.mule.api.context.ContainerContext- Overrides:
getComponent in class org.mule.container.RmiContainerContext
- Throws:
org.mule.api.context.ObjectNotFoundException
Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.