org.openejb.webadmin.main
Interface DeployerObject

All Superinterfaces:
javax.ejb.EJBObject, java.rmi.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
 java.lang.String createIdTable()
           
 void finishDeployment()
           
 boolean[] getBooleanValues()
           
 DeployData[] getDeployDataArray()
           
 java.lang.String getDeploymentHTML()
           
 java.lang.String getJarFile()
           
 void setBooleanValues(boolean[] booleanValues)
           
 void setDeployAndContainerIds(DeployData[] deployDataArray)
           
 void setJarFile(java.lang.String jarFile)
           
 void startDeployment()
           
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

setBooleanValues

void setBooleanValues(boolean[] booleanValues)
                      throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getBooleanValues

boolean[] getBooleanValues()
                           throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

setJarFile

void setJarFile(java.lang.String jarFile)
                throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getJarFile

java.lang.String getJarFile()
                            throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

startDeployment

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

finishDeployment

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

getDeploymentHTML

java.lang.String getDeploymentHTML()
                                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getDeployDataArray

DeployData[] getDeployDataArray()
                                throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

createIdTable

java.lang.String createIdTable()
                               throws java.rmi.RemoteException,
                                      org.openejb.OpenEJBException
Throws:
java.rmi.RemoteException
org.openejb.OpenEJBException

setDeployAndContainerIds

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


Copyright © 1999-2011 OpenEJB. All Rights Reserved.