org.openejb.server.ejbd
Class DeploymentIndex
java.lang.Object
org.openejb.server.ejbd.DeploymentIndex
public class DeploymentIndex
- extends Object
- Author:
- David Blevins
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeploymentIndex
public DeploymentIndex()
getDeployment
public DeploymentInfo getDeployment(EJBRequest req)
throws RemoteException
- Throws:
RemoteException
getDeploymentIndex
public int getDeploymentIndex(DeploymentInfo deployment)
getDeploymentIndex
public int getDeploymentIndex(String deploymentID)
getDeployment
public DeploymentInfo getDeployment(String deploymentID)
getDeployment
public DeploymentInfo getDeployment(Integer index)
getDeployment
public DeploymentInfo getDeployment(int index)
Copyright © 1999-2008 OpenEJB. All Rights Reserved.