|
||||||||||
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.clienttools.InvokeObjectBean
public class InvokeObjectBean
Field Summary |
---|
Fields inherited from class org.openejb.webadmin.WebAdminBean |
---|
ejbContext, footer, HTML_TITLE, request, response, section, sections, SUBSTITUTE |
Fields inherited from interface org.openejb.webadmin.clienttools.Constants |
---|
closedImg, ejbImg, INVOKE_OBJ, javaImg, openImg, tab, VIEW_CLASS, VIEW_EJB, VIEW_JNDI |
Constructor Summary | |
---|---|
InvokeObjectBean()
|
Method Summary | |
---|---|
java.lang.String |
formatMethod(java.lang.reflect.Method m)
|
java.lang.String |
formatObject(java.lang.Object obj)
|
java.lang.String |
formatThrowable(java.lang.Throwable err)
|
org.openejb.webadmin.clienttools.InvokeObjectBean.Converter |
getConverter(java.lang.Class type)
|
org.openejb.webadmin.clienttools.InvokeObjectBean.Invocation |
getInvocation(java.lang.String invID)
|
java.util.HashMap |
getInvocationMap()
|
java.lang.Object |
getObject(java.lang.String objID)
|
java.lang.String |
getObjectID(java.lang.Object obj)
|
java.util.HashMap |
getObjectMap()
|
java.lang.String |
getShortClassName(java.lang.Class clazz)
|
java.lang.String |
getShortClassRef(java.lang.Class clazz)
|
void |
invoke(org.openejb.webadmin.clienttools.InvokeObjectBean.Invocation inv)
|
void |
main(HttpSession session,
java.io.PrintWriter out)
The main method of this JSP |
void |
parseArgs(org.openejb.webadmin.clienttools.InvokeObjectBean.Invocation inv)
|
void |
postProcess(HttpRequest request,
HttpResponse response)
called after all content is written to the browser |
void |
preProcess(HttpRequest request,
HttpResponse response)
called before any content is written to the browser |
void |
printArgumentList(org.openejb.webadmin.clienttools.InvokeObjectBean.Invocation inv)
|
void |
printArgumentSection(org.openejb.webadmin.clienttools.InvokeObjectBean.Invocation inv)
Print the list of arguments. |
void |
printInvokeSection(org.openejb.webadmin.clienttools.InvokeObjectBean.Invocation inv)
Print the list of arguments. |
void |
printMethodList(org.openejb.webadmin.clienttools.InvokeObjectBean.Invocation inv)
Prints the list of methods that can be invoked |
void |
printMethodSection(org.openejb.webadmin.clienttools.InvokeObjectBean.Invocation inv)
Print the list of methods with the focused method as selected in the box. |
void |
printObjectList()
Prints the list of objects that can be invoked |
void |
printObjectSection()
Print the list of objects with the focused object as selected in the box. |
protected void |
printRow(java.lang.String col1,
java.lang.String col2)
|
void |
removeObject(java.lang.String objID)
|
void |
setInvocation(java.lang.String invID,
org.openejb.webadmin.clienttools.InvokeObjectBean.Invocation obj)
|
void |
setObject(java.lang.String objID,
java.lang.Object obj)
|
void |
writeBody(java.io.PrintWriter out)
writes the main body content to the broswer. |
void |
writeHtmlTitle(java.io.PrintWriter out)
Write the TITLE of the HTML document. |
void |
writePageTitle(java.io.PrintWriter out)
Write the title of the page. |
Methods inherited from class org.openejb.webadmin.WebAdminBean |
---|
ejbActivate, ejbCreate, 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 |
Constructor Detail |
---|
public InvokeObjectBean()
Method Detail |
---|
public void preProcess(HttpRequest request, HttpResponse response) throws java.io.IOException
WebAdminBean
preProcess
in class WebAdminBean
request
- the http requestresponse
- the http response
java.io.IOException
- if an exception is thrownpublic void postProcess(HttpRequest request, HttpResponse response) throws java.io.IOException
WebAdminBean
postProcess
in class WebAdminBean
request
- the http requestresponse
- the http response
java.io.IOException
- if an exception is thrownpublic void writeHtmlTitle(java.io.PrintWriter out) throws java.io.IOException
WebAdminBean
<head><title>
</title></head>
tags
writeHtmlTitle
in class WebAdminBean
out
- the output to write to
java.io.IOException
- of an exception is thrownpublic void writePageTitle(java.io.PrintWriter out) throws java.io.IOException
WebAdminBean
writePageTitle
in class WebAdminBean
out
- the output to write to
java.io.IOException
- if an exception is thrownpublic void writeBody(java.io.PrintWriter out) throws java.io.IOException
WebAdminBean
<p>
block
writeBody
in class WebAdminBean
out
- the output to write to
java.io.IOException
- if an exception is thrownpublic void main(HttpSession session, java.io.PrintWriter out) throws java.lang.Exception
java.lang.Exception
public void printObjectSection() throws java.lang.Exception
java.lang.Exception
public void printObjectList() throws java.lang.Exception
java.lang.Exception
public void printMethodSection(org.openejb.webadmin.clienttools.InvokeObjectBean.Invocation inv) throws java.lang.Exception
java.lang.Exception
public void printMethodList(org.openejb.webadmin.clienttools.InvokeObjectBean.Invocation inv) throws java.lang.Exception
java.lang.Exception
public void printArgumentSection(org.openejb.webadmin.clienttools.InvokeObjectBean.Invocation inv) throws java.lang.Exception
java.lang.Exception
public void parseArgs(org.openejb.webadmin.clienttools.InvokeObjectBean.Invocation inv) throws java.lang.Exception
java.lang.Exception
public void printArgumentList(org.openejb.webadmin.clienttools.InvokeObjectBean.Invocation inv) throws java.lang.Exception
java.lang.Exception
public void printInvokeSection(org.openejb.webadmin.clienttools.InvokeObjectBean.Invocation inv) throws java.lang.Exception
java.lang.Exception
public void invoke(org.openejb.webadmin.clienttools.InvokeObjectBean.Invocation inv) throws java.lang.Exception
java.lang.Exception
public java.lang.String formatThrowable(java.lang.Throwable err) throws java.lang.Exception
java.lang.Exception
public java.lang.String formatObject(java.lang.Object obj) throws java.lang.Exception
java.lang.Exception
public java.lang.String formatMethod(java.lang.reflect.Method m) throws java.lang.Exception
java.lang.Exception
public java.lang.String getShortClassName(java.lang.Class clazz) throws java.lang.Exception
java.lang.Exception
public java.lang.String getShortClassRef(java.lang.Class clazz) throws java.lang.Exception
java.lang.Exception
protected void printRow(java.lang.String col1, java.lang.String col2) throws java.lang.Exception
java.lang.Exception
public java.lang.String getObjectID(java.lang.Object obj)
public java.lang.Object getObject(java.lang.String objID)
public void setObject(java.lang.String objID, java.lang.Object obj)
public void removeObject(java.lang.String objID)
public java.util.HashMap getObjectMap()
public org.openejb.webadmin.clienttools.InvokeObjectBean.Invocation getInvocation(java.lang.String invID)
public void setInvocation(java.lang.String invID, org.openejb.webadmin.clienttools.InvokeObjectBean.Invocation obj)
public java.util.HashMap getInvocationMap()
public org.openejb.webadmin.clienttools.InvokeObjectBean.Converter getConverter(java.lang.Class type)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |