Serialized Form
Package org.openejb.webadmin |
ejbContext
javax.ejb.SessionContext ejbContext
- used for the session context
section
String section
- the menu section
request
HttpRequest request
- the HTTP request
response
HttpResponse response
- the HTTP response
Package org.openejb.webadmin.clienttools |
out
PrintWriter out
session
HttpSession session
pepperImg
String pepperImg
converters
HashMap converters
defaultConverter
org.openejb.webadmin.clienttools.InvokeObjectBean.Converter defaultConverter
hasMethods
boolean hasMethods
session
HttpSession session
selected
String selected
ctxID
String ctxID
ctx
Context ctx
Package org.openejb.webadmin.ejbgen |
psep
String psep
oehp
String oehp
surl
String surl
Package org.openejb.webadmin.httpd |
context
javax.ejb.SessionContext context
- the ejb session context
line
String line
- 5.1 Request-Line
method
int method
- 5.1.1 Method
uri
URL uri
- 5.1.2 Request-URI
headers
HashMap headers
- the headers for this page
formParams
HashMap formParams
- the form parameters for this page
queryParams
HashMap queryParams
- the URL (or query) parameters for this page
body
byte[] body
- the content of the body of this page
formParamsArray
String[][] formParamsArray
methodString
String methodString
pathString
String pathString
requestLine
String requestLine
cookies
HashMap cookies
session
WebSession session
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Reads in a serilized HttpResponseImpl object from a file
- Throws:
IOException
- if an exception is thrown
ClassNotFoundException
- if an exception is thrown
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- writes this object out to a file
- Throws:
IOException
- if an exception is thrown
responseString
String responseString
- Response string
code
int code
- Code
headers
HashMap headers
- Response headers
body
byte[] body
- Response body
request
HttpRequestImpl request
content
URLConnection content
ctx
javax.ejb.SessionContext ctx
attributes
HashMap attributes
Package org.openejb.webadmin.main |
globalDatabase
org.exolab.castor.jdo.conf.Database globalDatabase
localDatabase
org.exolab.castor.jdo.conf.Database localDatabase
globalDatabaseFileName
String globalDatabaseFileName
localDatabaseFileName
String localDatabaseFileName
mappingRoot
org.exolab.castor.mapping.xml.MappingRoot mappingRoot
mappingRootFileName
String mappingRootFileName
openejb
org.openejb.alt.config.sys.Openejb openejb
id
String id
jar
String jar
provider
String provider
poolSize
String poolSize
globalTxDatabase
String globalTxDatabase
localTxDatabase
String localTxDatabase
passivator
String passivator
timeOut
String timeOut
bulkPassivate
String bulkPassivate
strictPooling
String strictPooling
containerType
String containerType
index
int index
edit
boolean edit
fileName
String fileName
dbEngine
String dbEngine
jndiName
String jndiName
driverClass
String driverClass
driverUrl
String driverUrl
username
String username
password
String password
deployer
DeployerObject deployer
logger
org.openejb.util.Logger logger
options
boolean[] options
ejbName
String ejbName
deploymentIdName
String deploymentIdName
deploymentIdValue
String deploymentIdValue
containerIdName
String containerIdName
containerIdValue
String containerIdValue
oqlDataArray
OQLData[] oqlDataArray
referenceDataArray
ReferenceData[] referenceDataArray
options
boolean[] options
context
javax.ejb.SessionContext context
config
org.openejb.alt.config.sys.Openejb config
configFile
String configFile
configChanged
boolean configChanged
autoAssign
boolean autoAssign
containers
org.openejb.alt.config.sys.Container[] containers
resources
org.openejb.alt.config.sys.Connector[] resources
deployerBeans
org.openejb.alt.config.Bean[] deployerBeans
deploymentInfoArray
org.openejb.alt.config.ejb11.EjbDeployment[] deploymentInfoArray
jarFile
String jarFile
deploymentHTML
StringBuffer deploymentHTML
containerDeployIdsHTML
String containerDeployIdsHTML
openejbJar
org.openejb.alt.config.ejb11.OpenejbJar openejbJar
beanList
Vector beanList
idsWritten
boolean idsWritten
usedBeanNames
ArrayList usedBeanNames
deployDataArray
DeployData[] deployDataArray
deploymentIdIndex
HashMap deploymentIdIndex
containerIdIndex
HashMap containerIdIndex
logType
String logType
- the type of log we're using
oqlStatementName
String oqlStatementName
oqlStatementValue
String oqlStatementValue
methodName
String methodName
oqlParameterValueList
List oqlParameterValueList
oqlParameterName
String oqlParameterName
methodString
String methodString
referenceType
String referenceType
referenceIdName
String referenceIdName
referenceIdValue
String referenceIdValue
referenceName
String referenceName
referenceValue
String referenceValue
Copyright © 1999-2010 OpenEJB. All Rights Reserved.