Java Doc for JBIFrameworkService.java in  » IDE-Netbeans » compapp » org » netbeans » modules » sun » manager » jbi » management » 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 » IDE Netbeans » compapp » org.netbeans.modules.sun.manager.jbi.management 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.netbeans.modules.sun.manager.jbi.management.JBIFrameworkService

JBIFrameworkService
public class JBIFrameworkService implements Serializable(Code)
Queries the runtime server to ensure that the JBI Container is installed and is enabled. The JBI Container is installed as a Lifecycle module on the server. This class also helps in configuring the JBI Container at runtime.
author:
   Graj


Field Summary
final public static  StringADMIN_SERVICE_OBJECTNAME
    
final public static  StringDESCRIPTION_KEY
    
final public static  StringENABLED_KEY
    
final public static  StringIS_FAILURE_FATAL_KEY
    
final public static  StringJBI_CLASSPATH_KEY
    
final public static  StringJBI_CLASS_NAME_KEY
    
final public static  StringJBI_CONFIG_OBJECTNAME
    
final public static  StringJBI_GETPROPERTYVALUE_OPERATION_NAME
    
final public static  StringJBI_SETPROPERTY_OPERATION_NAME
    
final public static  StringLOAD_ORDER_KEY
    
final public static  StringNAME_KEY
    
 booleanisUIMBeanRegistered
    
 booleanjbiFrameworkEnabled
    

Constructor Summary
public  JBIFrameworkService(MBeanServerConnection connection)
    

Method Summary
public  StringgetClassName()
    
public  StringgetClasspath()
    
public  StringgetDescription()
    
public static  JBIFrameworkServicegetJBIConfiguration()
    
public  StringgetLoadOrder()
    
public  StringgetName()
    
public  MBeanServerConnectiongetServerConnection()
    
 voidinitialize()
    
 Objectinvoke(ObjectName objectName, String paramObject)
    
public  booleanisEnabled()
    
public  booleanisFailureFatal()
    
public  booleanisJbiFrameworkEnabled()
    
 voidjbiInitialize()
    
public static  voidmain(String[] args)
     Run an ant script.
public  voidprintOut()
    
public static  voidtest(MBeanServerConnection connection)
    

Field Detail
ADMIN_SERVICE_OBJECTNAME
final public static String ADMIN_SERVICE_OBJECTNAME(Code)



DESCRIPTION_KEY
final public static String DESCRIPTION_KEY(Code)
disable-timeout-in-minutes - String - 30



ENABLED_KEY
final public static String ENABLED_KEY(Code)
enabled - boolean - true



IS_FAILURE_FATAL_KEY
final public static String IS_FAILURE_FATAL_KEY(Code)
lb-enabled - boolean - false



JBI_CLASSPATH_KEY
final public static String JBI_CLASSPATH_KEY(Code)
com.sun.jbi.binding.proxy.connection



JBI_CLASS_NAME_KEY
final public static String JBI_CLASS_NAME_KEY(Code)
com.sun.jbi.home



JBI_CONFIG_OBJECTNAME
final public static String JBI_CONFIG_OBJECTNAME(Code)
DOCUMENT ME!



JBI_GETPROPERTYVALUE_OPERATION_NAME
final public static String JBI_GETPROPERTYVALUE_OPERATION_NAME(Code)
DOCUMENT ME!



JBI_SETPROPERTY_OPERATION_NAME
final public static String JBI_SETPROPERTY_OPERATION_NAME(Code)



LOAD_ORDER_KEY
final public static String LOAD_ORDER_KEY(Code)
ref - String - JBIFramework



NAME_KEY
final public static String NAME_KEY(Code)
virtual-servers - String



isUIMBeanRegistered
boolean isUIMBeanRegistered(Code)



jbiFrameworkEnabled
boolean jbiFrameworkEnabled(Code)




Constructor Detail
JBIFrameworkService
public JBIFrameworkService(MBeanServerConnection connection)(Code)




Method Detail
getClassName
public String getClassName()(Code)
Returns the className.



getClasspath
public String getClasspath()(Code)
Returns the classpath.



getDescription
public String getDescription()(Code)
Returns the description.



getJBIConfiguration
public static JBIFrameworkService getJBIConfiguration()(Code)
DOCUMENT ME! DOCUMENT ME!



getLoadOrder
public String getLoadOrder()(Code)
Returns the loadOrder.



getName
public String getName()(Code)
Returns the name.



getServerConnection
public MBeanServerConnection getServerConnection()(Code)
DOCUMENT ME! Returns the serverConnection.



initialize
void initialize()(Code)
DOCUMENT ME!



invoke
Object invoke(ObjectName objectName, String paramObject)(Code)
DOCUMENT ME!
Parameters:
  objectName - DOCUMENT ME!
Parameters:
  paramObject - DOCUMENT ME! DOCUMENT ME!
throws:
  InstanceNotFoundException - DOCUMENT ME!
throws:
  MBeanException - DOCUMENT ME!
throws:
  ReflectionException - DOCUMENT ME!
throws:
  IOException - DOCUMENT ME!



isEnabled
public boolean isEnabled()(Code)
Returns the enabled.



isFailureFatal
public boolean isFailureFatal()(Code)
Returns the failureFatal.



isJbiFrameworkEnabled
public boolean isJbiFrameworkEnabled()(Code)
Returns the jbiFrameworkEnabled.



jbiInitialize
void jbiInitialize() throws MalformedObjectNameException, NullPointerException, AttributeNotFoundException, InstanceNotFoundException, MBeanException, ReflectionException, IOException(Code)
DOCUMENT ME!
throws:
  MalformedObjectNameException - DOCUMENT ME!
throws:
  NullPointerException - DOCUMENT ME!
throws:
  IOException - DOCUMENT ME!
throws:
  InstanceNotFoundException - DOCUMENT ME!
throws:
  MBeanException - DOCUMENT ME!
throws:
  ReflectionException - DOCUMENT ME!



main
public static void main(String[] args) throws Exception(Code)
Run an ant script. Starts a separate process to do so. This prevents potential undesireable interactions, but it also means it should only be used in 'low-frequency' situations to avoid performance issues with continually creating new processes.
Parameters:
  args - full path to the ant script file
throws:
  Exception - DOCUMENT ME!



printOut
public void printOut()(Code)
DOCUMENT ME!



test
public static void test(MBeanServerConnection connection)(Code)

Parameters:
  connection -



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)

w_ww___.j__a_va___2_s__.com__ | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.