org.openejb.server.ejbd
Class DeploymentIndex

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

public class DeploymentIndex
extends java.lang.Object

Author:
David Blevins

Constructor Summary
DeploymentIndex()
           
 
Method Summary
 DeploymentInfo getDeployment(EJBRequest req)
           
 DeploymentInfo getDeployment(int index)
           
 DeploymentInfo getDeployment(java.lang.Integer index)
           
 DeploymentInfo getDeployment(java.lang.String deploymentID)
           
 int getDeploymentIndex(DeploymentInfo deployment)
           
 int getDeploymentIndex(java.lang.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()
Method Detail

getDeployment

public DeploymentInfo getDeployment(EJBRequest req)
                             throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getDeploymentIndex

public int getDeploymentIndex(DeploymentInfo deployment)

getDeploymentIndex

public int getDeploymentIndex(java.lang.String deploymentID)

getDeployment

public DeploymentInfo getDeployment(java.lang.String deploymentID)

getDeployment

public DeploymentInfo getDeployment(java.lang.Integer index)

getDeployment

public DeploymentInfo getDeployment(int index)


Copyright © 1999-2011 OpenEJB. All Rights Reserved.