org.mule.container
Class EjbContainerContext

java.lang.Object
  extended by org.mule.container.AbstractContainerContext
      extended by org.mule.container.JndiContainerContext
          extended by org.mule.container.RmiContainerContext
              extended by 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.


Field Summary
 
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
 
Constructor Summary
  EjbContainerContext()
           
protected EjbContainerContext(String name)
           
 
Method Summary
 Object getComponent(Object key)
           
 
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
 

Constructor Detail

EjbContainerContext

public EjbContainerContext()

EjbContainerContext

protected EjbContainerContext(String name)
Method Detail

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.