org.openejb.webadmin.main
Interface DeployerObject

All Superinterfaces:
javax.ejb.EJBObject, Remote

public interface DeployerObject
extends javax.ejb.EJBObject

This is a stateful session bean which holds deployment information for the web deployment of an EJB.

Author:
Tim Urberg
See Also:
DeployerBean

Method Summary
 String createIdTable()
           
 void finishDeployment()
           
 boolean[] getBooleanValues()
           
 DeployData[] getDeployDataArray()
           
 String getDeploymentHTML()
           
 String getJarFile()
           
 void setBooleanValues(boolean[] booleanValues)
           
 void setDeployAndContainerIds(DeployData[] deployDataArray)
           
 void setJarFile(String jarFile)
           
 void startDeployment()
           
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

setBooleanValues

public void setBooleanValues(boolean[] booleanValues)
                      throws RemoteException
Throws:
RemoteException

getBooleanValues

public boolean[] getBooleanValues()
                           throws RemoteException
Throws:
RemoteException

setJarFile

public void setJarFile(String jarFile)
                throws RemoteException
Throws:
RemoteException

getJarFile

public String getJarFile()
                  throws RemoteException
Throws:
RemoteException

startDeployment

public void startDeployment()
                     throws RemoteException,
                            org.openejb.OpenEJBException
Throws:
RemoteException
org.openejb.OpenEJBException

finishDeployment

public void finishDeployment()
                      throws RemoteException,
                             org.openejb.OpenEJBException
Throws:
RemoteException
org.openejb.OpenEJBException

getDeploymentHTML

public String getDeploymentHTML()
                         throws RemoteException
Throws:
RemoteException

getDeployDataArray

public DeployData[] getDeployDataArray()
                                throws RemoteException
Throws:
RemoteException

createIdTable

public String createIdTable()
                     throws RemoteException,
                            org.openejb.OpenEJBException
Throws:
RemoteException
org.openejb.OpenEJBException

setDeployAndContainerIds

public void setDeployAndContainerIds(DeployData[] deployDataArray)
                              throws RemoteException,
                                     org.openejb.OpenEJBException
Throws:
RemoteException
org.openejb.OpenEJBException


Copyright © 1999-2007 OpenEJB. All Rights Reserved.