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.
- See Also:
org.openejb.webadmin.deploy.DeployerBean
Methods inherited from interface javax.ejb.EJBObject |
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
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-2005 OpenEJB. All Rights Reserved.