Java Doc for ManagementContext.java in  » ESB » open-esb » com » sun » jbi » management » system » 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 » ESB » open esb » com.sun.jbi.management.system 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   com.sun.jbi.management.system.ManagementContext

ManagementContext
public class ManagementContext (Code)
ManagementContext selects attributes from the Framework EnvironmentContext that are used by the management services, and adds attributes that are exclusive to the management services.
author:
   Sun Microsystems, Inc.



Constructor Summary
public  ManagementContext(EnvironmentContext anEnv)
     Constructs a ManagementContext.

Method Summary
public static  AdminServicegetAdminServiceHandle()
     Getter for AdminServiceHandle.
public static  MBeanServerConnectiongetCentralMBeanServer()
     Get the Central MBean server for the ${ESB}.
public  com.sun.jbi.ComponentManagergetComponentManager()
     Get the Component Manager service handle.
public  com.sun.jbi.ComponentQuerygetComponentQuery()
     Get the Component Query service handle.
public static  com.sun.jbi.messaging.ConnectionManagergetConnectionManager()
     Get the ConnectionManager handle.
public static  DeploymentServicegetDeploymentServiceHandle()
     Getter for DeploymentServiceHandle.
public static  EnvironmentContextgetEnvironmentContext()
     Get the framework environment context.
public static  ObjectNamegetFrameworkConfigurationMBeanName()
     Get the FrameworkConfiguration MBean Object Name.
public static  InstallationServicegetInstallationServiceHandle()
     Getter for InstallationServiceHandle.
public static  StringgetJbiDomainRoot()
     Get the JBI_DOMAIN_ROOT.
public static  StringgetJbiInstallRoot()
     Get the installation root directory of the JBI system.
public static  StringgetJbiPropertiesFullPath()
     Getter for JbiPropertiesFileName.
public static  StringgetJbiRoot()
     Getter for JbiRoot.
public static  JMXConnectorServergetJmxRemoteServer()
     Getter for JmxRemoteServer.
public static  LoggergetLogger()
     Get the logger for the ManagementService.
public static  LoggingServicegetLoggingServiceHandle()
     Getter for LoggingServiceHandle.
public static  MBeanHelpergetMBeanHelper()
     Get the handle for the MBeanHelper class.
public static  MBeanNamesgetMBeanNames()
     Get the MBeanNames service handle.
public  MBeanNamesgetMBeanNames(String instanceName)
    
public static  MBeanServergetMBeanServer()
     Get the MBean server with which all MBeans are registered.
public static  intgetMBeanServerPort()
     Getter for MBeanServerPort.
public  ObjectgetManagementClass(String aServiceName)
     Get a handle to the class implementing management for the named JBI system service.
Parameters:
  aServiceName - is the name of the management service.
public static synchronized  BuildManagementMessageImplgetManagementMessageObject()
     Get the management message object.
public  RepositorygetRepository()
    
public  com.sun.jbi.ServiceUnitRegistrationgetServiceUnitRegistration()
     Get the ServiceUnitRegistration handle.
public static  VersionInfogetVersionInfo()
     Get the installation root directory of the JBI system.
public static  voidsetAdminServiceHandle(AdminService aAdminServiceHandle)
     Setter for AdminServiceHandle.
public static  voidsetDeploymentServiceHandle(DeploymentService aDeploymentServiceHandle)
     Setter for DeploymentServiceHandle.
public static  voidsetInstallationServiceHandle(InstallationService aInstallationServiceHandle)
     Setter for InstallationServiceHandle.
public static  voidsetJbiRoot(String aJbiRoot)
     Setter for JbiRoot.
public static  voidsetJmxRemoteServer(JMXConnectorServer aJmxRemoteServer)
     Setter for JmxRemoteServer.
public static  voidsetLoggingServiceHandle(LoggingService aLoggingServiceHandle)
     Setter for LoggingServiceHandle.
public static  voidsetMBeanServerPort(int aMBeanServerPort)
     Setter for MBeanServerPort.
public  voidsetRepository(Repository repos)
    


Constructor Detail
ManagementContext
public ManagementContext(EnvironmentContext anEnv)(Code)
Constructs a ManagementContext.
Parameters:
  anEnv - the base framework environment that we re-exporting.




Method Detail
getAdminServiceHandle
public static AdminService getAdminServiceHandle()(Code)
Getter for AdminServiceHandle. the current value of AdminServiceHandle.



getCentralMBeanServer
public static MBeanServerConnection getCentralMBeanServer()(Code)
Get the Central MBean server for the ${ESB}. the Master Agent MBean Server Connection



getComponentManager
public com.sun.jbi.ComponentManager getComponentManager()(Code)
Get the Component Manager service handle. com.sun.jbi.ComponentManager the Component Manager service.



getComponentQuery
public com.sun.jbi.ComponentQuery getComponentQuery()(Code)
Get the Component Query service handle. com.sun.jbi.ComponentQuery the Component Query service.



