com.sun.jbi.framework

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.framework 
com.sun.jbi.framework

Provides the run-time framework for the JSR208 Reference Implementation in the JavaTM programming language.

Java Source File NameTypeComment
AbstractComponent.javaClass This is an abstract class that all test components can inherit from.
Binding.javaClass This is an implementation of a Binding Component that is purely for unit testing.
BindingBadGetLifeCycle.javaClass This is an implementation of a Binding Component that is purely for unit testing.
BindingBootstrap.javaClass This is an implementation of the bootstrap class for a Binding Component that is purely for unit testing.
BindingBootstrapExtension.javaClass This class implements the MBean for the test Binding bootstrap extension.
BindingBootstrapExtensionMBean.javaInterface This interface defines the MBean for the test Binding bootstrap extension.
BindingBootstrapUpgrade.javaClass This is an implementation of the bootstrap class for a Binding Component that is purely for unit testing.
BindingNullGetLifeCycle.javaClass This is an implementation of a Binding Component that is purely for unit testing.
BindingUpgrade.javaClass This is an implementation of a Binding Component that is purely for unit testing.
ClassLoaderFactory.javaClass This is the implementation of the ClassLoaderFactory. It acts as a factory and cache to create and retrieve different types of classloaders and classloader chains for use in the JBI Framework.
CLUtils.javaClass
Component.javaClass This class holds information about a Binding Component (BC) or a Service Engine (SE).
ComponentConfiguration.javaClass The ComponentConfiguration is a dynamic facade MBean for component configuration. This MBean provides a facade for managing component static, variable and named configuration. This ComponentExtension MBean is registered for each installation of the component on a target i.e it is target specific.
ComponentContext.javaClass Contains global JBI information for a component to use during its processing. During installation/uninstallation processing, the component can access this context through the InstallationContext.
ComponentFramework.javaClass This is the implementation of the Component Framework, which provides for the installation, uninstallation, and runtime management of Binding Components, Service Engines, and Shared Libraries within the JBI framework.
ComponentInstaller.javaClass This class implements the InstallerMBean for a Component (BC or SE).
ComponentLifeCycle.javaClass This class implements the LifeCycleMBean for a Component (BC or SE).
ComponentLifeCycleMBean.javaInterface This ComponentLifeCycleMBean extends the public interface to add a getter for the DeployerMBean name.
ComponentLogger.javaClass This class implements the ComponentLoggerMBean for a Component (BC or SE).
ComponentLoggerMBean.javaInterface This interface defines the LoggerMBean for a Component (BC or SE).
ComponentOperation.javaClass This class extends the Operation abstract class, and is designed to run on a separate thread.
ComponentRegistry.javaClass This is the implementation of the Component Registry, which provides for registration of Shared Libraries, Binding Components, and Service Engines within the JBI environment.
ComponentStartup.javaClass This class is used to run a thread that performs component-related tasks at the beginning and end of JBI framework startup.
ComponentStatistics.javaClass This class implements the MBean for collection of statistics for a single installed component.
Constants.javaClass Global constants shared by framework junit tests.
CustomClassLoader.javaClass Implementation of a custom class loader.
DelegatingClassLoader.javaClass Implementation of a Component's delegating classloader. There is one instance of this classloader per component. This classloader walks through a chain of shared classloaders to try and load a class.
Deployer.javaClass This class implements the DeployerMBean for a component (BC or SE).
DeployerMBean.javaInterface This is the framework-provided version of the DeployerMBean for use with the ServiceUnitManager SPI of a component.
Engine.javaClass This is an implementation of a Service Engine that is purely for unit testing.
EngineBadGetLifeCycle.javaClass This is an implementation of a Service Engine that is purely for unit testing.
EngineBootstrap.javaClass This is an implementation of the bootstrap class for a Service Engine that is purely for unit testing.
EngineNullGetLifeCycle.javaClass This is an implementation of a Service Engine that is purely for unit testing.
EnvironmentContext.javaClass This context contains data needed by all components and services running in the JBI environment.
EnvironmentSetup.javaClass Utility class to provide the setup for unit tests that require a running environment.
EventNotifier.javaClass This is the instance Event Notifier MBean that generates notifications for the entire JBI runtime.
EventNotifierCommon.javaInterface This interface defines the methods that are used to emit notifications for events affecting the state of JBI runtime.
EventNotifierMBean.javaInterface This interface defines the MBean that generates notifications for all events affecting the state of JBI runtime.
FrameworkStatistics.javaClass This class implements the MBean for collection of statistics for the framework.
FrameworkWarningException.javaClass FrameworkWarningException is a subclass of JBIException that is used for exceptions that indicate an event has occurred that requires the user to be warned that an abnormal situation exists.
JarCache.javaClass Implements a cache of JarFiles used by Classloader implementations to load classes and resources.
JBIFramework.javaClass This is the top-level class that provides the lifecycle for the JBI framework.
LocalStringKeys.javaInterface This interface contains the property keys used for looking up message text in the LocalStrings resource bundle. IMPORTANT: The number of property keys defined in this file must always match the number of properties defined LocalStrings_en.properties. The keys defined in this file must all match the keys for the properties defined in LocalStrings_en.properties.
Operation.javaClass This is an abstract class that provides a generalized way for the framework to perform a set of operations on BCs and SEs in parallel on separate threads.
OperationCounter.javaClass This class provides a counter that is used with a set of threaded operations. It provides methods for incrementing and decrementing the counter.
ScaffoldEnvironmentContext.javaClass This is a test class to provide a simpler framework EnvironmentContext implementation for use by the TestDeployer class.
ScaffoldManagementService.javaClass This is the Management Service of the JBI Framework, which provides the JMX MBean server and related items.
ScaffoldPlatformContext.javaClass This is a test class to provide a simple PlatformContext implementation for use by the TestEnvironmentContext class.
ScaffoldRegistry.javaClass Scaffolded registry implementation to allow unit testing of the framework.
ServiceUnit.javaClass This class holds information about Service Unit deployed to a Binding Component (BC) or Service Engine (SE).
ServiceUnitFramework.javaClass This is the implementation of the Service Unit Framework, which provides an interface to the Service Unit Manager of all components.
ServiceUnitOperation.javaClass This class extends the Operation abstract class, and is designed to run on a separate thread.
SharedLibrary.javaClass SharedLibrary holds the name and class path for a Shared Library.
StringTranslator.javaClass This is the implementation of the String Translator, which provides services for internationalization of messages to all services running inside the JBI environment.
TestClassLoaderFactory.javaClass Tests for the various methods on the ClassLoaderFactory class.
TestComponent.javaClass Tests for the Component class.
TestComponentContext.javaClass Tests for the ComponentContext class.
TestComponentFramework.javaClass Tests for the ComponentFramework.
TestComponentInstaller.javaClass Tests for the ComponentInstaller class.
TestComponentLifeCycle.javaClass Tests for the ComponentLifeCycle class.
TestComponentLogger.javaClass Tests for the ComponentLogger class.
TestComponentOperation.javaClass Tests for the ComponentOperation class.
TestComponentRegistry.javaClass Tests the ComponentRegistry class.
TestComponentStatistics.javaClass Tests for ComponentStatistics.
TestCustomClassLoader.javaClass Tests for the various methods on the CustomClassLoader class.
TestDelegatingClassLoader.javaClass Tests for the various methods on the DelegatingClassLoader class.
TestDeployer.javaClass Tests for the Deployer.
TestEnvironmentContext.javaClass Tests for the EnvironmentContext class.
TestEventNotifier.javaClass Tests for EventNotifier.
TestFrameworkStatistics.javaClass Tests for FrameworkStatistics.
TestLocalStringKeys.javaClass Tests for the LocalStringKeys class.
TestOperation.javaClass Tests for the Operation class.
TestOperationCounter.javaClass Tests for the OperationCounter class.
TestServiceUnit.javaClass Tests the ServiceUnit class.
TestServiceUnitFramework.javaClass Tests for the ServiceUnitFramework.
TestServiceUnitOperation.javaClass Tests for the ServiceUnitOperation.
TestSharedLibrary.javaClass Tests the SharedLibrary class.
TestStringTranslator.javaClass Tests for the StringTranslator class.
TestXmlUtil.javaClass Tests for the Component class.
TimeOutException.javaClass TimeOutException is a subclass of JBIException that is used for exceptions that indicate a call to a method in a Component has timed out.
XmlParseException.javaClass XmlParseException is used to indicate that an error has occurred during the processing of an XML document.
XmlUtil.javaClass This class provides utility methods for accessing data from XML documents.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.