Java Doc for ManagementHelper.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) 


org.apache.geronimo.console.util.ManagementHelper

All known Subclasses:   org.apache.geronimo.console.util.KernelManagementHelper,
ManagementHelper
public interface ManagementHelper (Code)
A helper interface to navigate between management objects. This is not complete; it will be expanded as necessary.
version:
   $Rev: 585954 $ $Date: 2007-10-18 06:09:12 -0700 (Thu, 18 Oct 2007) $




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



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
Object[] findByInterface(Class iface)(Code)



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



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



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



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



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



getConfigurationNameFor
Artifact getConfigurationNameFor(AbstractName abstractName)(Code)



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



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



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



getDomains
J2EEDomain[] getDomains()(Code)



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



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



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



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



getGBeanDescription
String getGBeanDescription(AbstractName abstractName)(Code)



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



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



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



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



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



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



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



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



getManagedConnectionFactory
JCAManagedConnectionFactory getManagedConnectionFactory(JCAConnectionFactory factory)(Code)



getModuleForConfiguration
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
J2EEModule[] getModules(J2EEApplication application)(Code)



getNameFor
AbstractName getNameFor(Object component)(Code)



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



getObject
Object getObject(AbstractName abstractName)(Code)



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



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



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



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



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



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



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



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



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



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



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



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



getSystemLog
SystemLog getSystemLog(JVM jvm)(Code)



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



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



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



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



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