getConnectionManager
public static com.sun.jbi.messaging.ConnectionManager getConnectionManager()(Code)
Get the ConnectionManager handle. The ConnectionManager instance.



getDeploymentServiceHandle
public static DeploymentService getDeploymentServiceHandle()(Code)
Getter for DeploymentServiceHandle. the current value of DeploymentServiceHandle.



getEnvironmentContext
public static EnvironmentContext getEnvironmentContext()(Code)
Get the framework environment context. reference to the framework EnvironmentContext



getFrameworkConfigurationMBeanName
public static ObjectName getFrameworkConfigurationMBeanName()(Code)
Get the FrameworkConfiguration MBean Object Name. the FrameworkConfiguration MBean ObjectName



getInstallationServiceHandle
public static InstallationService getInstallationServiceHandle()(Code)
Getter for InstallationServiceHandle. the current value of InstallationServiceHandle.



getJbiDomainRoot
public static String getJbiDomainRoot()(Code)
Get the JBI_DOMAIN_ROOT. string representing JBI domain root directory



getJbiInstallRoot
public static String getJbiInstallRoot()(Code)
Get the installation root directory of the JBI system. String containing the installation root directory path



getJbiPropertiesFullPath
public static String getJbiPropertiesFullPath()(Code)
Getter for JbiPropertiesFileName. the current value of JbiPropertiesFileName.



getJbiRoot
public static String getJbiRoot()(Code)
Getter for JbiRoot. the current value of JbiRoot.



getJmxRemoteServer
public static JMXConnectorServer getJmxRemoteServer()(Code)
Getter for JmxRemoteServer. the current value of JmxRemoteServer.



getLogger
public static Logger getLogger()(Code)
Get the logger for the ManagementService. java.util.Logger is the logger



getLoggingServiceHandle
public static LoggingService getLoggingServiceHandle()(Code)
Getter for LoggingServiceHandle. the current value of LoggingServiceHandle.



getMBeanHelper
public static MBeanHelper getMBeanHelper()(Code)
Get the handle for the MBeanHelper class. The handle to the MBeanHelper.



getMBeanNames
public static MBeanNames getMBeanNames()(Code)
Get the MBeanNames service handle. The handle to the MBeanNames.



getMBeanNames
public MBeanNames getMBeanNames(String instanceName)(Code)
the MBeanNamesImpl for a specific instance



getMBeanServer
public static MBeanServer getMBeanServer()(Code)
Get the MBean server with which all MBeans are registered. javax.management.MBeanServer the main MBean server



getMBeanServerPort
public static int getMBeanServerPort()(Code)
Getter for MBeanServerPort. the current value of MBeanServerPort.



getManagementClass
public Object getManagementClass(String aServiceName)(Code)
Get a handle to the class implementing management for the named JBI system service.
Parameters:
  aServiceName - is the name of the management service. Object is the class implementing manangment.



getManagementMessageObject
public static synchronized BuildManagementMessageImpl getManagementMessageObject()(Code)
Get the management message object. BuildManagementMessageImpl is the message object



getRepository
public Repository getRepository()(Code)



getServiceUnitRegistration
public com.sun.jbi.ServiceUnitRegistration getServiceUnitRegistration()(Code)
Get the ServiceUnitRegistration handle. com.sun.jbi.ServiceUnitRegistation service unit registration handle.



getVersionInfo
public static VersionInfo getVersionInfo()(Code)
Get the installation root directory of the JBI system. String containing the installation root directory path



setAdminServiceHandle
public static void setAdminServiceHandle(AdminService aAdminServiceHandle)(Code)
Setter for AdminServiceHandle.
Parameters:
  aAdminServiceHandle - - the initialization value.



setDeploymentServiceHandle
public static void setDeploymentServiceHandle(DeploymentService aDeploymentServiceHandle)(Code)
Setter for DeploymentServiceHandle.
Parameters:
  aDeploymentServiceHandle - - the initialization value.



setInstallationServiceHandle
public static void setInstallationServiceHandle(InstallationService aInstallationServiceHandle)(Code)
Setter for InstallationServiceHandle.
Parameters:
  aInstallationServiceHandle - - the initialization value.



setJbiRoot
public static void setJbiRoot(String aJbiRoot)(Code)
Setter for JbiRoot.
Parameters:
  aJbiRoot - - the initialization value.



setJmxRemoteServer
public static void setJmxRemoteServer(JMXConnectorServer aJmxRemoteServer)(Code)
Setter for JmxRemoteServer.
Parameters:
  aJmxRemoteServer - - the initialization value.



setLoggingServiceHandle
public static void setLoggingServiceHandle(LoggingService aLoggingServiceHandle)(Code)
Setter for LoggingServiceHandle.
Parameters:
  aLoggingServiceHandle - - the initialization value.



setMBeanServerPort
public static void setMBeanServerPort(int aMBeanServerPort)(Code)
Setter for MBeanServerPort.
Parameters:
  aMBeanServerPort - - the initialization value.



setRepository
public void setRepository(Repository repos)(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.