| java.lang.Object org.apache.openejb.webadmin.WebAdminBean org.apache.openejb.webadmin.clienttools.InvokeObjectBean
Inner Class :class Invocation | |
Inner Class :abstract class Converter | |
Inner Class :class StringConverter extends Converter | |
Inner Class :class CharacterConverter extends Converter | |
Inner Class :class BooleanConverter extends Converter | |
Inner Class :class ByteConverter extends Converter | |
Inner Class :class ShortConverter extends Converter | |
Inner Class :class IntegerConverter extends Converter | |
Inner Class :class LongConverter extends Converter | |
Inner Class :class FloatConverter extends Converter | |
Inner Class :class DoubleConverter extends Converter | |
Inner Class :class ObjectConverter extends Converter | |
defaultConverter | final Converter defaultConverter(Code) | | |
getConverter | public Converter getConverter(Class type)(Code) | | |
getInvocation | public Invocation getInvocation(String invID)(Code) | | |
printArgumentList | public void printArgumentList(Invocation inv) throws Exception(Code) | | |
printArgumentSection | public void printArgumentSection(Invocation inv) throws Exception(Code) | | Print the list of arguments.
If no arguments have been selected,
show the argument entry form.
|
printInvokeSection | public void printInvokeSection(Invocation inv) throws Exception(Code) | | Print the list of arguments.
If no arguments have been selected,
show the argument entry form.
|
printMethodList | public void printMethodList(Invocation inv) throws Exception(Code) | | Prints the list of methods that can be invoked
|
printMethodSection | public void printMethodSection(Invocation inv) throws Exception(Code) | | Print the list of methods with the focused method as
selected in the box.
If no method is selected, make an entry called "Pick a Method"
|
printObjectList | public void printObjectList() throws Exception(Code) | | Prints the list of objects that can be invoked
|
printObjectSection | public void printObjectSection() throws Exception(Code) | | Print the list of objects with the focused object as
selected in the box.
If no object is selected, make an entry called "Pick an Object"
|
setInvocation | public void setInvocation(String invID, Invocation obj)(Code) | | |
Methods inherited from org.apache.openejb.webadmin.WebAdminBean | public void ejbActivate()(Code)(Java Doc) public void ejbCreate() throws CreateException(Code)(Java Doc) public void ejbPassivate()(Code)(Java Doc) public void ejbRemove()(Code)(Java Doc) public String formatSubMenuItem(String itemName, String url)(Code)(Java Doc) public static String getFooter()(Code)(Java Doc) public InputStream getTemplate() throws IOException(Code)(Java Doc) public HashMap initNavSections()(Code)(Java Doc) public void onMessage(HttpRequest request, HttpResponse response) throws IOException(Code)(Java Doc) abstract public void postProcess(HttpRequest request, HttpResponse response) throws IOException(Code)(Java Doc) abstract public void preProcess(HttpRequest request, HttpResponse response) throws IOException(Code)(Java Doc) protected void printRow(String col1, String col2, PrintWriter out) throws IOException(Code)(Java Doc) protected void printRow(String col1, String col2, String col3, PrintWriter out) throws IOException(Code)(Java Doc) public void setSessionContext(SessionContext sessionContext)(Code)(Java Doc) abstract public void writeBody(PrintWriter body) throws IOException(Code)(Java Doc) public void writeFooter(PrintWriter body) throws IOException(Code)(Java Doc) abstract public void writeHtmlTitle(PrintWriter body) throws IOException(Code)(Java Doc) public void writeLeftNavBar(PrintWriter body) throws IOException(Code)(Java Doc) abstract public void writePageTitle(PrintWriter body) throws IOException(Code)(Java Doc) public void writeTemplate(PrintWriter out, InputStream template) throws IOException(Code)(Java Doc) public void writeTopNavBar(PrintWriter body) throws IOException(Code)(Java Doc)
|
|
|