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


java.lang.Object
   com.sun.jbi.messaging.NMRContext

NMRContext
public class NMRContext implements EnvironmentContext,ComponentManager,StringTranslator(Code)
Simple NMR implementation of Framework contexts.
author:
   Sun Microsystems, Inc.

Inner Class :class ComponentContextImpl implements ComponentContext

Field Summary
final public static  StringROOT_PATH
    

Constructor Summary
public  NMRContext(MessageService msgSvc)
    

Method Summary
public  voidaddComponentInstance(String id, Component component)
    
public  voidcancelComponentUpdate(String componentName)
    
public  voidcancelComponentUpgrade(String componentName)
    
public  StringgetAppServerInstallRoot()
    
public  StringgetAppServerInstanceRoot()
    
public  ComponentContextgetComponentContext(String componentId)
    
public  ComponentgetComponentInstance(String str)
    
public  com.sun.jbi.ComponentManagergetComponentManager()
    
public  com.sun.jbi.ComponentQuerygetComponentQuery()
    
public  com.sun.jbi.ComponentQuerygetComponentQuery(String targetName)
    
public  com.sun.jbi.messaging.ConnectionManagergetConnectionManager()
    
public  com.sun.jbi.framework.DeployerMBeangetDeployerInstance(String name)
     Get the com.sun.jbi.framework.DeployerMBean instance.
Parameters:
  name - - the unique name of the component.
public  java.util.PropertiesgetInitialProperties()
    
public  StringgetJbiInstallRoot()
    
public  StringgetJbiInstanceRoot()
    
public  com.sun.jbi.management.MBeanHelpergetMBeanHelper()
    
public  com.sun.jbi.management.MBeanNamesgetMBeanNames()
    
public  javax.management.MBeanServergetMBeanServer()
    
public  ObjectgetManagementClass(String str)
    
public  com.sun.jbi.management.ManagementMessageFactorygetManagementMessageFactory()
    
public  javax.naming.InitialContextgetNamingContext()
    
public  com.sun.jbi.framework.EventNotifierCommongetNotifier()
    
public  com.sun.jbi.platform.PlatformContextgetPlatformContext()
     Get the platform-specific context for this implementation.
public  JBIProvidergetProvider()
    
public  org.w3c.dom.DocumentgetReadOnlyRegistry()
     Get a read-only reference to the persisted JBI Registry.
public  com.sun.jbi.registry.RegistrygetRegistry()
     Get a reference to the persisted JBI registry.
public  com.sun.jbi.ServiceUnitRegistrationgetServiceUnitRegistration()
    
public  StringgetString(String str)
    
public  StringgetString(String str, Object[] obj)
    
public  StringgetString(String str, Object obj)
    
public  StringgetString(String str, Object obj, Object obj2)
    
public  StringgetString(String str, Object obj, Object obj2, Object obj3)
    
public  StringgetString(String str, Object obj, Object obj2, Object obj3, Object obj4)
    
public  com.sun.jbi.StringTranslatorgetStringTranslator(String str)
    
public  com.sun.jbi.StringTranslatorgetStringTranslatorFor(Object obj)
    
public  javax.transaction.TransactionManagergetTransactionManager()
    
public  com.sun.jbi.VersionInfogetVersionInfo()
    
public  WsdlFactorygetWsdlFactory()
    
public  voidinstallSharedLibrary(String name, String description, String componentRoot, boolean isSelfFirst, List elements)
    
public  booleanisFrameworkReady(boolean start)
     Indicates whether or not the JBI framework has been fully started.
public  booleanisStartOnDeployEnabled()
    
public  booleanisStartOnVerifyEnabled()
     This method is used to find out if start-onverify is enabled. When this is enabled components are started automatically when an application has to be verified for them This is controlled by the property com.sun.jbi.startOnVerify. By default start-on-verify is enabled.
public  javax.management.ObjectNameloadBootstrap(com.sun.jbi.component.InstallationContext installContext, String bootClassName, List bootClassPathElements, List sharedLibraryList)
    
public  voidreset()
    
public  voiduninstallSharedLibrary(String id)
    
public  voidunloadBootstrap(String componentName)
    
public  voidupdateComponent(com.sun.jbi.component.InstallationContext installContext, List bootClassPathElements)
    
public  voidupgradeComponent(com.sun.jbi.component.InstallationContext installContext, String bootClassName, List bootClassPathElements, List sharedLibraryNames)
    
public  voidvalidateComponentForUpdate(com.sun.jbi.component.InstallationContext installContext, List bootClassPathElements)
    
public  booleanvalidateComponentForUpgrade(com.sun.jbi.component.InstallationContext installContext, String bootClassName, List bootClassPathElements, List sharedLibraryNames)
    

Field Detail
ROOT_PATH
final public static String ROOT_PATH(Code)




Constructor Detail
NMRContext
public NMRContext(MessageService msgSvc)(Code)




Method Detail
addComponentInstance
public void addComponentInstance(String id, Component component) throws Exception(Code)
ComponentManager Methods



cancelComponentUpdate
public void cancelComponentUpdate(String componentName) throws javax.jbi.JBIException(Code)



cancelComponentUpgrade
public void cancelComponentUpgrade(String componentName) throws javax.jbi.JBIException(Code)



getAppServerInstallRoot
public String getAppServerInstallRoot()(Code)



getAppServerInstanceRoot
public String getAppServerInstanceRoot()(Code)



getComponentContext
public ComponentContext getComponentContext(String componentId)(Code)



getComponentInstance
public Component getComponentInstance(String str)(Code)



