Java Doc for KernelManagementHelper.java in  » EJB-Server-geronimo » plugins » org » apache » geronimo » console » util » 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 » EJB Server geronimo » plugins » org.apache.geronimo.console.util 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.apache.geronimo.console.util.KernelManagementHelper

KernelManagementHelper
public class KernelManagementHelper implements ManagementHelper(Code)
An implementation of the ManagementHelper interface that uses a Geronimo kernel. That must be an in-VM kernel.
version:
   $Rev:386276 $ $Date: 2007-12-15 10:24:52 -0800 (Sat, 15 Dec 2007) $



Constructor Summary
public  KernelManagementHelper(Kernel kernel)
    

Method Summary
public  voidaddGBeanToConfiguration(Artifact configID, GBeanData gbean, boolean start)
     Adds a new GBean to an existing Configuration.
public  Object[]findByInterface(Class iface)
    
public  ResourceAdapterModule[]getAdminObjectModules(J2EEServer server, String[] adminObjectInterfaces)
    
public  JCAAdminObject[]getAdminObjects(ResourceAdapterModule module, String[] adminObjectInterfaces)
    
public  JCAAdminObject[]getAdminObjects(JCAResource resource)
    
public  AppClientModule[]getAppClients(J2EEServer server)
    
public  AppClientModule[]getAppClients(J2EEApplication application)
    
public  J2EEApplication[]getApplications(J2EEServer server)
    
public  ArtifactgetConfigurationNameFor(AbstractName abstractName)
    
public  ConfigurationData[]getConfigurations(ConfigurationModuleType type, boolean includeChildModules)
    
public  JCAConnectionFactory[]getConnectionFactories(JCAResource resource)
    
public  JDBCDataSource[]getDataSource(JDBCResource resource)
    
public  J2EEDeployedObject[]getDeployedObjects(J2EEServer server)
    
public  J2EEDomain[]getDomains()
    
public  JDBCDriver[]getDriver(JDBCDataSource dataSource)
    
public  EJBModule[]getEJBModules(J2EEServer server)
    
public  EJBModule[]getEJBModules(J2EEApplication application)
    
public  EJB[]getEJBs(EJBModule module)
    
public  StringgetGBeanDescription(AbstractName abstractName)
    
public  Object[]getGBeansImplementing(Class iface)
    
public  JCAResource[]getJCAResources(J2EEServer server)
    
public  JCAResource[]getJCAResources(J2EEApplication application)
    
public  JDBCResource[]getJDBCResources(J2EEServer server)
    
public  JDBCResource[]getJDBCResources(J2EEApplication application)
    
public  JMSResource[]getJMSResources(J2EEServer server)
    
public  JMSResource[]getJMSResources(J2EEApplication application)
    
public  JVM[]getJavaVMs(J2EEServer server)
    
public  JCAManagedConnectionFactorygetManagedConnectionFactory(JCAConnectionFactory factory)
    
public  J2EEDeployedObjectgetModuleForConfiguration(Artifact configuration)
     Gets a JSR-77 Module (WebModule, EJBModule, etc.) for the specified configuration.
public  J2EEModule[]getModules(J2EEApplication application)
    
public  AbstractNamegetNameFor(Object component)
    
public  NaminggetNaming()
     This method returns the Naming object of the kernel.
public  ObjectgetObject(AbstractName objectName)
    
public  JCAManagedConnectionFactory[]getOutboundFactories(J2EEServer server, String connectionFactoryInterface)
    
public  JCAManagedConnectionFactory[]getOutboundFactories(ResourceAdapterModule module)
    
public  JCAManagedConnectionFactory[]getOutboundFactories(ResourceAdapterModule module, String connectionFactoryInterface)
    
public  JCAManagedConnectionFactory[]getOutboundFactories(ResourceAdapterModule module, String[] connectionFactoryInterfaces)
    
public  ResourceAdapterModule[]getOutboundRAModules(J2EEServer server, String connectionFactoryInterface)
    
public  ResourceAdapterModule[]getOutboundRAModules(J2EEServer server, String[] connectionFactoryInterfaces)
    
public  ResourceAdapterModule[]getRAModules(J2EEServer server)
    
public  ResourceAdapterModule[]getRAModules(J2EEApplication application)
    
public  JCAResource[]getRAResources(ResourceAdapter adapter)
    
public static  KernelManagementHelpergetRemoteKernelManager(String host, String user, String password)
     Helper method to connect to a remote kernel.
public  ResourceAdapter[]getResourceAdapters(ResourceAdapterModule module)
    
public  J2EEResource[]getResources(J2EEServer server)
    
public  J2EEServer[]getServers(J2EEDomain domain)
    
public  Servlet[]getServlets(WebModule module)
    
public  SystemLoggetSystemLog(JVM jvm)
    
public  WebModule[]getWebModules(J2EEServer server)
    
public  WebModule[]getWebModules(J2EEApplication application)
    
public  voidtestLoginModule(J2EEServer server, LoginModule module, Map options)
    
public  SubjecttestLoginModule(J2EEServer server, LoginModule module, Map options, String username, String password)
    


Constructor Detail
KernelManagementHelper
public KernelManagementHelper(Kernel kernel)(Code)




Method Detail
addGBeanToConfiguration
public void addGBeanToConfiguration(Artifact configID, GBeanData gbean, boolean start)(Code)
Adds a new GBean to an existing Configuration.
Parameters:
  configID - The configuration to add the GBean to.
Parameters:
  gbean - The data representing the GBean to add.
