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
Methods inherited from interface javax.ejb.EJBObject |
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
setBooleanValues
void setBooleanValues(boolean[] booleanValues)
throws RemoteException
- Throws:
RemoteException
getBooleanValues
boolean[] getBooleanValues()
throws RemoteException
- Throws:
RemoteException
setJarFile
void setJarFile(String jarFile)
throws RemoteException
- Throws:
RemoteException
getJarFile
String getJarFile()
throws RemoteException
- Throws:
RemoteException
startDeployment
void startDeployment()
throws RemoteException,
org.openejb.OpenEJBException
- Throws:
RemoteException
org.openejb.OpenEJBException
finishDeployment
void finishDeployment()
throws RemoteException,
org.openejb.OpenEJBException
- Throws:
RemoteException
org.openejb.OpenEJBException
getDeploymentHTML
String getDeploymentHTML()
throws RemoteException
- Throws:
RemoteException
getDeployDataArray
DeployData[] getDeployDataArray()
throws RemoteException
- Throws:
RemoteException
createIdTable
String createIdTable()
throws RemoteException,
org.openejb.OpenEJBException
- Throws:
RemoteException
org.openejb.OpenEJBException
setDeployAndContainerIds
void setDeployAndContainerIds(DeployData[] deployDataArray)
throws RemoteException,
org.openejb.OpenEJBException
- Throws:
RemoteException
org.openejb.OpenEJBException
Copyright © 1999-2012 OpenEJB. All Rights Reserved.