A B C D E F G H I J L M N O P Q R S T U V W

A

ALL_FIELDS_REQUIRED_ERROR - Static variable in class org.openejb.webadmin.main.DeployerBean
 

B

BMPBean - class org.openejb.webadmin.ejbgen.BMPBean.
 
BMPBean(String, String, String, String, String, String) - Constructor for class org.openejb.webadmin.ejbgen.BMPBean
Constructor for BMP Entity EJB Bean Template
buildNode(ViewJndiBean.Node, Context) - Method in class org.openejb.webadmin.clienttools.ViewJndiBean
 
buildZipFile() - Method in class org.openejb.webadmin.ejbgen.EJBTemplate
This will build a zip file for all the files built by the EJB Generator

C

CB_CLASS_NAME - Static variable in class org.openejb.webadmin.main.ConfigBean
 
CMPBean - class org.openejb.webadmin.ejbgen.CMPBean.
 
CMPBean(String, String, String, String, String, String) - Constructor for class org.openejb.webadmin.ejbgen.CMPBean
Constructor for CMP Entity EJB Bean Template
CMPMappingBean - class org.openejb.webadmin.main.CMPMappingBean.
 
CMPMappingBean() - Constructor for class org.openejb.webadmin.main.CMPMappingBean
 
CMPMappingDataBean - class org.openejb.webadmin.main.CMPMappingDataBean.
 
CMPMappingDataBean() - Constructor for class org.openejb.webadmin.main.CMPMappingDataBean
 
CMPMappingDataHome - interface org.openejb.webadmin.main.CMPMappingDataHome.
 
CMPMappingDataObject - interface org.openejb.webadmin.main.CMPMappingDataObject.
 
CMPMappingWriter - class org.openejb.webadmin.main.CMPMappingWriter.
 
CMPMappingWriter() - Constructor for class org.openejb.webadmin.main.CMPMappingWriter
 
CONNECT - Static variable in interface org.openejb.webadmin.HttpRequest
the HTTP CONNECT type
CREATE - Static variable in class org.openejb.webadmin.main.ConfigHTMLWriter
create url type
CRLF - Static variable in class org.openejb.webadmin.httpd.HttpResponseImpl
a line feed character
CSP - Static variable in class org.openejb.webadmin.httpd.HttpResponseImpl
a colon and space
ConfigBean - class org.openejb.webadmin.main.ConfigBean.
This bean allows the user to graphicly edit the OpenEJB configuration file usually located at $OPENEJB_HOME/config/openejb.conf.
ConfigBean() - Constructor for class org.openejb.webadmin.main.ConfigBean
 
ConfigHTMLWriter - class org.openejb.webadmin.main.ConfigHTMLWriter.
This class is a utility for the ConfigBean.
ConfigurationDataBean - class org.openejb.webadmin.main.ConfigurationDataBean.
This is a simple stateful session bean which holds onto the configuration object for the webadmin.
ConfigurationDataBean() - Constructor for class org.openejb.webadmin.main.ConfigurationDataBean
 
ConfigurationDataHome - interface org.openejb.webadmin.main.ConfigurationDataHome.
 
ConfigurationDataObject - interface org.openejb.webadmin.main.ConfigurationDataObject.
This is a simple stateful session bean which holds onto the configuration object for the webadmin.
Constants - interface org.openejb.webadmin.clienttools.Constants.
 
ContainerData - class org.openejb.webadmin.main.ContainerData.
A simple data object for container information.
ContainerData() - Constructor for class org.openejb.webadmin.main.ContainerData
 
closedImg - Static variable in interface org.openejb.webadmin.clienttools.Constants
 
create() - Method in interface org.openejb.webadmin.HttpHome
Creates a new EJB object for the web administration
create() - Method in interface org.openejb.webadmin.httpd.WebSessionHome
 
create() - Method in interface org.openejb.webadmin.main.CMPMappingDataHome
 
create() - Method in interface org.openejb.webadmin.main.ConfigurationDataHome
gets a new instance of ConfigurationDataObject
create() - Method in interface org.openejb.webadmin.main.DeployerHome
creates a deployer bean
createBackup() - Method in class org.openejb.webadmin.ejbgen.EJBTemplate
This method backs up all structure and classes for the EJB if there are already classes in the save location with the same name.
createBenCode() - Method in class org.openejb.webadmin.ejbgen.BMPBean
This creates the code for the Bean
createBenCode() - Method in class org.openejb.webadmin.ejbgen.CMPBean
This creates the code for the Bean
createBenCode() - Method in class org.openejb.webadmin.ejbgen.EJBTemplate
 
createBenCode() - Method in class org.openejb.webadmin.ejbgen.StatefulBean
This creates the code for the Bean
createBenCode() - Method in class org.openejb.webadmin.ejbgen.StatelessBean
This creates the code for the Bean
createClass(String, String) - Method in class org.openejb.webadmin.ejbgen.EJBTemplate
This method actually creates the file for the proper class.
createEJB() - Method in class org.openejb.webadmin.ejbgen.BMPBean
This method actually calls all methods to create the EJB Template
createEJB() - Method in class org.openejb.webadmin.ejbgen.CMPBean
This method actually calls all methods to create the EJB Template
createEJB() - Method in class org.openejb.webadmin.ejbgen.EJBTemplate
 
createEJB() - Method in class org.openejb.webadmin.ejbgen.StatefulBean
This method actually calls all methods to create the EJB Template
createEJB() - Method in class org.openejb.webadmin.ejbgen.StatelessBean
This method actually calls all methods to create the EJB Template
createEJBXML() - Method in class org.openejb.webadmin.ejbgen.BMPBean
This creates the code for the ejb-xml.jar
createEJBXML() - Method in class org.openejb.webadmin.ejbgen.CMPBean
This creates the code for the ejb-xml.jar
createEJBXML() - Method in class org.openejb.webadmin.ejbgen.EJBTemplate
 
createEJBXML() - Method in class org.openejb.webadmin.ejbgen.StatefulBean
This creates the code for the ejb-xml.jar
createEJBXML() - Method in class org.openejb.webadmin.ejbgen.StatelessBean
This creates the code for the ejb-xml.jar
createError(String) - Static method in class org.openejb.webadmin.httpd.HttpResponseImpl
This could be improved at some day in the future to also include a stack trace of the exceptions
createError(String, Throwable) - Static method in class org.openejb.webadmin.httpd.HttpResponseImpl
creates an error with user defined variables
createForbidden(String) - Static method in class org.openejb.webadmin.httpd.HttpResponseImpl
Creates a forbidden response to be sent to the browser using IP authentication
createHmeCode() - Method in class org.openejb.webadmin.ejbgen.BMPBean
This creates the code for the Home Interface
createHmeCode() - Method in class org.openejb.webadmin.ejbgen.CMPBean
This creates the code for the Home Interface
createHmeCode() - Method in class org.openejb.webadmin.ejbgen.EJBTemplate
 
createHmeCode() - Method in class org.openejb.webadmin.ejbgen.StatefulBean
This creates the code for the Home Interface
createHmeCode() - Method in class org.openejb.webadmin.ejbgen.StatelessBean
This creates the code for the Home Interface
createIdTable() - Method in class org.openejb.webadmin.main.DeployerBean
creates an HTML table with form fields for deployment information
createIdTable() - Method in interface org.openejb.webadmin.main.DeployerObject
 
createObjCode() - Method in class org.openejb.webadmin.ejbgen.BMPBean
This creates the code for the Remote Interface
createObjCode() - Method in class org.openejb.webadmin.ejbgen.CMPBean
This creates the code for the Remote Interface
createObjCode() - Method in class org.openejb.webadmin.ejbgen.EJBTemplate
 
createObjCode() - Method in class org.openejb.webadmin.ejbgen.StatefulBean
This creates the code for the Remote Interface
createObjCode() - Method in class org.openejb.webadmin.ejbgen.StatelessBean
This creates the code for the Remote Interface
createPKCode() - Method in class org.openejb.webadmin.ejbgen.BMPBean
This creates the code for the PrimaryKey
createPKCode() - Method in class org.openejb.webadmin.ejbgen.CMPBean
This creates the code for the PrimaryKey
createPackage() - Method in class org.openejb.webadmin.ejbgen.EJBTemplate
This method creates the directory structure to fit the same structure as the package input by the user.
createXML(String, String) - Method in class org.openejb.webadmin.ejbgen.EJBTemplate
Same as writeClass() method but it creates the structure and files that are XML Files.

D

DELETE - Static variable in interface org.openejb.webadmin.HttpRequest
the HTTP DELETE type
DELETE - Static variable in class org.openejb.webadmin.main.ConfigHTMLWriter
delete url type
DEPLOYMENT_TYPE_DIR - Static variable in class org.openejb.webadmin.main.ConfigHTMLWriter
drop down value for a directory deployment type
DEPLOYMENT_TYPE_JAR - Static variable in class org.openejb.webadmin.main.ConfigHTMLWriter
drop down value for a jar deployment type
DatabaseData - class org.openejb.webadmin.main.DatabaseData.
A simple data class for database data
DatabaseData() - Constructor for class org.openejb.webadmin.main.DatabaseData
 
