|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openejb.webadmin.WebAdminBean
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.
ConnectionManager
,
Connector
,
Container
,
Deployments
,
JndiProvider
,
Openejb
,
ProxyFactory
,
Resource
,
SecurityService
,
TransactionService
,
Serialized FormField Summary | |
static String |
CB_CLASS_NAME
|
static String |
GLOBAL_TX_DATABASE
|
static String |
IM_CLASS_NAME
|
static String |
IM_CONCURRENT_ATTEMPTS
|
static String |
IM_PASSIVATE_SIZE
|
static String |
IM_PASSIVATOR
|
static String |
IM_PASSIVATOR_PATH_PREFIX
|
static String |
IM_POOL_SIZE
|
static String |
IM_STRICT_POOLING
|
static String |
IM_TIME_OUT
|
static String |
INTRA_VM_COPY
|
static String |
JDBC_DRIVER
|
static String |
JDBC_URL
|
static String |
LOCAL_TX_DATABASE
|
static String |
PASSWORD
|
static String |
THREAD_CONTEXT_IMPL
|
static String |
USER_NAME
|
Fields inherited from class org.openejb.webadmin.WebAdminBean |
ejbContext, footer, HTML_TITLE, request, response, section, sections, SUBSTITUTE |
Constructor Summary | |
ConfigBean()
|
Method Summary | |
void |
ejbCreate()
Called when the container creates a new instance of this bean |
void |
postProcess(HttpRequest request,
HttpResponse response)
called after content is written to the browser |
void |
preProcess(HttpRequest request,
HttpResponse response)
Called before content is written to the browser |
void |
writeBody(PrintWriter body)
Write the main content to the browser |
void |
writeHtmlTitle(PrintWriter body)
Write the TITLE of the HTML document. |
void |
writePageTitle(PrintWriter body)
Write the title of the page. |
void |
writeSubMenuItems(PrintWriter body)
Writes sub menu items for this menu item |
Methods inherited from class org.openejb.webadmin.WebAdminBean |
ejbActivate, ejbPassivate, ejbRemove, formatSubMenuItem, getFooter, getTemplate, initNavSections, onMessage, printRow, printRow, setSessionContext, writeFooter, writeLeftNavBar, writeTemplate, writeTopNavBar |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String CB_CLASS_NAME
public static final String IM_CLASS_NAME
public static final String IM_TIME_OUT
public static final String IM_PASSIVATOR_PATH_PREFIX
public static final String IM_POOL_SIZE
public static final String IM_PASSIVATE_SIZE
public static final String IM_PASSIVATOR
public static final String IM_CONCURRENT_ATTEMPTS
public static final String IM_STRICT_POOLING
public static final String THREAD_CONTEXT_IMPL
public static final String INTRA_VM_COPY
public static final String JDBC_DRIVER
public static final String JDBC_URL
public static final String USER_NAME
public static final String PASSWORD
public static final String GLOBAL_TX_DATABASE
public static final String LOCAL_TX_DATABASE
Constructor Detail |
public ConfigBean()
Method Detail |
public void ejbCreate()
ejbCreate
in class WebAdminBean
public void preProcess(HttpRequest request, HttpResponse response) throws IOException
preProcess
in class WebAdminBean
request
- the HTTP request objectresponse
- the HTTP response object
IOException
- if an exception is thrownpublic void postProcess(HttpRequest request, HttpResponse response) throws IOException
postProcess
in class WebAdminBean
request
- the HTTP request objectresponse
- the HTTP response object
IOException
- if an exception is thrownpublic void writeHtmlTitle(PrintWriter body) throws IOException
writeHtmlTitle
in class WebAdminBean
body
- the body to write the title to
IOException
- if an exception is thrownpublic void writePageTitle(PrintWriter body) throws IOException
writePageTitle
in class WebAdminBean
body
- the body to write the page title to
IOException
- if an exception is thrownpublic void writeSubMenuItems(PrintWriter body) throws IOException
body
- the output to write to
IOException
- if an exception is thrownpublic void writeBody(PrintWriter body) throws IOException
writeBody
in class WebAdminBean
body
- the output to write the content to
IOException
- if an exception is thrown
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |