org.apache.openejb.server.ejbd
Class DeploymentIndex

java.lang.Object
  extended by org.apache.openejb.server.ejbd.DeploymentIndex

public class DeploymentIndex
extends Object


Constructor Summary
DeploymentIndex(BeanContext[] beanContexts)
           
 
Method Summary
 BeanContext getDeployment(EJBRequest req)
           
 BeanContext getDeployment(int index)
           
 BeanContext getDeployment(Integer index)
           
 BeanContext getDeployment(String deploymentID)
           
 int getDeploymentIndex(BeanContext deployment)
           
 int getDeploymentIndex(String deploymentID)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeploymentIndex

public DeploymentIndex(BeanContext[] beanContexts)
Method Detail

getDeployment

public BeanContext getDeployment(EJBRequest req)
                          throws RemoteException
Throws:
RemoteException

getDeploymentIndex

public int getDeploymentIndex(BeanContext deployment)

getDeploymentIndex

public int getDeploymentIndex(String deploymentID)

getDeployment

public BeanContext getDeployment(String deploymentID)

getDeployment

public BeanContext getDeployment(Integer index)

getDeployment

public BeanContext getDeployment(int index)


Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.