DefaultHttpBean - class org.openejb.webadmin.httpd.DefaultHttpBean.
This is a webadmin bean which has default functionality such as genderating error pages and setting page content.
DefaultHttpBean() - Constructor for class org.openejb.webadmin.httpd.DefaultHttpBean
 
DeployBean - class org.openejb.webadmin.main.DeployBean.
This class takes care of deploying a bean in the web administration.
DeployBean() - Constructor for class org.openejb.webadmin.main.DeployBean
 
DeployData - class org.openejb.webadmin.main.DeployData.
A simple data object which holds deployment information
DeployData() - Constructor for class org.openejb.webadmin.main.DeployData
 
DeployerBean - class org.openejb.webadmin.main.DeployerBean.
This is a stateful session bean which handles the action of deployment for the web administration.
DeployerBean() - Constructor for class org.openejb.webadmin.main.DeployerBean
 
DeployerHome - interface org.openejb.webadmin.main.DeployerHome.
The home interface for the deployer bean.
DeployerObject - interface org.openejb.webadmin.main.DeployerObject.
This is a stateful session bean which holds deployment information for the web deployment of an EJB.
DeploymentListBean - class org.openejb.webadmin.main.DeploymentListBean.
A bean which lists all deployed beans.
DeploymentListBean() - Constructor for class org.openejb.webadmin.main.DeploymentListBean
 
do404(HttpRequest, HttpResponse) - Method in class org.openejb.webadmin.httpd.DefaultHttpBean
Creates a "Page not found" error screen
do500(HttpRequest, HttpResponse, String) - Method in class org.openejb.webadmin.httpd.DefaultHttpBean
Creates and "Internal Server Error" page

E

EDIT - Static variable in class org.openejb.webadmin.main.ConfigHTMLWriter
edit url type
EJBGenBean - class org.openejb.webadmin.ejbgen.EJBGenBean.
Page for user to input needed data to build EJB Skeleton.
EJBGenBean() - Constructor for class org.openejb.webadmin.ejbgen.EJBGenBean
 
EJBSESSIONID - Static variable in class org.openejb.webadmin.httpd.HttpRequestImpl
 
EJBTemplate - class org.openejb.webadmin.ejbgen.EJBTemplate.
 
EJBTemplate() - Constructor for class org.openejb.webadmin.ejbgen.EJBTemplate
 
EJB_REFERENCE - Static variable in class org.openejb.webadmin.main.ReferenceData
 
ejbActivate() - Method in class org.openejb.webadmin.WebAdminBean
called on a stateful sessionbean after the bean is deserialized from storage and put back into use.
ejbActivate() - Method in class org.openejb.webadmin.httpd.DefaultHttpBean
called on a stateful sessionbean after the bean is deserialized from storage and put back into use.
ejbActivate() - Method in class org.openejb.webadmin.httpd.WebSessionBean
 
ejbActivate() - Method in class org.openejb.webadmin.main.CMPMappingDataBean
 
ejbActivate() - Method in class org.openejb.webadmin.main.ConfigurationDataBean
not implemented in this bean
ejbActivate() - Method in class org.openejb.webadmin.main.DeployerBean
 
ejbContext - Variable in class org.openejb.webadmin.WebAdminBean
used for the session context
ejbCreate() - Method in class org.openejb.webadmin.WebAdminBean
called with the bean is created
ejbCreate() - Method in class org.openejb.webadmin.ejbgen.EJBGenBean
Called after a new instance of EJBGenBean is created
ejbCreate() - Method in class org.openejb.webadmin.httpd.DefaultHttpBean
Creates a new instance
ejbCreate() - Method in class org.openejb.webadmin.httpd.WebSessionBean
 
ejbCreate() - Method in class org.openejb.webadmin.main.CMPMappingBean
Creates a new instance of HomeBean
ejbCreate() - Method in class org.openejb.webadmin.main.CMPMappingDataBean
 
ejbCreate() - Method in class org.openejb.webadmin.main.ConfigBean
Called when the container creates a new instance of this bean
ejbCreate() - Method in class org.openejb.webadmin.main.ConfigurationDataBean
not implemented in this bean
ejbCreate() - Method in class org.openejb.webadmin.main.DeployBean
Creates a new instance of DeployBean
ejbCreate() - Method in class org.openejb.webadmin.main.DeployerBean
Creates a new instance of DeployerBean
ejbCreate() - Method in class org.openejb.webadmin.main.DeploymentListBean
Creates a new instance of DeploymentListBean
ejbCreate() - Method in class org.openejb.webadmin.main.HomeBean
Creates a new instance of HomeBean
ejbCreate() - Method in class org.openejb.webadmin.main.ListLogsBean
called with the bean is created
ejbCreate() - Method in class org.openejb.webadmin.main.PropertiesBean
Called after a new instance of PropertiesBean is created
ejbImg - Static variable in interface org.openejb.webadmin.clienttools.Constants
 
ejbPassivate() - Method in class org.openejb.webadmin.WebAdminBean
called on a stateful sessionbean before the bean is removed from memory and serialized to a temporary store.
ejbPassivate() - Method in class org.openejb.webadmin.httpd.DefaultHttpBean
called on a stateful sessionbean before the bean is removed from memory and serialized to a temporary store.
ejbPassivate() - Method in class org.openejb.webadmin.httpd.WebSessionBean
 
ejbPassivate() - Method in class org.openejb.webadmin.main.CMPMappingDataBean
 
ejbPassivate() - Method in class org.openejb.webadmin.main.ConfigurationDataBean
not implemented in this bean
ejbPassivate() - Method in class org.openejb.webadmin.main.DeployerBean
 
ejbRemove() - Method in class org.openejb.webadmin.WebAdminBean
called when the bean is about to be garbage collected
ejbRemove() - Method in class org.openejb.webadmin.httpd.DefaultHttpBean
called by the ejb container when this bean is about to be garbage collected
ejbRemove() - Method in class org.openejb.webadmin.httpd.WebSessionBean
 
ejbRemove() - Method in class org.openejb.webadmin.main.CMPMappingDataBean
 
ejbRemove() - Method in class org.openejb.webadmin.main.ConfigurationDataBean
not implemented in this bean
ejbRemove() - Method in class org.openejb.webadmin.main.DeployerBean
 

F

FILENAME - Static variable in class org.openejb.webadmin.httpd.HttpRequestImpl
 
FORM_FIELD_CLASS_NAME - Static variable in class org.openejb.webadmin.main.CMPMappingWriter
 
FORM_FIELD_CONTAINER_TYPE - Static variable in class org.openejb.webadmin.main.ConfigHTMLWriter
container type form field name
FORM_FIELD_CONTENT - Static variable in class org.openejb.webadmin.main.ConfigHTMLWriter
content form field name
FORM_FIELD_DB_ENGINE - Static variable in class org.openejb.webadmin.main.CMPMappingWriter
 
FORM_FIELD_DEPLOYMENT_TEXT - Static variable in class org.openejb.webadmin.main.ConfigHTMLWriter
deployment text form field name
FORM_FIELD_DEPLOYMENT_TYPE - Static variable in class org.openejb.webadmin.main.ConfigHTMLWriter
deployment type form field name
FORM_FIELD_DRIVER_CLASS - Static variable in class org.openejb.webadmin.main.CMPMappingWriter
 
FORM_FIELD_DRIVER_URL - Static variable in class org.openejb.webadmin.main.CMPMappingWriter
 
FORM_FIELD_FILE_NAME - Static variable in class org.openejb.webadmin.main.CMPMappingWriter
 
FORM_FIELD_HANDLE_FILE - Static variable in class org.openejb.webadmin.main.CMPMappingWriter
 
FORM_FIELD_HANDLE_FILE - Static variable in class org.openejb.webadmin.main.ConfigHTMLWriter
handle file form field name
FORM_FIELD_ID - Static variable in class org.openejb.webadmin.main.ConfigHTMLWriter
id form field name
FORM_FIELD_IDENTITY_FIELD - Static variable in class org.openejb.webadmin.main.CMPMappingWriter
 
FORM_FIELD_INDEX - Static variable in class org.openejb.webadmin.main.ConfigHTMLWriter
index form field name
FORM_FIELD_JAR - Static variable in class org.openejb.webadmin.main.ConfigHTMLWriter
jar form field name
FORM_FIELD_JDBC_DRIVER - Static variable in class org.openejb.webadmin.main.CMPMappingWriter
 
FORM_FIELD_JNDI_NAME - Static variable in class org.openejb.webadmin.main.CMPMappingWriter
 
