Java Doc for InvokeObjectBean.java in  » J2EE » openejb3 » org » apache » openejb » webadmin » clienttools » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » J2EE » openejb3 » org.apache.openejb.webadmin.clienttools 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.apache.openejb.webadmin.WebAdminBean
      org.apache.openejb.webadmin.clienttools.InvokeObjectBean

InvokeObjectBean
public class InvokeObjectBean extends WebAdminBean implements Constants(Code)

author:
   David Blevins

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

Field Summary
final  HashMapconverters
    
final  ConverterdefaultConverter
    
 StringpepperImg
    


Method Summary
public  StringformatMethod(Method m)
    
public  StringformatObject(Object obj)
    
public  StringformatThrowable(Throwable err)
    
public  ConvertergetConverter(Class type)
    
public  InvocationgetInvocation(String invID)
    
public  HashMapgetInvocationMap()
    
public  ObjectgetObject(String objID)
    
public  StringgetObjectID(Object obj)
    
public  HashMapgetObjectMap()
    
public  StringgetShortClassName(Class clazz)
    
public  StringgetShortClassRef(Class clazz)
    
public  voidinvoke(Invocation inv)
    
public  voidmain(HttpSession session, PrintWriter out)
    
public  voidparseArgs(Invocation inv)
    
public  voidpostProcess(HttpRequest request, HttpResponse response)
    
public  voidpreProcess(HttpRequest request, HttpResponse response)
    
public  voidprintArgumentList(Invocation inv)
    
public  voidprintArgumentSection(Invocation inv)
     Print the list of arguments.
public  voidprintInvokeSection(Invocation inv)
     Print the list of arguments.
public  voidprintMethodList(Invocation inv)
    
public  voidprintMethodSection(Invocation inv)
     Print the list of methods with the focused method as selected in the box.
public  voidprintObjectList()
    
public  voidprintObjectSection()
     Print the list of objects with the focused object as selected in the box.
protected  voidprintRow(String col1, String col2)
    
public  voidremoveObject(String objID)
    
public  voidsetInvocation(String invID, Invocation obj)
    
public  voidsetObject(String objID, Object obj)
    
public  voidwriteBody(PrintWriter out)
    
public  voidwriteHtmlTitle(PrintWriter out)
    
public  voidwritePageTitle(PrintWriter out)
    

Field Detail
converters
final HashMap converters(Code)



defaultConverter
final Converter defaultConverter(Code)



pepperImg
String pepperImg(Code)





Method Detail
formatMethod
public String formatMethod(Method m) throws Exception(Code)



formatObject
public String formatObject(Object obj) throws Exception(Code)



formatThrowable
public String formatThrowable(Throwable err) throws Exception(Code)



getConverter
public Converter getConverter(Class type)(Code)



getInvocation
public Invocation getInvocation(String invID)(Code)



getInvocationMap
public HashMap getInvocationMap()(Code)



getObject
public Object getObject(String objID)(Code)



getObjectID
public String getObjectID(Object obj)(Code)



getObjectMap
public HashMap getObjectMap()(Code)



getShortClassName
public String getShortClassName(Class clazz) throws Exception(Code)



getShortClassRef
public String getShortClassRef(Class clazz) throws Exception(Code)



invoke
public void invoke(Invocation inv) throws Exception(Code)



main
public void main(HttpSession session, PrintWriter out) throws Exception(Code)
The main method of this JSP



parseArgs
public void parseArgs(Invocation inv) throws Exception(Code)



postProcess
public void postProcess(HttpRequest request, HttpResponse response) throws IOException(Code)



preProcess
public void preProcess(HttpRequest request, HttpResponse response) throws IOException(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"



printRow
protected void printRow(String col1, String col2) throws Exception(Code)



removeObject
public void removeObject(String objID)(Code)



setInvocation
public void setInvocation(String invID, Invocation obj)(Code)



setObject
public void setObject(String objID, Object obj)(Code)



writeBody
public void writeBody(PrintWriter out) throws IOException(Code)



writeHtmlTitle
public void writeHtmlTitle(PrintWriter out) throws IOException(Code)



writePageTitle
public void writePageTitle(PrintWriter out) throws IOException(Code)



Fields inherited from org.apache.openejb.webadmin.WebAdminBean
final public static String HTML_TITLE(Code)(Java Doc)
final public static int SUBSTITUTE(Code)(Java Doc)
protected SessionContext ejbContext(Code)(Java Doc)
protected static String footer(Code)(Java Doc)
protected HttpRequest request(Code)(Java Doc)
protected HttpResponse response(Code)(Java Doc)
protected String section(Code)(Java Doc)
public static HashMap sections(Code)(Java Doc)

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)

Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.