getComponentManager
public com.sun.jbi.ComponentManager getComponentManager()(Code)



getComponentQuery
public com.sun.jbi.ComponentQuery getComponentQuery()(Code)



getComponentQuery
public com.sun.jbi.ComponentQuery getComponentQuery(String targetName)(Code)



getConnectionManager
public com.sun.jbi.messaging.ConnectionManager getConnectionManager()(Code)



getDeployerInstance
public com.sun.jbi.framework.DeployerMBean getDeployerInstance(String name)(Code)
Get the com.sun.jbi.framework.DeployerMBean instance.
Parameters:
  name - - the unique name of the component. The instance for the requested component or null if thecomponent is not registered or not active.



getInitialProperties
public java.util.Properties getInitialProperties()(Code)



getJbiInstallRoot
public String getJbiInstallRoot()(Code)



getJbiInstanceRoot
public String getJbiInstanceRoot()(Code)



getMBeanHelper
public com.sun.jbi.management.MBeanHelper getMBeanHelper()(Code)



getMBeanNames
public com.sun.jbi.management.MBeanNames getMBeanNames()(Code)



getMBeanServer
public javax.management.MBeanServer getMBeanServer()(Code)



getManagementClass
public Object getManagementClass(String str)(Code)



getManagementMessageFactory
public com.sun.jbi.management.ManagementMessageFactory getManagementMessageFactory()(Code)



getNamingContext
public javax.naming.InitialContext getNamingContext()(Code)



getNotifier
public com.sun.jbi.framework.EventNotifierCommon getNotifier()(Code)



getPlatformContext
public com.sun.jbi.platform.PlatformContext getPlatformContext()(Code)
Get the platform-specific context for this implementation. The PlatformContext.



getProvider
public JBIProvider getProvider()(Code)



getReadOnlyRegistry
public org.w3c.dom.Document getReadOnlyRegistry()(Code)
Get a read-only reference to the persisted JBI Registry. A DOM registry document object is returned. the registry document



getRegistry
public com.sun.jbi.registry.Registry getRegistry()(Code)
Get a reference to the persisted JBI registry. Registry instance



getServiceUnitRegistration
public com.sun.jbi.ServiceUnitRegistration getServiceUnitRegistration()(Code)



getString
public String getString(String str)(Code)



getString
public String getString(String str, Object[] obj)(Code)



getString
public String getString(String str, Object obj)(Code)



getString
public String getString(String str, Object obj, Object obj2)(Code)



getString
public String getString(String str, Object obj, Object obj2, Object obj3)(Code)



getString
public String getString(String str, Object obj, Object obj2, Object obj3, Object obj4)(Code)



getStringTranslator
public com.sun.jbi.StringTranslator getStringTranslator(String str)(Code)
StringTranslator Methods



getStringTranslatorFor
public com.sun.jbi.StringTranslator getStringTranslatorFor(Object obj)(Code)



getTransactionManager
public javax.transaction.TransactionManager getTransactionManager()(Code)



getVersionInfo
public com.sun.jbi.VersionInfo getVersionInfo()(Code)



getWsdlFactory
public WsdlFactory getWsdlFactory() throws WsdlException(Code)



installSharedLibrary
public void installSharedLibrary(String name, String description, String componentRoot, boolean isSelfFirst, List elements) throws javax.jbi.JBIException(Code)



isFrameworkReady
public boolean isFrameworkReady(boolean start)(Code)
Indicates whether or not the JBI framework has been fully started. This method provides clients with a way of determining if the JBI framework started up in passive mode as a result of on-demand initialization. The 'start' parameter instructs the framework to start completely if it has not already done so. If the framework has already been started, the request to start again is ignored.
Parameters:
  start - requests that the framework start completely beforereturning. true if the framework is completely started, false otherwise.



isStartOnDeployEnabled
public boolean isStartOnDeployEnabled()(Code)
This method is used to scaffold EnvironmentContext.isStartOnDeployEnabled() This method is used only for testing and always returns true



isStartOnVerifyEnabled
public boolean isStartOnVerifyEnabled()(Code)
This method is used to find out if start-onverify is enabled. When this is enabled components are started automatically when an application has to be verified for them This is controlled by the property com.sun.jbi.startOnVerify. By default start-on-verify is enabled. It is disabled only if com.sun.jbi.startOnVerify=false.



loadBootstrap
public javax.management.ObjectName loadBootstrap(com.sun.jbi.component.InstallationContext installContext, String bootClassName, List bootClassPathElements, List sharedLibraryList) throws javax.jbi.JBIException(Code)



reset
public void reset()(Code)



uninstallSharedLibrary
public void uninstallSharedLibrary(String id) throws javax.jbi.JBIException(Code)



unloadBootstrap
public void unloadBootstrap(String componentName) throws javax.jbi.JBIException(Code)



updateComponent
public void updateComponent(com.sun.jbi.component.InstallationContext installContext, List bootClassPathElements) throws javax.jbi.JBIException(Code)



upgradeComponent
public void upgradeComponent(com.sun.jbi.component.InstallationContext installContext, String bootClassName, List bootClassPathElements, List sharedLibraryNames) throws javax.jbi.JBIException(Code)



validateComponentForUpdate
public void validateComponentForUpdate(com.sun.jbi.component.InstallationContext installContext, List bootClassPathElements) throws javax.jbi.JBIException(Code)



validateComponentForUpgrade
public boolean validateComponentForUpgrade(com.sun.jbi.component.InstallationContext installContext, String bootClassName, List bootClassPathElements, List sharedLibraryNames) throws javax.jbi.JBIException(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.