FORM_FIELD_JNDI_PARAMETERS - Static variable in class org.openejb.webadmin.main.ConfigHTMLWriter
JNDI Parameters form field name
FORM_FIELD_PASSWORD - Static variable in class org.openejb.webadmin.main.CMPMappingWriter
 
FORM_FIELD_PROVIDER - Static variable in class org.openejb.webadmin.main.ConfigHTMLWriter
provider form field name
FORM_FIELD_SUBMIT_DB_INFO - Static variable in class org.openejb.webadmin.main.CMPMappingWriter
 
FORM_FIELD_SUBMIT_OPENEJB - Static variable in class org.openejb.webadmin.main.ConfigHTMLWriter
submit button name for the main openejb page
FORM_FIELD_SUBMIT_SERVICE - Static variable in class org.openejb.webadmin.main.ConfigHTMLWriter
submit button name for a service page
FORM_FIELD_USERNAME - Static variable in class org.openejb.webadmin.main.CMPMappingWriter
 
FORM_URL_ENCODED - Static variable in class org.openejb.webadmin.httpd.HttpRequestImpl
 
FORM_VALUE_SUBMIT_CONNECTION_MANAGER - Static variable in class org.openejb.webadmin.main.ConfigHTMLWriter
submit button value and label for a connection manager
FORM_VALUE_SUBMIT_CONNECTOR - Static variable in class org.openejb.webadmin.main.ConfigHTMLWriter
submit button value and label for a connector
FORM_VALUE_SUBMIT_CONTAINER - Static variable in class org.openejb.webadmin.main.ConfigHTMLWriter
submit button value and label for a container
FORM_VALUE_SUBMIT_DEPLOYMENTS - Static variable in class org.openejb.webadmin.main.ConfigHTMLWriter
submit button value and label for deployments
FORM_VALUE_SUBMIT_JNDI_PROVIDER - Static variable in class org.openejb.webadmin.main.ConfigHTMLWriter
submit button value and label for a JNDI provider
FORM_VALUE_SUBMIT_PROXY_FACTORY - Static variable in class org.openejb.webadmin.main.ConfigHTMLWriter
submit button value and label for a proxy factory
FORM_VALUE_SUBMIT_RESOURCE - Static variable in class org.openejb.webadmin.main.ConfigHTMLWriter
submit button value and label for a resource
FORM_VALUE_SUBMIT_SECURITY_SERVICE - Static variable in class org.openejb.webadmin.main.ConfigHTMLWriter
submit button value and label for a security service
FORM_VALUE_SUBMIT_TRANSACTION_SERVICE - Static variable in class org.openejb.webadmin.main.ConfigHTMLWriter
submit button value and label for a transaction service
finishDeployment() - Method in class org.openejb.webadmin.main.DeployerBean
finishes the deployment by adding the deployment entry and saving the changes
finishDeployment() - Method in interface org.openejb.webadmin.main.DeployerObject
 
footer - Static variable in class org.openejb.webadmin.WebAdminBean
the footer
formatMethod(Method) - Method in class org.openejb.webadmin.clienttools.InvokeObjectBean
 
formatObject(Object) - Method in class org.openejb.webadmin.clienttools.InvokeObjectBean
 
formatSubMenuItem(String, String) - Method in class org.openejb.webadmin.WebAdminBean
formats a sub menu item for the left navigation
formatThrowable(Throwable) - Method in class org.openejb.webadmin.clienttools.InvokeObjectBean
 

G

GET - Static variable in interface org.openejb.webadmin.HttpRequest
the HTTP GET type
GLOBAL_TX_DATABASE - Static variable in class org.openejb.webadmin.main.ConfigBean
 
getAttribute(String) - Method in interface org.openejb.webadmin.HttpSession
Returns the object bound with the specified name in this session, or null if no object is bound under the name.
getAttribute(String) - Method in class org.openejb.webadmin.httpd.WebSessionBean
 
getBeanDir() - Method in class org.openejb.webadmin.ejbgen.EJBGenBean
This method is used to get the path to where the EJB Template's source is stored locally on the computer.
getBeanDir() - Method in class org.openejb.webadmin.ejbgen.EJBTemplate
This method is used to get the path to where the EJB Template's source is stored locally on the computer.
getBeanURL() - Method in class org.openejb.webadmin.ejbgen.EJBGenBean
This method is used to get the proper URL to the files for local access only.
getBooleanValues() - Method in class org.openejb.webadmin.main.DeployerBean
gets the boolean values for options
getBooleanValues() - Method in interface org.openejb.webadmin.main.DeployerObject
 
getBulkPassivate() - Method in class org.openejb.webadmin.main.ContainerData
 
getClassRef(Class) - Method in class org.openejb.webadmin.clienttools.ViewClassBean
 
getClassRef(String) - Method in class org.openejb.webadmin.clienttools.ViewClassBean
 
getClassRef(Class) - Method in class org.openejb.webadmin.clienttools.ViewEjbBean
 
getCode() - Method in interface org.openejb.webadmin.HttpResponse
gets the HTTP response code
getCode() - Method in class org.openejb.webadmin.httpd.HttpResponseImpl
gets the HTTP response code
getContainerIdName() - Method in class org.openejb.webadmin.main.DeployData
 
getContainerIdValue() - Method in class org.openejb.webadmin.main.DeployData
 
getContainerType() - Method in class org.openejb.webadmin.main.ContainerData
 
getContentType() - Method in interface org.openejb.webadmin.HttpResponse
gets the content type that will be sent to the browser
getContentType() - Method in class org.openejb.webadmin.httpd.HttpResponseImpl
gets the content type that will be sent to the browser
getConverter(Class) - Method in class org.openejb.webadmin.clienttools.InvokeObjectBean
 
getCookie(String) - Method in class org.openejb.webadmin.httpd.HttpRequestImpl
 
getCookies() - Method in class org.openejb.webadmin.httpd.HttpRequestImpl
 
getDbEngine() - Method in class org.openejb.webadmin.main.DatabaseData
 
getDeployDataArray() - Method in class org.openejb.webadmin.main.DeployerBean
gets the array of deploy data objects
getDeployDataArray() - Method in interface org.openejb.webadmin.main.DeployerObject
 
getDeploymentHTML() - Method in class org.openejb.webadmin.main.DeployerBean
gets the HTML for this deployment
getDeploymentHTML() - Method in interface org.openejb.webadmin.main.DeployerObject
 
getDeploymentIdName() - Method in class org.openejb.webadmin.main.DeployData
 
getDeploymentIdValue() - Method in class org.openejb.webadmin.main.DeployData
 
getDriverClass() - Method in class org.openejb.webadmin.main.DatabaseData
 
getDriverUrl() - Method in class org.openejb.webadmin.main.DatabaseData
 
getEjbName() - Method in class org.openejb.webadmin.main.DeployData
 
getFileName() - Method in class org.openejb.webadmin.main.DatabaseData
 