Parameters:
  start - If true, the GBean should be started as part of this call.



findByInterface
public Object[] findByInterface(Class iface)(Code)



getAdminObjectModules
public ResourceAdapterModule[] getAdminObjectModules(J2EEServer server, String[] adminObjectInterfaces)(Code)



getAdminObjects
public JCAAdminObject[] getAdminObjects(ResourceAdapterModule module, String[] adminObjectInterfaces)(Code)



getAdminObjects
public JCAAdminObject[] getAdminObjects(JCAResource resource)(Code)



getAppClients
public AppClientModule[] getAppClients(J2EEServer server)(Code)



getAppClients
public AppClientModule[] getAppClients(J2EEApplication application)(Code)



getApplications
public J2EEApplication[] getApplications(J2EEServer server)(Code)



getConfigurationNameFor
public Artifact getConfigurationNameFor(AbstractName abstractName)(Code)



getConfigurations
public ConfigurationData[] getConfigurations(ConfigurationModuleType type, boolean includeChildModules)(Code)



getConnectionFactories
public JCAConnectionFactory[] getConnectionFactories(JCAResource resource)(Code)



getDataSource
public JDBCDataSource[] getDataSource(JDBCResource resource)(Code)



getDeployedObjects
public J2EEDeployedObject[] getDeployedObjects(J2EEServer server)(Code)



getDomains
public J2EEDomain[] getDomains()(Code)



getDriver
public JDBCDriver[] getDriver(JDBCDataSource dataSource)(Code)



getEJBModules
public EJBModule[] getEJBModules(J2EEServer server)(Code)



getEJBModules
public EJBModule[] getEJBModules(J2EEApplication application)(Code)



getEJBs
public EJB[] getEJBs(EJBModule module)(Code)



getGBeanDescription
public String getGBeanDescription(AbstractName abstractName)(Code)



getGBeansImplementing
public Object[] getGBeansImplementing(Class iface)(Code)



getJCAResources
public JCAResource[] getJCAResources(J2EEServer server)(Code)



getJCAResources
public JCAResource[] getJCAResources(J2EEApplication application)(Code)



getJDBCResources
public JDBCResource[] getJDBCResources(J2EEServer server)(Code)



getJDBCResources
public JDBCResource[] getJDBCResources(J2EEApplication application)(Code)



getJMSResources
public JMSResource[] getJMSResources(J2EEServer server)(Code)



getJMSResources
public JMSResource[] getJMSResources(J2EEApplication application)(Code)



getJavaVMs
public JVM[] getJavaVMs(J2EEServer server)(Code)



getManagedConnectionFactory
public JCAManagedConnectionFactory getManagedConnectionFactory(JCAConnectionFactory factory)(Code)



getModuleForConfiguration
public J2EEDeployedObject getModuleForConfiguration(Artifact configuration)(Code)
Gets a JSR-77 Module (WebModule, EJBModule, etc.) for the specified configuration. Note: this only works if the configuration is running at the time you ask. The Module, or null if the configuration is not running.



getModules
public J2EEModule[] getModules(J2EEApplication application)(Code)



getNameFor
public AbstractName getNameFor(Object component)(Code)



getNaming
public Naming getNaming()(Code)
This method returns the Naming object of the kernel.



getObject
public Object getObject(AbstractName objectName)(Code)



getOutboundFactories
public JCAManagedConnectionFactory[] getOutboundFactories(J2EEServer server, String connectionFactoryInterface)(Code)



getOutboundFactories
public JCAManagedConnectionFactory[] getOutboundFactories(ResourceAdapterModule module)(Code)



getOutboundFactories
public JCAManagedConnectionFactory[] getOutboundFactories(ResourceAdapterModule module, String connectionFactoryInterface)(Code)



getOutboundFactories
public JCAManagedConnectionFactory[] getOutboundFactories(ResourceAdapterModule module, String[] connectionFactoryInterfaces)(Code)



getOutboundRAModules
public ResourceAdapterModule[] getOutboundRAModules(J2EEServer server, String connectionFactoryInterface)(Code)



getOutboundRAModules
public ResourceAdapterModule[] getOutboundRAModules(J2EEServer server, String[] connectionFactoryInterfaces)(Code)



getRAModules
public ResourceAdapterModule[] getRAModules(J2EEServer server)(Code)



getRAModules
public ResourceAdapterModule[] getRAModules(J2EEApplication application)(Code)



getRAResources
public JCAResource[] getRAResources(ResourceAdapter adapter)(Code)



getRemoteKernelManager
public static KernelManagementHelper getRemoteKernelManager(String host, String user, String password) throws java.io.IOException(Code)
Helper method to connect to a remote kernel.



getResourceAdapters
public ResourceAdapter[] getResourceAdapters(ResourceAdapterModule module)(Code)



getResources
public J2EEResource[] getResources(J2EEServer server)(Code)



getServers
public J2EEServer[] getServers(J2EEDomain domain)(Code)



getServlets
public Servlet[] getServlets(WebModule module)(Code)



getSystemLog
public SystemLog getSystemLog(JVM jvm)(Code)



getWebModules
public WebModule[] getWebModules(J2EEServer server)(Code)



getWebModules
public WebModule[] getWebModules(J2EEApplication application)(Code)



testLoginModule
public void testLoginModule(J2EEServer server, LoginModule module, Map options)(Code)



testLoginModule
public Subject testLoginModule(J2EEServer server, LoginModule module, Map options, String username, String password) throws LoginException(Code)



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.