com.sun.jbi.management |
Provides the implementation of the management service for the JSR 208
Reference Implementation in the
JavaTM programming language.
|
Java Source File Name | Type | Comment |
AdminServiceMBean.java | Interface | This interface extends the JBI AdminService interface. |
ComponentConfiguration.java | Interface | 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. |
ComponentExtensionMBean.java | Interface | This ComponentExtensionMBean is a facade MBean which provides component specific
information such as the ObjectNames of the custom configuration MBeans registered
by the component. |
ComponentInfo.java | Interface | |
ComponentInstallationContext.java | Class | Contains information necessary for a component (BC or SE) to perform
special installation/uninstallation processing. |
ComponentLifeCycleMBean.java | Interface | This ComponentLifeCycleMBean extends the public interface to add a
getter for the DeployerMBean name. |
ComponentMessageHolder.java | Class | This provides necessary methods for the components to
pass the task result data to ManagemntMessageBuilder. |
ConfigurationCategory.java | enum | Enumeration of the JBI configuration types. |
DeploymentServiceMBean.java | Interface | This DeploymentServiceMBean extends the public interface. |
EventNotifierMBean.java | Interface | This interface defines the DAS event notifier MBean, which collects event
notifications from all instances within the domain, and re-emits them. |
InstallationServiceMBean.java | Interface | This InstallationServiceMBean extends the public InstallationService interface. |
InstallerMBean.java | Interface | This InstallerMBean extends the public interface to add a 'force' option
to the uninstall() method. |
JbiNameInfo.java | Interface | JbiNameInfo keeps track of the unique information about a
JBI Framework system service or installed component. |
LocalStringKeys.java | Interface | This interface contains the property keys used for looking up message
text in the LocalStrings resource bundle. |
ManagementMessageBuilder.java | Interface | BuildManagementMessage defines the interface that must be invoked by
bindings and engines in order to construct exception messages before
throwing them back to the JBI Framework. |
ManagementMessageFactory.java | Interface | This provides access to message builder needed by all
Binding Components (BCs) and Service Engines (SEs)
running in the JBI framework. |
MBeanHelper.java | Interface | MBeanHelper is used to create standard mbeans for system services and components. |
MBeanNames.java | Interface | Extends the functionality of the public javax.jbi.management.MBeanNames
interface, by defining constants used in MBean ObjectName attributes, and by
providing additional operations to support multiple named logger MBeans. |
MBeanSet.java | Interface | MBeanSet is used to manage a set of Standard MBean's. |
TestComponentInstallationContext.java | Class | Tests for the ComponentInstallationContext class. |
TestDeployment.java | Class | Tests the deployment (management) service. |
TestLocalStringKeys.java | Class | Tests for the LocalStringKeys class. |
VersionInfo.java | Class | VersionInfo - Version info class for JBI_Preview. |