getFooter() - Static method in class org.openejb.webadmin.WebAdminBean
gets a footer for the document
getFormParameter(String) - Method in interface org.openejb.webadmin.HttpRequest
Gets a form parameter based on the name passed in.
getFormParameter(String) - Method in class org.openejb.webadmin.httpd.HttpRequestImpl
Gets a form parameter based on the name passed in.
getFormParameters() - Method in interface org.openejb.webadmin.HttpRequest
Gets all the form parameters in the form of a two-dimentional array The second dimention has two indexes which contain the key and value for example: for(int i=0; i All values are strings
getFormParameters() - Method in class org.openejb.webadmin.httpd.HttpRequestImpl
Gets all the form parameters in the form of a two-dimentional array The second dimention has two indexes which contain the key and value for example: for(int i=0; i All values are strings
getGlobalDatabase() - Method in class org.openejb.webadmin.main.CMPMappingDataBean
 
getGlobalDatabase() - Method in interface org.openejb.webadmin.main.CMPMappingDataObject
 
getGlobalDatabaseFileName() - Method in class org.openejb.webadmin.main.CMPMappingDataBean
 
getGlobalDatabaseFileName() - Method in interface org.openejb.webadmin.main.CMPMappingDataObject
 
getGlobalTxDatabase() - Method in class org.openejb.webadmin.main.ContainerData
 
getHeader(String) - Method in interface org.openejb.webadmin.HttpRequest
Gets a header based the header name passed in.
getHeader(String) - Method in interface org.openejb.webadmin.HttpResponse
Gets a header based on the name passed in
getHeader(String) - Method in class org.openejb.webadmin.httpd.HttpRequestImpl
Gets a header based the header name passed in.
getHeader(String) - Method in class org.openejb.webadmin.httpd.HttpResponseImpl
Gets a header based on the name passed in
getIP() - Method in class org.openejb.webadmin.httpd.HttpServer
 
getId() - Method in interface org.openejb.webadmin.HttpSession
Returns a string containing the unique identifier assigned to this session.
getId() - Method in class org.openejb.webadmin.httpd.WebSessionBean
 
getId() - Method in class org.openejb.webadmin.main.ContainerData
 
getIndex() - Method in class org.openejb.webadmin.main.ContainerData
 
getInvocation(String) - Method in class org.openejb.webadmin.clienttools.InvokeObjectBean
 
getInvocationMap() - Method in class org.openejb.webadmin.clienttools.InvokeObjectBean
 
getJar() - Method in class org.openejb.webadmin.main.ContainerData
 
getJarFile() - Method in class org.openejb.webadmin.main.DeployerBean
gets the jar file
getJarFile() - Method in interface org.openejb.webadmin.main.DeployerObject
 
getJndiName() - Method in class org.openejb.webadmin.main.DatabaseData
 
getLocalDatabase() - Method in class org.openejb.webadmin.main.CMPMappingDataBean
 
getLocalDatabase() - Method in interface org.openejb.webadmin.main.CMPMappingDataObject
 
getLocalDatabaseFileName() - Method in class org.openejb.webadmin.main.CMPMappingDataBean
 
getLocalDatabaseFileName() - Method in interface org.openejb.webadmin.main.CMPMappingDataObject
 
getLocalTxDatabase() - Method in class org.openejb.webadmin.main.ContainerData
 
getMappingRoot() - Method in class org.openejb.webadmin.main.CMPMappingDataBean
 
getMappingRoot() - Method in interface org.openejb.webadmin.main.CMPMappingDataObject
 
getMappingRootFileName() - Method in class org.openejb.webadmin.main.CMPMappingDataBean
 
getMappingRootFileName() - Method in interface org.openejb.webadmin.main.CMPMappingDataObject
 
getMethod() - Method in interface org.openejb.webadmin.HttpRequest
Gets an integer value of the request method.
getMethod() - Method in class org.openejb.webadmin.httpd.HttpRequestImpl
Gets an integer value of the request method.
getMethodName() - Method in class org.openejb.webadmin.main.OQLData
 
getMethodString() - Method in class org.openejb.webadmin.main.OQLData
 
getModifier(Method) - Method in class org.openejb.webadmin.clienttools.ViewClassBean
 
getName() - Method in class org.openejb.webadmin.httpd.HttpServer
 
getObject(String) - Method in class org.openejb.webadmin.clienttools.InvokeObjectBean
 
getObjectID(Object) - Method in class org.openejb.webadmin.clienttools.InvokeObjectBean
 
getObjectMap() - Method in class org.openejb.webadmin.clienttools.InvokeObjectBean
 
getOpenejb() - Method in class org.openejb.webadmin.main.ConfigurationDataBean
gets the Openejb object
getOpenejb() - Method in interface org.openejb.webadmin.main.ConfigurationDataObject
gets the Openejb object
getOqlDataArray() - Method in class org.openejb.webadmin.main.DeployData
 
getOqlParameterName() - Method in class org.openejb.webadmin.main.OQLData
 
getOqlParameterValueList() - Method in class org.openejb.webadmin.main.OQLData
 
getOqlStatementName() - Method in class org.openejb.webadmin.main.OQLData
 
getOqlStatementValue() - Method in class org.openejb.webadmin.main.OQLData
 
getOutputStream() - Method in interface org.openejb.webadmin.HttpResponse
gets the OutputStream to send data to the browser
getOutputStream() - Method in class org.openejb.webadmin.httpd.HttpResponseImpl
gets the OutputStream to send data to the browser
getPassivator() - Method in class org.openejb.webadmin.main.ContainerData
 
getPassword() - Method in class org.openejb.webadmin.main.DatabaseData
 
getPoolSize() - Method in class org.openejb.webadmin.main.ContainerData
 
getPort() - Method in class org.openejb.webadmin.httpd.HttpServer
 
getPrintWriter() - Method in interface org.openejb.webadmin.HttpResponse
Gets the PrintWriter to send data to the browser
getPrintWriter() - Method in class org.openejb.webadmin.httpd.HttpResponseImpl
Gets the PrintWriter to send data to the browser
getProvider() - Method in class org.openejb.webadmin.main.ContainerData
 
getQueryParameter(String) - Method in interface org.openejb.webadmin.HttpRequest
Gets a URL (or query) parameter based on the name passed in.
getQueryParameter(String) - Method in class org.openejb.webadmin.httpd.HttpRequestImpl
Gets a URL (or query) parameter based on the name passed in.
getReferenceDataArray() - Method in class org.openejb.webadmin.main.DeployData
 
getReferenceIdName() - Method in class org.openejb.webadmin.main.ReferenceData
 
getReferenceIdValue() - Method in class org.openejb.webadmin.main.ReferenceData
 
getReferenceName() - Method in class org.openejb.webadmin.main.ReferenceData
 
getReferenceType() - Method in class org.openejb.webadmin.main.ReferenceData
 
getReferenceValue() - Method in class org.openejb.webadmin.main.ReferenceData
 
getServerName() - Method in interface org.openejb.webadmin.HttpResponse
gets the name of the server being used
getServerName() - Method in class org.openejb.webadmin.httpd.HttpResponseImpl
gets the name of the server being used
getSession(boolean) - Method in interface org.openejb.webadmin.HttpRequest
Returns the current HttpSession associated with this request or, if there is no current session and create is true, returns a new session.
getSession() - Method in interface org.openejb.webadmin.HttpRequest
Returns the current session associated with this request, or if the request does not have a session, creates one.
getSession() - Method in class org.openejb.webadmin.httpd.HttpRequestImpl
 
getSession(boolean) - Method in class org.openejb.webadmin.httpd.HttpRequestImpl
 
getShortClassName(Class) - Method in class org.openejb.webadmin.clienttools.InvokeObjectBean
 
getShortClassRef(Class) - Method in class org.openejb.webadmin.clienttools.InvokeObjectBean
 
getShortClassRef(Class) - Method in class org.openejb.webadmin.clienttools.ViewClassBean
 
getShortClassRef(Class) - Method in class org.openejb.webadmin.clienttools.ViewEjbBean
 
getStrictPooling() - Method in class org.openejb.webadmin.main.ContainerData
 
getTemplate() - Method in class org.openejb.webadmin.WebAdminBean
gets an html template which is the content of the pages written to the browser
getTimeOut() - Method in class org.openejb.webadmin.main.ContainerData
 
getURI() - Method in interface org.openejb.webadmin.HttpRequest
Gets the URI for the current URL page.
getURI() - Method in class org.openejb.webadmin.httpd.HttpRequestImpl
Gets the URI for the current URL page.
getUsername() - Method in class org.openejb.webadmin.main.DatabaseData
 

H

HEAD - Static variable in interface org.openejb.webadmin.HttpRequest
the HTTP HEAD type
HEADER_ACCEPT - Static variable in interface org.openejb.webadmin.HttpRequest
the Accept header
HEADER_ACCEPT_ENCODING - Static variable in interface org.openejb.webadmin.HttpRequest
the Accept-Encoding header
HEADER_ACCEPT_LANGUAGE - Static variable in interface org.openejb.webadmin.HttpRequest
the Accept-Language header
HEADER_CACHE_CONTROL - Static variable in interface org.openejb.webadmin.HttpRequest
the Cache-Control header
HEADER_CONNECTION - Static variable in interface org.openejb.webadmin.HttpRequest
the Connection header
HEADER_CONTENT_LENGTH - Static variable in interface org.openejb.webadmin.HttpRequest
the Content-Length header
HEADER_CONTENT_TYPE - Static variable in interface org.openejb.webadmin.HttpRequest
the Content-Type header
HEADER_COOKIE - Static variable in interface org.openejb.webadmin.HttpRequest
the Cookie header
HEADER_HOST - Static variable in interface org.openejb.webadmin.HttpRequest
the Host header
HEADER_SET_COOKIE - Static variable in interface org.openejb.webadmin.HttpRequest
the Set-Cookie header
HEADER_USER_AGENT - Static variable in interface org.openejb.webadmin.HttpRequest
the User-Agent header
HTML_TITLE - Static variable in class org.openejb.webadmin.WebAdminBean
the standard title
HTTP_VERSION - Static variable in class org.openejb.webadmin.httpd.HttpResponseImpl
the HTTP version
HomeBean - class org.openejb.webadmin.main.HomeBean.
This class represents the "Home" page for the webadmin.
HomeBean() - Constructor for class org.openejb.webadmin.main.HomeBean
 
HttpBean - interface org.openejb.webadmin.HttpBean.
This is ejb interface for the webadmin.
HttpHome - interface org.openejb.webadmin.HttpHome.
This is the standard EJB Home interface for the webadmin.
HttpObject - interface org.openejb.webadmin.HttpObject.
The standard EJB Object interface for the webadmin
HttpRequest - interface org.openejb.webadmin.HttpRequest.
An interface to take care of HTTP Requests.
HttpRequestImpl - class org.openejb.webadmin.httpd.HttpRequestImpl.
A class to take care of HTTP Requests.
HttpRequestImpl() - Constructor for class org.openejb.webadmin.httpd.HttpRequestImpl
 
HttpResponse - interface org.openejb.webadmin.HttpResponse.
This interface takes care of HTTP Responses.
HttpResponseImpl - class org.openejb.webadmin.httpd.HttpResponseImpl.
This class takes care of HTTP Responses.
HttpResponseImpl() - Constructor for class org.openejb.webadmin.httpd.HttpResponseImpl
creates a new instance of HttpResponseImpl with default values
HttpResponseImpl(int, String, String) - Constructor for class org.openejb.webadmin.httpd.HttpResponseImpl
Creates a new HttpResponseImpl with user provided parameters
HttpServer - class org.openejb.webadmin.httpd.HttpServer.
This is the main class for the web administration.
HttpServer() - Constructor for class org.openejb.webadmin.httpd.HttpServer
 
HttpSession - interface org.openejb.webadmin.HttpSession.
 

I

IM_CLASS_NAME - Static variable in class org.openejb.webadmin.main.ConfigBean
 
IM_CONCURRENT_ATTEMPTS - Static variable in class org.openejb.webadmin.main.ConfigBean
 
IM_PASSIVATE_SIZE - Static variable in class org.openejb.webadmin.main.ConfigBean
 
IM_PASSIVATOR - Static variable in class org.openejb.webadmin.main.ConfigBean
 
IM_PASSIVATOR_PATH_PREFIX - Static variable in class org.openejb.webadmin.main.ConfigBean
 
IM_POOL_SIZE - Static variable in class org.openejb.webadmin.main.ConfigBean
 
IM_STRICT_POOLING - Static variable in class org.openejb.webadmin.main.ConfigBean
 
IM_TIME_OUT - Static variable in class org.openejb.webadmin.main.ConfigBean
 
INTRA_VM_COPY - Static variable in class org.openejb.webadmin.main.ConfigBean
 
INVOKE_OBJ - Static variable in interface org.openejb.webadmin.clienttools.Constants
 
InvokeObjectBean - class org.openejb.webadmin.clienttools.InvokeObjectBean.
 
InvokeObjectBean() - Constructor for class org.openejb.webadmin.clienttools.InvokeObjectBean
 
init(Properties) - Method in class org.openejb.webadmin.httpd.HttpServer
Initalizes this instance and takes care of starting things up
initNavSections() - Method in class org.openejb.webadmin.WebAdminBean
initalizes the left and top menu navigation
invoke(InvokeObjectBean.Invocation) - Method in class org.openejb.webadmin.clienttools.InvokeObjectBean
 
isEdit() - Method in class org.openejb.webadmin.main.ContainerData
 
isStrictPooling() - Method in class org.openejb.webadmin.main.ContainerData
 

J

JDBC_DRIVER - Static variable in class org.openejb.webadmin.main.ConfigBean
 
JDBC_URL - Static variable in class org.openejb.webadmin.main.ConfigBean
 
javaImg - Static variable in interface org.openejb.webadmin.clienttools.Constants
 

L

LOCAL_TX_DATABASE - Static variable in class org.openejb.webadmin.main.ConfigBean
 
ListLogsBean - class org.openejb.webadmin.main.ListLogsBean.
This bean lists the openejb.log and transaction.log files
ListLogsBean() - Constructor for class org.openejb.webadmin.main.ListLogsBean
 

M

MULITPART_FORM_DATA - Static variable in class org.openejb.webadmin.httpd.HttpRequestImpl
 
main(HttpSession, PrintWriter) - Method in class org.openejb.webadmin.clienttools.InvokeObjectBean
The main method of this JSP

N

NAME - Static variable in class org.openejb.webadmin.httpd.HttpRequestImpl
 

O

OPTIONS - Static variable in interface org.openejb.webadmin.HttpRequest
the HTTP OPTIONS type
OQLData - class org.openejb.webadmin.main.OQLData.
A simple data object for OQL statements.
OQLData() - Constructor for class org.openejb.webadmin.main.OQLData
 
onMessage(HttpRequest, HttpResponse) - Method in interface org.openejb.webadmin.HttpBean
This is the main method for all the web admin beans.
onMessage(HttpRequest, HttpResponse) - Method in interface org.openejb.webadmin.HttpObject
This is the main method for all the web admin beans.
onMessage(HttpRequest, HttpResponse) - Method in class org.openejb.webadmin.WebAdminBean
the main method of this bean, it takes care of the processing
onMessage(HttpRequest, HttpResponse) - Method in class org.openejb.webadmin.httpd.DefaultHttpBean
the main processing part of the this bean
openImg - Static variable in interface org.openejb.webadmin.clienttools.Constants
 
org.openejb.webadmin - package org.openejb.webadmin
 
org.openejb.webadmin.clienttools - package org.openejb.webadmin.clienttools
 
org.openejb.webadmin.ejbgen - package org.openejb.webadmin.ejbgen
 
org.openejb.webadmin.httpd - package org.openejb.webadmin.httpd
 
org.openejb.webadmin.main - package org.openejb.webadmin.main
 

P

PASSWORD - Static variable in class org.openejb.webadmin.main.ConfigBean
 
POST - Static variable in interface org.openejb.webadmin.HttpRequest
the HTTP POST type
PUT - Static variable in interface org.openejb.webadmin.HttpRequest
the HTTP PUT type
PropertiesBean - class org.openejb.webadmin.main.PropertiesBean.
Prints out a list of system properties for the server.
PropertiesBean() - Constructor for class org.openejb.webadmin.main.PropertiesBean
 
parseArgs(InvokeObjectBean.Invocation) - Method in class org.openejb.webadmin.clienttools.InvokeObjectBean
 
pepperImg - Static variable in interface org.openejb.webadmin.clienttools.Constants
 
postProcess(HttpRequest, HttpResponse) - Method in class org.openejb.webadmin.WebAdminBean
called after all content is written to the browser
postProcess(HttpRequest, HttpResponse) - Method in class org.openejb.webadmin.clienttools.InvokeObjectBean
 
postProcess(HttpRequest, HttpResponse) - Method in class org.openejb.webadmin.clienttools.ViewClassBean
 
postProcess(HttpRequest, HttpResponse) - Method in class org.openejb.webadmin.clienttools.ViewEjbBean
 
postProcess(HttpRequest, HttpResponse) - Method in class org.openejb.webadmin.clienttools.ViewJndiBean
 
postProcess(HttpRequest, HttpResponse) - Method in class org.openejb.webadmin.ejbgen.EJBGenBean
called after all content is written to the browser
postProcess(HttpRequest, HttpResponse) - Method in class org.openejb.webadmin.main.CMPMappingBean
called after all content is written to the browser
postProcess(HttpRequest, HttpResponse) - Method in class org.openejb.webadmin.main.ConfigBean
called after content is written to the browser
postProcess(HttpRequest, HttpResponse) - Method in class org.openejb.webadmin.main.DeployBean
called after all content is written to the browser
postProcess(HttpRequest, HttpResponse) - Method in class org.openejb.webadmin.main.DeploymentListBean
called after all content is written to the browser
postProcess(HttpRequest, HttpResponse) - Method in class org.openejb.webadmin.main.HomeBean
after the processing is completed
postProcess(HttpRequest, HttpResponse) - Method in class org.openejb.webadmin.main.ListLogsBean
after the processing is completed
postProcess(HttpRequest, HttpResponse) - Method in class org.openejb.webadmin.main.PropertiesBean
called after all content is written to the browser
preProcess(HttpRequest, HttpResponse) - Method in class org.openejb.webadmin.WebAdminBean
called before any content is written to the browser
preProcess(HttpRequest, HttpResponse) - Method in class org.openejb.webadmin.clienttools.InvokeObjectBean
 
preProcess(HttpRequest, HttpResponse) - Method in class org.openejb.webadmin.clienttools.ViewClassBean
 
preProcess(HttpRequest, HttpResponse) - Method in class org.openejb.webadmin.clienttools.ViewEjbBean
 
preProcess(HttpRequest, HttpResponse) - Method in class org.openejb.webadmin.clienttools.ViewJndiBean
 
preProcess(HttpRequest, HttpResponse) - Method in class org.openejb.webadmin.ejbgen.EJBGenBean
called before any content is written to the browser
preProcess(HttpRequest, HttpResponse) - Method in class org.openejb.webadmin.main.CMPMappingBean
called before any content is written to the browser
preProcess(HttpRequest, HttpResponse) - Method in class org.openejb.webadmin.main.ConfigBean
Called before content is written to the browser
preProcess(HttpRequest, HttpResponse) - Method in class org.openejb.webadmin.main.DeployBean
called before any content is written to the browser
preProcess(HttpRequest, HttpResponse) - Method in class org.openejb.webadmin.main.DeploymentListBean
called before any content is written to the browser
preProcess(HttpRequest, HttpResponse) - Method in class org.openejb.webadmin.main.HomeBean
before the process is done
preProcess(HttpRequest, HttpResponse) - Method in class org.openejb.webadmin.main.ListLogsBean
before the processing is done
preProcess(HttpRequest, HttpResponse) - Method in class org.openejb.webadmin.main.PropertiesBean
called before any content is written to the browser
printArgumentList(InvokeObjectBean.Invocation) - Method in class org.openejb.webadmin.clienttools.InvokeObjectBean
 
printArgumentSection(InvokeObjectBean.Invocation) - Method in class org.openejb.webadmin.clienttools.InvokeObjectBean
Print the list of arguments.
printBeanNode(ViewJndiBean.Node, PrintWriter, String, String) - Method in class org.openejb.webadmin.clienttools.ViewJndiBean
 
printClass(Class, PrintWriter) - Method in class org.openejb.webadmin.clienttools.ViewClassBean
 
printContextNode(ViewJndiBean.Node, PrintWriter, String, String) - Method in class org.openejb.webadmin.clienttools.ViewJndiBean
 
printDBInfo(PrintWriter, String, DatabaseData, String) - Static method in class org.openejb.webadmin.main.CMPMappingWriter
writes the form for database information to the screen
printEjb(String, PrintWriter, HttpSession) - Method in class org.openejb.webadmin.clienttools.ViewEjbBean
 
printInvokeSection(InvokeObjectBean.Invocation) - Method in class org.openejb.webadmin.clienttools.InvokeObjectBean
Print the list of arguments.
printMappingInfo(PrintWriter, String, MappingRoot) - Static method in class org.openejb.webadmin.main.CMPMappingWriter
prints out initial html for the mapping section
printMethod(Method, PrintWriter) - Method in class org.openejb.webadmin.clienttools.ViewClassBean
 
printMethodList(InvokeObjectBean.Invocation) - Method in class org.openejb.webadmin.clienttools.InvokeObjectBean
Prints the list of methods that can be invoked
printMethodSection(InvokeObjectBean.Invocation) - Method in class org.openejb.webadmin.clienttools.InvokeObjectBean
Print the list of methods with the focused method as selected in the box.
printNodes(ViewJndiBean.Node, PrintWriter, String, String) - Method in class org.openejb.webadmin.clienttools.ViewJndiBean
 
printObjectList() - Method in class org.openejb.webadmin.clienttools.InvokeObjectBean
Prints the list of objects that can be invoked
printObjectSection() - Method in class org.openejb.webadmin.clienttools.InvokeObjectBean
Print the list of objects with the focused object as selected in the box.
printOtherNode(ViewJndiBean.Node, PrintWriter, String, String) - Method in class org.openejb.webadmin.clienttools.ViewJndiBean
 
printRow(String, String, PrintWriter) - Method in class org.openejb.webadmin.WebAdminBean
prints a table row similar to this <tr> <td>some info</td> <td>some more info</td> </tr>
printRow(String, String, String, PrintWriter) - Method in class org.openejb.webadmin.WebAdminBean
prints a table row similar to this <tr> <td>some info</td> <td>some more info</td> <td>yet some more info</td> </tr>
printRow(String, String) - Method in class org.openejb.webadmin.clienttools.InvokeObjectBean
 
printRow(String, String, PrintWriter) - Method in class org.openejb.webadmin.clienttools.ViewEjbBean
 

Q

QUERY_PARAMETER_METHOD - Static variable in class org.openejb.webadmin.main.ConfigHTMLWriter
method query parameter
QUERY_PARAMETER_TYPE - Static variable in class org.openejb.webadmin.main.ConfigHTMLWriter
type query parameter

R

RESOURCE_REFERENCE - Static variable in class org.openejb.webadmin.main.ReferenceData
 
ReferenceData - class org.openejb.webadmin.main.ReferenceData.
A simple data object for ejb and resource reference data
ReferenceData() - Constructor for class org.openejb.webadmin.main.ReferenceData
 
readMessage(InputStream) - Method in class org.openejb.webadmin.httpd.HttpRequestImpl
parses the request into the 3 different parts, request, headers, and body
removeAttribute(String) - Method in interface org.openejb.webadmin.HttpSession
 
removeAttribute(String) - Method in class org.openejb.webadmin.httpd.WebSessionBean
 
removeObject(String) - Method in class org.openejb.webadmin.clienttools.InvokeObjectBean
 
request - Variable in class org.openejb.webadmin.WebAdminBean
the HTTP request
reset() - Method in interface org.openejb.webadmin.HttpResponse
resets the data to be sent to the browser
reset(int, String) - Method in interface org.openejb.webadmin.HttpResponse
resets the data to be sent to the browser with the response code and response string
reset() - Method in class org.openejb.webadmin.httpd.HttpResponseImpl
resets the data to be sent to the browser
reset(int, String) - Method in class org.openejb.webadmin.httpd.HttpResponseImpl
resets the data to be sent to the browser with the response code and response string
response - Variable in class org.openejb.webadmin.WebAdminBean
the HTTP response

S

SP - Static variable in class org.openejb.webadmin.httpd.HttpResponseImpl
a space character
SUBSTITUTE - Static variable in class org.openejb.webadmin.WebAdminBean
the substitue
StatefulBean - class org.openejb.webadmin.ejbgen.StatefulBean.
 
StatefulBean(String, String, String, String, String, String) - Constructor for class org.openejb.webadmin.ejbgen.StatefulBean
Constructor for Stateful EJB Bean Template
StatelessBean - class org.openejb.webadmin.ejbgen.StatelessBean.
 
StatelessBean(String, String, String, String, String, String) - Constructor for class org.openejb.webadmin.ejbgen.StatelessBean
Constructor for Stateless EJB Bean Template
section - Variable in class org.openejb.webadmin.WebAdminBean
the menu section
sections - Static variable in class org.openejb.webadmin.WebAdminBean
the navigation sections
server - Static variable in class org.openejb.webadmin.httpd.HttpResponseImpl
the server to send data from
service(Socket) - Method in class org.openejb.webadmin.httpd.HttpServer
 
setAttribute(String, Object) - Method in interface org.openejb.webadmin.HttpSession
Binds an object to this session, using the name specified.
setAttribute(String, Object) - Method in class org.openejb.webadmin.httpd.WebSessionBean
 
setBooleanValues(boolean[]) - Method in class org.openejb.webadmin.main.DeployerBean
sets the boolean values for options
setBooleanValues(boolean[]) - Method in interface org.openejb.webadmin.main.DeployerObject
 
setBulkPassivate(String) - Method in class org.openejb.webadmin.main.ContainerData
 
setCode(int) - Method in interface org.openejb.webadmin.HttpResponse
sets the HTTP response code to be sent to the browser.
setCode(int) - Method in class org.openejb.webadmin.httpd.HttpResponseImpl
sets the HTTP response code to be sent to the browser.
setContainerIdName(String) - Method in class org.openejb.webadmin.main.DeployData
 
setContainerIdValue(String) - Method in class org.openejb.webadmin.main.DeployData
 
setContainerType(String) - Method in class org.openejb.webadmin.main.ContainerData
 
setContent(URLConnection) - Method in class org.openejb.webadmin.httpd.HttpResponseImpl
 
setContentType(String) - Method in interface org.openejb.webadmin.HttpResponse
sets the content type to be sent back to the browser
setContentType(String) - Method in class org.openejb.webadmin.httpd.HttpResponseImpl
sets the content type to be sent back to the browser
setDbEngine(String) - Method in class org.openejb.webadmin.main.DatabaseData
 
setDeployAndContainerIds(DeployData[]) - Method in class org.openejb.webadmin.main.DeployerBean
This method takes care of setting the deploy information onto the deployment and creating the HTML for the second page of the deployment
setDeployAndContainerIds(DeployData[]) - Method in interface org.openejb.webadmin.main.DeployerObject
 
setDeploymentIdName(String) - Method in class org.openejb.webadmin.main.DeployData
 
setDeploymentIdValue(String) - Method in class org.openejb.webadmin.main.DeployData
 
setDriverClass(String) - Method in class org.openejb.webadmin.main.DatabaseData
 
setDriverUrl(String) - Method in class org.openejb.webadmin.main.DatabaseData
 
setEdit(boolean) - Method in class org.openejb.webadmin.main.ContainerData
 
setEjbName(String) - Method in class org.openejb.webadmin.main.DeployData
 
setFileName(String) - Method in class org.openejb.webadmin.main.DatabaseData
 
setGlobalDatabase(Database) - Method in class org.openejb.webadmin.main.CMPMappingDataBean
 
setGlobalDatabase(Database) - Method in interface org.openejb.webadmin.main.CMPMappingDataObject
 
setGlobalDatabaseFileName(String) - Method in class org.openejb.webadmin.main.CMPMappingDataBean
 
setGlobalDatabaseFileName(String) - Method in interface org.openejb.webadmin.main.CMPMappingDataObject
 
setGlobalTxDatabase(String) - Method in class org.openejb.webadmin.main.ContainerData
 
setHeader(String, String) - Method in interface org.openejb.webadmin.HttpResponse
sets a header to be sent back to the browser
setHeader(String, String) - Method in class org.openejb.webadmin.httpd.HttpResponseImpl
sets a header to be sent back to the browser
setId(String) - Method in class org.openejb.webadmin.main.ContainerData
 
setIndex(int) - Method in class org.openejb.webadmin.main.ContainerData
 
setInvocation(String, InvokeObjectBean.Invocation) - Method in class org.openejb.webadmin.clienttools.InvokeObjectBean
 
setJar(String) - Method in class org.openejb.webadmin.main.ContainerData
 
setJarFile(String) - Method in class org.openejb.webadmin.main.DeployerBean
sets the jar file
setJarFile(String) - Method in interface org.openejb.webadmin.main.DeployerObject
 
setJndiName(String) - Method in class org.openejb.webadmin.main.DatabaseData
 
setLocalDatabase(Database) - Method in class org.openejb.webadmin.main.CMPMappingDataBean
 
setLocalDatabase(Database) - Method in interface org.openejb.webadmin.main.CMPMappingDataObject
 
setLocalDatabaseFileName(String) - Method in class org.openejb.webadmin.main.CMPMappingDataBean
 
setLocalDatabaseFileName(String) - Method in interface org.openejb.webadmin.main.CMPMappingDataObject
 
setLocalTxDatabase(String) - Method in class org.openejb.webadmin.main.ContainerData
 
setMappingRoot(MappingRoot) - Method in class org.openejb.webadmin.main.CMPMappingDataBean
 
setMappingRoot(MappingRoot) - Method in interface org.openejb.webadmin.main.CMPMappingDataObject
 
setMappingRootFileName(String) - Method in class org.openejb.webadmin.main.CMPMappingDataBean
 
setMappingRootFileName(String) - Method in interface org.openejb.webadmin.main.CMPMappingDataObject
 
setMethodName(String) - Method in class org.openejb.webadmin.main.OQLData
 
setMethodString(String) - Method in class org.openejb.webadmin.main.OQLData
 
setObject(String, Object) - Method in class org.openejb.webadmin.clienttools.InvokeObjectBean
 
setOpenejb(Openejb) - Method in class org.openejb.webadmin.main.ConfigurationDataBean
sets the Openejb object
setOpenejb(Openejb) - Method in interface org.openejb.webadmin.main.ConfigurationDataObject
sets the Openejb object
setOqlDataArray(OQLData[]) - Method in class org.openejb.webadmin.main.DeployData
 
setOqlParameterName(String) - Method in class org.openejb.webadmin.main.OQLData
 
setOqlParameterValueList(List) - Method in class org.openejb.webadmin.main.OQLData
 
setOqlStatementName(String) - Method in class org.openejb.webadmin.main.OQLData
 
setOqlStatementValue(String) - Method in class org.openejb.webadmin.main.OQLData
 
setPassivator(String) - Method in class org.openejb.webadmin.main.ContainerData
 
setPassword(String) - Method in class org.openejb.webadmin.main.DatabaseData
 
setPoolSize(String) - Method in class org.openejb.webadmin.main.ContainerData
 
setProvider(String) - Method in class org.openejb.webadmin.main.ContainerData
 
setReferenceDataArray(ReferenceData[]) - Method in class org.openejb.webadmin.main.DeployData
 
setReferenceIdName(String) - Method in class org.openejb.webadmin.main.ReferenceData
 
setReferenceIdValue(String) - Method in class org.openejb.webadmin.main.ReferenceData
 
setReferenceName(String) - Method in class org.openejb.webadmin.main.ReferenceData
 
setReferenceType(String) - Method in class org.openejb.webadmin.main.ReferenceData
 
setReferenceValue(String) - Method in class org.openejb.webadmin.main.ReferenceData
 
setRequest(HttpRequestImpl) - Method in class org.openejb.webadmin.httpd.HttpResponseImpl
 
setResponseString(String) - Method in interface org.openejb.webadmin.HttpResponse
Sets the response string to be sent to the browser
setResponseString(String) - Method in class org.openejb.webadmin.httpd.HttpResponseImpl
Sets the response string to be sent to the browser
setSessionContext(SessionContext) - Method in class org.openejb.webadmin.WebAdminBean
sets the session context
setSessionContext(SessionContext) - Method in class org.openejb.webadmin.httpd.DefaultHttpBean
sets the session context for this bean
setSessionContext(SessionContext) - Method in class org.openejb.webadmin.httpd.WebSessionBean
 
setSessionContext(SessionContext) - Method in class org.openejb.webadmin.main.CMPMappingDataBean
 
setSessionContext(SessionContext) - Method in class org.openejb.webadmin.main.ConfigurationDataBean
not implemented in this bean
setSessionContext(SessionContext) - Method in class org.openejb.webadmin.main.DeployerBean
 
setStrictPooling(String) - Method in class org.openejb.webadmin.main.ContainerData
 
setTimeOut(String) - Method in class org.openejb.webadmin.main.ContainerData
 
setUsername(String) - Method in class org.openejb.webadmin.main.DatabaseData
 
setVars(String, String, String, String, String, String) - Method in class org.openejb.webadmin.ejbgen.EJBTemplate
The setVars method will initialize all String variables needed for the methods in this class.
showBeanFiles(PrintWriter) - Method in class org.openejb.webadmin.ejbgen.EJBGenBean
This is the response after a good EJB Template generation
start() - Method in class org.openejb.webadmin.httpd.HttpServer
 
startDeployment() - Method in class org.openejb.webadmin.main.DeployerBean
starts the deployment process by getting information from the jar, getting a list of beans and other init functions
startDeployment() - Method in interface org.openejb.webadmin.main.DeployerObject
 
stop() - Method in class org.openejb.webadmin.httpd.HttpServer
 

T

THREAD_CONTEXT_IMPL - Static variable in class org.openejb.webadmin.main.ConfigBean
 
TRACE - Static variable in interface org.openejb.webadmin.HttpRequest
the HTTP TRACE type
TYPE_CONNECTION_MANAGER - Static variable in class org.openejb.webadmin.main.ConfigHTMLWriter
Connection Manager object type
TYPE_CONNECTOR - Static variable in class org.openejb.webadmin.main.ConfigHTMLWriter
Connector object type
TYPE_CONTAINER - Static variable in class org.openejb.webadmin.main.ConfigHTMLWriter
Container object type
TYPE_DEPLOYMENTS - Static variable in class org.openejb.webadmin.main.ConfigHTMLWriter
Deployments object type
TYPE_JNDI_PROVIDER - Static variable in class org.openejb.webadmin.main.ConfigHTMLWriter
JndiProvider object type
TYPE_PROXY_FACTORY - Static variable in class org.openejb.webadmin.main.ConfigHTMLWriter
Proxy Factory object type
TYPE_RESOURCE - Static variable in class org.openejb.webadmin.main.ConfigHTMLWriter
Resource object type
TYPE_SECURITY_SERVICE - Static variable in class org.openejb.webadmin.main.ConfigHTMLWriter
Securty Service object type
TYPE_TRANSACTION_SERVICE - Static variable in class org.openejb.webadmin.main.ConfigHTMLWriter
Transaction Service object type
tab - Static variable in interface org.openejb.webadmin.clienttools.Constants
 
toString() - Method in class org.openejb.webadmin.httpd.HttpResponseImpl
Creates a string version of the response similar to: HTTP/1.1 200 OK

U

UNSUPPORTED - Static variable in interface org.openejb.webadmin.HttpRequest
the HTTP UNSUPPORTED type
USER_NAME - Static variable in class org.openejb.webadmin.main.ConfigBean
 

V

VIEW_CLASS - Static variable in interface org.openejb.webadmin.clienttools.Constants
 
VIEW_EJB - Static variable in interface org.openejb.webadmin.clienttools.Constants
 
VIEW_JNDI - Static variable in interface org.openejb.webadmin.clienttools.Constants
 
ViewClassBean - class org.openejb.webadmin.clienttools.ViewClassBean.
 
ViewClassBean() - Constructor for class org.openejb.webadmin.clienttools.ViewClassBean
 
ViewEjbBean - class org.openejb.webadmin.clienttools.ViewEjbBean.
 
ViewEjbBean() - Constructor for class org.openejb.webadmin.clienttools.ViewEjbBean
 
ViewJndiBean - class org.openejb.webadmin.clienttools.ViewJndiBean.
 
ViewJndiBean() - Constructor for class org.openejb.webadmin.clienttools.ViewJndiBean
 
validate() - Method in class org.openejb.webadmin.main.DatabaseData
validates that the required fields are filled out

W

WebAdminBean - class org.openejb.webadmin.WebAdminBean.
This is the template web admin bean to extend from.
WebAdminBean() - Constructor for class org.openejb.webadmin.WebAdminBean
 
WebSession - interface org.openejb.webadmin.httpd.WebSession.
 
WebSessionBean - class org.openejb.webadmin.httpd.WebSessionBean.
 
WebSessionBean() - Constructor for class org.openejb.webadmin.httpd.WebSessionBean
 
WebSessionHome - interface org.openejb.webadmin.httpd.WebSessionHome.
 
writeBody(PrintWriter) - Method in class org.openejb.webadmin.WebAdminBean
writes the main body content to the broswer.
writeBody(PrintWriter) - Method in class org.openejb.webadmin.clienttools.InvokeObjectBean
 
writeBody(PrintWriter) - Method in class org.openejb.webadmin.clienttools.ViewClassBean
 
writeBody(PrintWriter) - Method in class org.openejb.webadmin.clienttools.ViewEjbBean
 
writeBody(PrintWriter) - Method in class org.openejb.webadmin.clienttools.ViewJndiBean
 
writeBody(PrintWriter) - Method in class org.openejb.webadmin.ejbgen.EJBGenBean
writes the main body content to the broswer.
writeBody(PrintWriter) - Method in class org.openejb.webadmin.main.CMPMappingBean
writes the main body content to the broswer.
writeBody(PrintWriter) - Method in class org.openejb.webadmin.main.ConfigBean
Write the main content to the browser
writeBody(PrintWriter) - Method in class org.openejb.webadmin.main.DeployBean
writes the main body content to the broswer.
writeBody(PrintWriter) - Method in class org.openejb.webadmin.main.DeploymentListBean
writes the main body content to the broswer.
writeBody(PrintWriter) - Method in class org.openejb.webadmin.main.HomeBean
Write the main content
writeBody(PrintWriter) - Method in class org.openejb.webadmin.main.ListLogsBean
Write the main content
writeBody(PrintWriter) - Method in class org.openejb.webadmin.main.PropertiesBean
writes the main body content to the broswer.
writeClass(String, String) - Method in class org.openejb.webadmin.ejbgen.EJBTemplate
This method does the writing to the class created by the createClass() method.
writeConnector(PrintWriter, Connector, String, int) - Static method in class org.openejb.webadmin.main.ConfigHTMLWriter
This method writes out the contents of the Connector object to the browser
writeContainer(PrintWriter, ContainerData, String) - Static method in class org.openejb.webadmin.main.ConfigHTMLWriter
This method writes out the contents of the Container object to the browser
writeDeployments(PrintWriter, Deployments, String, int) - Static method in class org.openejb.webadmin.main.ConfigHTMLWriter
This method writes out the contents of the Deployments object to the browser
writeFooter(PrintWriter) - Method in class org.openejb.webadmin.WebAdminBean
Write the footer
writeHtmlTitle(PrintWriter) - Method in class org.openejb.webadmin.WebAdminBean
Write the TITLE of the HTML document.
writeHtmlTitle(PrintWriter) - Method in class org.openejb.webadmin.clienttools.InvokeObjectBean
 
writeHtmlTitle(PrintWriter) - Method in class org.openejb.webadmin.clienttools.ViewClassBean
 
writeHtmlTitle(PrintWriter) - Method in class org.openejb.webadmin.clienttools.ViewEjbBean
 
writeHtmlTitle(PrintWriter) - Method in class org.openejb.webadmin.clienttools.ViewJndiBean
 
writeHtmlTitle(PrintWriter) - Method in class org.openejb.webadmin.ejbgen.EJBGenBean
Write the TITLE of the HTML document.
writeHtmlTitle(PrintWriter) - Method in class org.openejb.webadmin.main.CMPMappingBean
Write the TITLE of the HTML document.
writeHtmlTitle(PrintWriter) - Method in class org.openejb.webadmin.main.ConfigBean
Write the TITLE of the HTML document.
writeHtmlTitle(PrintWriter) - Method in class org.openejb.webadmin.main.DeployBean
Write the TITLE of the HTML document.
writeHtmlTitle(PrintWriter) - Method in class org.openejb.webadmin.main.DeploymentListBean
Write the TITLE of the HTML document.
writeHtmlTitle(PrintWriter) - Method in class org.openejb.webadmin.main.HomeBean
Write the TITLE of the HTML document.
writeHtmlTitle(PrintWriter) - Method in class org.openejb.webadmin.main.ListLogsBean
Write the TITLE of the HTML document.
writeHtmlTitle(PrintWriter) - Method in class org.openejb.webadmin.main.PropertiesBean
Write the TITLE of the HTML document.
writeLeftNavBar(PrintWriter) - Method in class org.openejb.webadmin.WebAdminBean
Write the left navigation bar of the page.
writeMessage(OutputStream) - Method in class org.openejb.webadmin.httpd.HttpResponseImpl
Takes care of sending the response line, headers and body HTTP/1.1 200 OK Server: Netscape-Enterprise/3.6 SP3 Date: Thu, 07 Jun 2001 17:30:42 GMT Content-Type: text/html Connection: close
writeOpenejb(PrintWriter, Openejb, String, String) - Static method in class org.openejb.webadmin.main.ConfigHTMLWriter
This method takes care of writing the contents of the Openejb configuration object to the browser.
writePageTitle(PrintWriter) - Method in class org.openejb.webadmin.WebAdminBean
Write the title of the page.
writePageTitle(PrintWriter) - Method in class org.openejb.webadmin.clienttools.InvokeObjectBean
 
writePageTitle(PrintWriter) - Method in class org.openejb.webadmin.clienttools.ViewClassBean
 
writePageTitle(PrintWriter) - Method in class org.openejb.webadmin.clienttools.ViewEjbBean
 
writePageTitle(PrintWriter) - Method in class org.openejb.webadmin.clienttools.ViewJndiBean
 
writePageTitle(PrintWriter) - Method in class org.openejb.webadmin.ejbgen.EJBGenBean
Write the title of the page.
writePageTitle(PrintWriter) - Method in class org.openejb.webadmin.main.CMPMappingBean
Write the title of the page.
writePageTitle(PrintWriter) - Method in class org.openejb.webadmin.main.ConfigBean
Write the title of the page.
writePageTitle(PrintWriter) - Method in class org.openejb.webadmin.main.DeployBean
Write the title of the page.
writePageTitle(PrintWriter) - Method in class org.openejb.webadmin.main.DeploymentListBean
Write the title of the page.
writePageTitle(PrintWriter) - Method in class org.openejb.webadmin.main.HomeBean
Write the title of the page.
writePageTitle(PrintWriter) - Method in class org.openejb.webadmin.main.ListLogsBean
Write the title of the page.
writePageTitle(PrintWriter) - Method in class org.openejb.webadmin.main.PropertiesBean
Write the title of the page.
writeResource(PrintWriter, Resource, String, int) - Static method in class org.openejb.webadmin.main.ConfigHTMLWriter
This method writes out the contents of the Resource object to the browser
writeService(PrintWriter, Service, String, String, int) - Static method in class org.openejb.webadmin.main.ConfigHTMLWriter
This method writes out the contents of a generic service object to the browser
writeSubMenuItems(PrintWriter) - Method in class org.openejb.webadmin.ejbgen.EJBGenBean
Write the sub items for this bean in the left navigation bar of the page.
writeSubMenuItems(PrintWriter) - Method in class org.openejb.webadmin.main.CMPMappingBean
Write the sub items for this bean in the left navigation bar of the page.
writeSubMenuItems(PrintWriter) - Method in class org.openejb.webadmin.main.ConfigBean
Writes sub menu items for this menu item
writeSubMenuItems(PrintWriter) - Method in class org.openejb.webadmin.main.DeployBean
Write the sub items for this bean in the left navigation bar of the page.
writeSubMenuItems(PrintWriter) - Method in class org.openejb.webadmin.main.DeploymentListBean
Write the sub items for this bean in the left navigation bar of the page.
writeSubMenuItems(PrintWriter) - Method in class org.openejb.webadmin.main.HomeBean
Write the sub items for this bean in the left navigation bar of the page.
writeSubMenuItems(PrintWriter) - Method in class org.openejb.webadmin.main.ListLogsBean
Write the sub items for this bean in the left navigation bar of the page.
writeSubMenuItems(PrintWriter) - Method in class org.openejb.webadmin.main.PropertiesBean
Write the sub items for this bean in the left navigation bar of the page.
writeTemplate(PrintWriter, InputStream) - Method in class org.openejb.webadmin.WebAdminBean
writes a template from the input stream to the output stream
writeTopNavBar(PrintWriter) - Method in class org.openejb.webadmin.WebAdminBean
Write the top navigation bar of the page.

A B C D E F G H I J L M N O P Q R S T U V W

Copyright © 1999-2005 OpenEJB. All Rights Reserved.