A B C D E F G H I J L M N O P Q R S T U V W 

A

ACKNOWLEDGE_ALERT_RECEPTION - Static variable in interface com.sun.esb.eventmanagement.impl.EventManagementConstants
 
addApplicationConfiguration(String, Properties) - Method in class com.sun.jbi.management.facade.ClusterInstanceComponentConfiguration
Add an application configuration.
addApplicationConfiguration(String, CompositeData) - Method in class com.sun.jbi.management.facade.ClusterInstanceComponentConfiguration
Add an application configuration.
addApplicationConfiguration(String, Properties) - Method in class com.sun.jbi.management.facade.ComponentConfiguration
Add an application configuration.
addApplicationConfiguration(String, CompositeData) - Method in class com.sun.jbi.management.facade.ComponentConfiguration
Add an application configuration.
addApplicationConfigurationToInstance(String, CompositeData, String) - Method in class com.sun.jbi.management.facade.ComponentConfiguration
If the instance is running, add the application config
addApplicationVariable(String, CompositeData) - Method in class com.sun.jbi.management.facade.ClusterInstanceComponentConfiguration
This operation adds a new application variable.
addApplicationVariable(String, CompositeData) - Method in class com.sun.jbi.management.facade.ComponentConfiguration
This operation adds a new application variable.
addApplicationVariableToInstance(String, CompositeData, String) - Method in class com.sun.jbi.management.facade.ComponentConfiguration
If the instance is running, set the attribute on the component configuration MBean.
addEventNotificationListener(NotificationListener, NotificationFilter, Object, String) - Method in class com.sun.esb.eventmanagement.impl.EventManagementBroadcaster
 
AdminService - Class in com.sun.jbi.management.facade
This interface defines a set of administrative methods allowing a JMX-based administrative tool to perform a variety of administrative tasks.
AdminService(EnvironmentContext, String) - Constructor for class com.sun.jbi.management.facade.AdminService
 
ALERT_REGISTRATION_WITH_TARGET - Static variable in interface com.sun.esb.eventmanagement.impl.EventManagementConstants
 
AlertLevelType - Enum in com.sun.esb.eventmanagement.impl
 
AlertPersistenceConfiguration - Class in com.sun.esb.eventmanagement.impl
 
AlertPersistenceDBType - Enum in com.sun.esb.eventmanagement.api
 
AlertRemovalPolicyType - Enum in com.sun.esb.eventmanagement.impl
 
ALERTS_TASK_ID - Static variable in interface com.sun.esb.eventmanagement.impl.EventRepositoryConstants
 
ALERTS_TASK_ID - Static variable in interface com.sun.esb.eventmanagement.impl.EventStoreConstants
 
AlertUtil - Class in com.sun.esb.eventmanagement.impl
 
AlertUtil() - Constructor for class com.sun.esb.eventmanagement.impl.AlertUtil
 
applicationConfigurationCompositeIntegrityCheck(String, CompositeData, boolean) - Method in class com.sun.jbi.management.facade.ComponentConfiguration
Check if the configurationName key exists and matches the name passed in.
applicationConfigurationCompositeIntegrityCheck(String, Properties, boolean) - Method in class com.sun.jbi.management.facade.ComponentConfiguration
Check if the configurationName key exists and matches the name passed in.
applicationConfigurationExistsCheck(String, boolean) - Method in class com.sun.jbi.management.facade.ComponentConfiguration
Check if the application configuration by the name is already defined.
applicationConfigurationExistsInstanceCheck(String, String) - Method in class com.sun.jbi.management.facade.ComponentConfiguration
Check if the application configuration by the name is already defined.
ApplicationInterceptor - Interface in com.sun.jbi.management.ee
ApplicationInterceptor represents a deployment interception SPI between the JBI runtime and the underlying platform.
applicationVariableCompositeIntegrityCheck(String, String, CompositeData, boolean) - Method in class com.sun.jbi.management.facade.ComponentConfiguration
Check if the name string matches the application variable name
applicationVariableExistsCheck(String, boolean) - Method in class com.sun.jbi.management.facade.ComponentConfiguration
Check for the existance of an application variable.
applicationVariableExistsInstanceCheck(String, String) - Method in class com.sun.jbi.management.facade.ComponentConfiguration
Check for the existance of an application variable.
archiveEqualityCheck(File, File, ArchiveType, String) - Method in class com.sun.jbi.management.facade.Facade
Check if two files are identical.If the archives are not identical a Management exception is thrown indicating a different archive exists in the domain.
areAllInstancesUp(String) - Method in class com.sun.jbi.management.facade.Facade
 
attribListToString(AttributeList) - Method in class com.sun.jbi.management.facade.ComponentConfiguration
Convert attribute list to a String value
attributeCheck(String) - Method in class com.sun.jbi.management.facade.ClusterInstanceComponentConfiguration
Check if the attribute is valid i.e. the MBeanInfo of the ComponentConfigurationMBean has this attribute.
attributeCheck(AttributeList) - Method in class com.sun.jbi.management.facade.ComponentConfiguration
Check if all the attributes in the attribute list are valid i.e. the MBeanInfo of the ComponentConfigurationMBean has these attributes and the values are of the same type
attributeCheck(Attribute) - Method in class com.sun.jbi.management.facade.ComponentConfiguration
Check if the attribute is valid i.e. the MBeanInfo of the ComponentConfigurationMBean has these attributes and the values are of the same type.
attributeCheck(String[]) - Method in class com.sun.jbi.management.facade.ComponentConfiguration
Check if all the attributes in the list are valid i.e. the MBeanInfo of the ComponentConfigurationMBean has these attributes
attributeCheck(String) - Method in class com.sun.jbi.management.facade.ComponentConfiguration
Check if the attribute is valid i.e. the MBeanInfo of the ComponentConfigurationMBean has this attribute.

B

buildDynamicMBeanInfo() - Method in class com.sun.esb.eventmanagement.impl.EventForwarderMBean
Build the protected MBeanInfo field, which represents the management interface exposed by the MBean; i.e., the set of attributes, constructors, operations and notifications which are available for management.
buildDynamicMBeanInfo() - Method in class com.sun.esb.eventmanagement.impl.EventManagementControllerMBean
Build the protected MBeanInfo field, which represents the management interface exposed by the MBean; i.e., the set of attributes, constructors, operations and notifications which are available for management.

C

canDeployToComponent(String) - Method in class com.sun.jbi.management.facade.DeploymentService
Returns true if the the given component accepts the deployment of service units.
canListAppConfigCheck() - Method in class com.sun.jbi.management.facade.ComponentConfiguration
Check if the component is started on the target, if it is not then a exception is thrown.
CHECK_LISTENER_UUID - Static variable in interface com.sun.esb.eventmanagement.impl.EventManagementConstants
 
checkAndCreateTables(AlertPersistenceDBType, DataSource) - Method in class com.sun.esb.eventmanagement.impl.DBSchemaCreation
Check to see if all the tables required by BPEL-SE for persistence are present.
checkAppVarValue(String, String, String) - Method in class com.sun.jbi.management.facade.ComponentConfiguration
Ensures that values of BOOLEAN application variable types are either "true" or "false", and value of NUMBER types is a number
checkTablesIntegrity(DataSource) - Method in class com.sun.esb.eventmanagement.impl.DBSchemaCreation
Check to see if all the tables required by BPEL-SE for persistence are present
ClusterInstanceComponentConfiguration - Class in com.sun.jbi.management.facade
The ComponentConfiguration is a dynamic facade MBean for component configuration.
ClusterInstanceComponentConfiguration(EnvironmentContext, String, String, String, ComponentType) - Constructor for class com.sun.jbi.management.facade.ClusterInstanceComponentConfiguration
Create an instance of this class.
COLON - Static variable in class com.sun.jbi.management.util.FacadeMbeanHelper
 
com.sun.esb.eventmanagement.api - package com.sun.esb.eventmanagement.api
 
com.sun.esb.eventmanagement.impl - package com.sun.esb.eventmanagement.impl
 
com.sun.jbi.management.ee - package com.sun.jbi.management.ee
 
com.sun.jbi.management.facade - package com.sun.jbi.management.facade
 
com.sun.jbi.management.util - package com.sun.jbi.management.util
 
COMMA - Static variable in class com.sun.jbi.management.util.FacadeMbeanHelper
 
COMPONENT_NAME_KEY - Static variable in class com.sun.jbi.management.util.FacadeMbeanHelper
 
COMPONENT_TYPE_BPEL - Static variable in interface com.sun.esb.eventmanagement.api.Event
 
COMPONENT_TYPE_COLLABORATION - Static variable in interface com.sun.esb.eventmanagement.api.Event
 
COMPONENT_TYPE_EWAY - Static variable in interface com.sun.esb.eventmanagement.api.Event
 
COMPONENT_TYPE_STCMS - Static variable in interface com.sun.esb.eventmanagement.api.Event
 
ComponentConfiguration - Class in com.sun.jbi.management.facade
The ComponentConfiguration is a dynamic facade MBean for component configuration.
ComponentConfiguration(EnvironmentContext, String, String, ComponentType) - Constructor for class com.sun.jbi.management.facade.ComponentConfiguration
 
ComponentConfiguration.ComponentConfigurationResponse - Class in com.sun.jbi.management.facade
The component configuration response for a target has two pieces of information The attributes which were set successfully A management XML message with details
ComponentConfiguration.ComponentConfigurationResponse(String, AttributeList) - Constructor for class com.sun.jbi.management.facade.ComponentConfiguration.ComponentConfigurationResponse
 
ComponentExtension - Class in com.sun.jbi.management.facade
This ComponentExtensionMBean is a facade MBean which provides component specific information such as the ObjectNames of the custom configuration MBeans registered by the component.
ComponentExtension(EnvironmentContext, String, String, ComponentType) - Constructor for class com.sun.jbi.management.facade.ComponentExtension
 
componentInstallationCheck(String, boolean) - Method in class com.sun.jbi.management.facade.Facade
Check if a Component is installed on a target.
ComponentLifeCycle - Class in com.sun.jbi.management.facade
ComponentLifeCycleMBean defines the standard life cycle controls for JBI Installable Components.
ComponentLifeCycle(EnvironmentContext, String, String, ComponentType, Map<String, ObjectName>) - Constructor for class com.sun.jbi.management.facade.ComponentLifeCycle
 
COMPONENTNAME - Static variable in interface com.sun.esb.eventmanagement.impl.CompositeDataConstants
 
COMPONENTPROJECTPATH - Static variable in interface com.sun.esb.eventmanagement.impl.CompositeDataConstants
 
componentStartedOrStoppedOnTargetCheck() - Method in class com.sun.jbi.management.facade.ComponentConfiguration
Check if the component is started or stopped on the target, if it is not then a exception is thrown.
COMPONENTTYPE - Static variable in interface com.sun.esb.eventmanagement.impl.CompositeDataConstants
 
CompositeDataConstants - Interface in com.sun.esb.eventmanagement.impl
 
CompositeDataElementType - Enum in com.sun.esb.eventmanagement.api
 
CompositeDataEventElementType - Enum in com.sun.esb.eventmanagement.api
 
CompositeDataEventElementType - Enum in com.sun.esb.eventmanagement.impl
 
CompositeDataSummaryElementType - Enum in com.sun.esb.eventmanagement.api
 
CONFIG_SCHEMA_PATH - Static variable in class com.sun.jbi.management.facade.Facade
 
ConnectionConfiguration - Interface in com.sun.esb.eventmanagement.api
Interface for connection configuration requirements that the BPEL engine requires.
ConnectionConfigurationImpl - Class in com.sun.esb.eventmanagement.impl
This Appserver context in which the event management, has the knowledge to create, configure and maintain the connection pools and jdbc resources.
ConnectionConfigurationImpl(String, MBeanServerConnection) - Constructor for class com.sun.esb.eventmanagement.impl.ConnectionConfigurationImpl
 
ConnectionProperties - Interface in com.sun.esb.eventmanagement.api
DOCUMENT ME!
constructLogMessage(String) - Static method in class com.sun.esb.eventmanagement.impl.AlertUtil
 
constructMessage(String) - Static method in class com.sun.esb.eventmanagement.impl.AlertUtil
 
constructMessage(String, Object[]) - Static method in class com.sun.esb.eventmanagement.impl.AlertUtil
 
convertToString(Collection) - Method in class com.sun.jbi.management.facade.Facade
Convert the objects in the collection to string.
createConnectionsPools() - Method in interface com.sun.esb.eventmanagement.api.ConnectionConfiguration
Called by the core engine to create the connection pools and jdbc resources that are needed for its persistence functionality.
createConnectionsPools() - Method in class com.sun.esb.eventmanagement.impl.ConnectionConfigurationImpl
 
createDatabase() - Method in class com.sun.esb.eventmanagement.impl.AlertPersistenceConfiguration
 
createdCluster(String) - Method in class com.sun.jbi.management.facade.ManagementRuntimeService
Notification on the creation of a cluster
createdInstance(String) - Method in class com.sun.jbi.management.facade.ManagementRuntimeService
Notification on the creation of a standalone / clustered instance
createEmptyAppConfigTable() - Method in class com.sun.jbi.management.facade.ComponentConfiguration
 
createEmptyAppVarTable() - Method in class com.sun.jbi.management.facade.ComponentConfiguration
 
createJavaCAPSAdministrationServiceMBean(EnvironmentContext) - Method in class com.sun.jbi.management.facade.ManagementRuntimeService
 
createJavaCAPSConfigurationServiceMBean(EnvironmentContext) - Method in class com.sun.jbi.management.facade.ManagementRuntimeService
 
createJavaCAPSDeploymentServiceMBean(EnvironmentContext) - Method in class com.sun.jbi.management.facade.ManagementRuntimeService
 
createJavaCAPSInstallationServiceMBean(EnvironmentContext) - Method in class com.sun.jbi.management.facade.ManagementRuntimeService
 
createJavaCAPSPerformanceMeasurementServiceMBean(EnvironmentContext) - Method in class com.sun.jbi.management.facade.ManagementRuntimeService
 
createJavaCAPSRuntimeManagementServiceMBean(EnvironmentContext) - Method in class com.sun.jbi.management.facade.ManagementRuntimeService
 
createJBIAdminCommandsUIMBean(EnvironmentContext) - Method in class com.sun.jbi.management.facade.ManagementRuntimeService
 
createJBIStatisticsMBean(EnvironmentContext) - Method in class com.sun.jbi.management.facade.ManagementRuntimeService
This method is used to return an instance of the JBI statistics MBean
createManagementException(String, Object[], Throwable) - Static method in class com.sun.esb.eventmanagement.impl.AlertUtil
Creates a management message string and populates the exception
createQuery(String, String, String, String, String, String, String, String, Integer) - Method in interface com.sun.esb.eventmanagement.api.NotificationEvent
 
createQuery(String, String, String, String, String, String, String, String, Integer) - Method in class com.sun.esb.eventmanagement.impl.NotificationEventImpl
Create a query for Notifications
createQuery2(String, String, String, String, String, String, String, String, Integer, String, String, Integer, Integer, String) - Method in interface com.sun.esb.eventmanagement.api.NotificationEvent
 
createQuery2(String, String, String, String, String, String, String, String, String, Integer, String, String, Integer, Integer, String) - Method in interface com.sun.esb.eventmanagement.api.NotificationEvent
 
createQuery2(String, String, String, String, String, String, String, String, String, Integer, String, String, Integer, Integer, String) - Method in class com.sun.esb.eventmanagement.impl.NotificationEventImpl
Create a query for Notifications
createQuery2(String, String, String, String, String, String, String, String, Integer, String, String, Integer, Integer, String) - Method in class com.sun.esb.eventmanagement.impl.NotificationEventImpl
Create a query for Notifications
createTables(AlertPersistenceDBType, DataSource) - Method in class com.sun.esb.eventmanagement.impl.DBSchemaCreation
Creates the tables required for persistence
CURRENT_PERSISTED_EVENT_COUNT_ATTRIBUTE_NAME - Static variable in interface com.sun.esb.eventmanagement.impl.EventManagementConstants
 

D

DATABASE_ALERT_TABLE_NAME__ATTRIBUTE_NAME - Static variable in interface com.sun.esb.eventmanagement.impl.EventManagementConstants
 
DATABASE_ALERT_TABLE_NAME_PROPERTY_NAME - Static variable in interface com.sun.esb.eventmanagement.impl.EventManagementConstants
 
DATABASE_JNDI_NAME__ATTRIBUTE_NAME - Static variable in interface com.sun.esb.eventmanagement.impl.EventManagementConstants
 
DATABASE_JNDI_NAME_PROPERTY - Static variable in interface com.sun.esb.eventmanagement.impl.EventManagementConstants
 
DATABASE_TYPE_ATTRIBUTE_NAME - Static variable in interface com.sun.esb.eventmanagement.impl.EventManagementConstants
 
DATABASE_TYPE_PROPERTY - Static variable in interface com.sun.esb.eventmanagement.impl.EventManagementConstants
 
DatabaseNonXAJNDIName - Static variable in interface com.sun.esb.eventmanagement.api.ConnectionProperties
jndi name tag
DatabaseXAJNDIName - Static variable in interface com.sun.esb.eventmanagement.api.ConnectionProperties
jndi name tag
DATE - Static variable in interface com.sun.esb.eventmanagement.impl.CompositeDataConstants
 
DB2_DB - Static variable in interface com.sun.esb.eventmanagement.api.ConnectionProperties
DB2
DB_PASSWORD - Static variable in interface com.sun.esb.eventmanagement.api.ConnectionProperties
database user password tag
DB_TYPE - Static variable in interface com.sun.esb.eventmanagement.api.ConnectionProperties
database type tag
DB_URL - Static variable in interface com.sun.esb.eventmanagement.api.ConnectionProperties
database URL tag
DB_USERNAME - Static variable in interface com.sun.esb.eventmanagement.api.ConnectionProperties
database user name tag
DBEventStore - Class in com.sun.esb.eventmanagement.impl
 
DBSchemaCreation - Class in com.sun.esb.eventmanagement.impl
 
DBSchemaCreation() - Constructor for class com.sun.esb.eventmanagement.impl.DBSchemaCreation
 
DEFAULT_INTERVAL - Static variable in interface com.sun.esb.eventmanagement.impl.EventManagementConstants
 
DEFAULT_MAX_CACHE_SIZE - Static variable in interface com.sun.esb.eventmanagement.impl.EventManagementConstants
 
DEFAULT_PERSISTENCE_JNDI_NAME - Static variable in class com.sun.esb.eventmanagement.impl.AlertPersistenceConfiguration
 
DEFAULT_POLICY_EXEC_INTERVAL - Static variable in interface com.sun.esb.eventmanagement.impl.EventManagementConstants
 
DEFAULT_TARGET_CHECK_INTERVAL - Static variable in interface com.sun.esb.eventmanagement.impl.EventManagementConstants
 
deleteApplicationConfiguration(String) - Method in class com.sun.jbi.management.facade.ClusterInstanceComponentConfiguration
Delete an application configuration.
deleteApplicationConfiguration(String) - Method in class com.sun.jbi.management.facade.ComponentConfiguration
Delete an application configuration.
deleteApplicationConfigurationFromInstance(String, String) - Method in class com.sun.jbi.management.facade.ComponentConfiguration
If the instance is running, delete the application config
deleteApplicationVariable(String) - Method in class com.sun.jbi.management.facade.ClusterInstanceComponentConfiguration
This operation deletes an application variable, if a variable with the specified name does not exist, it's an error.
deleteApplicationVariable(String) - Method in class com.sun.jbi.management.facade.ComponentConfiguration
This operation deletes an application variable, if a variable with the specified name does not exist, it's an error.
deleteApplicationVariableFromInstance(String, String) - Method in class com.sun.jbi.management.facade.ComponentConfiguration
If the instance is running, delete the application variable from the component configuration MBean.
deletedCluster(String) - Method in class com.sun.jbi.management.facade.ManagementRuntimeService
Notification on the deletion of a cluster
deletedInstance(String) - Method in class com.sun.jbi.management.facade.ManagementRuntimeService
Notification on the deletion of a standalone ( and clustered ) instance.
deleteEvent(String) - Method in class com.sun.esb.eventmanagement.impl.DBEventStore
 
deploy(String) - Method in class com.sun.jbi.management.facade.DeploymentService
Deploys the given Service Assembly to the JBI environment.
deployFromRepository(String) - Method in class com.sun.jbi.management.facade.DeploymentService
Deploy a Service Assembly from the Repository.
DEPLOYMENT - Static variable in interface com.sun.esb.eventmanagement.impl.CompositeDataConstants
 
DeploymentService - Class in com.sun.jbi.management.facade
The deployment service MBean allows administrative tools to manage service assembly deployments.
DeploymentService(EnvironmentContext, String) - Constructor for class com.sun.jbi.management.facade.DeploymentService
 
DERBY_DB - Static variable in interface com.sun.esb.eventmanagement.api.ConnectionProperties
derby
DISABLE_PERSISTENCE_OPERATION_NAME - Static variable in interface com.sun.esb.eventmanagement.impl.EventManagementConstants
 
disableNotifications() - Method in class com.sun.jbi.management.facade.EventNotifier
This method is called to disable event notifications.
DOMAIN - Static variable in class com.sun.jbi.management.facade.Facade
 
dropTables(AlertPersistenceDBType, DataSource) - Method in class com.sun.esb.eventmanagement.impl.DBSchemaCreation
Drops the tables created for persistence

E

ENABLE_PERSISTENCE_ATTRIBUTE_NAME - Static variable in interface com.sun.esb.eventmanagement.impl.EventManagementConstants
 
ENABLE_PERSISTENCE_OPERATION_NAME - Static variable in interface com.sun.esb.eventmanagement.impl.EventManagementConstants
 
ENABLE_POLICY_EXECUTION_ATTRIBUTE_NAME - Static variable in interface com.sun.esb.eventmanagement.impl.EventManagementConstants
 
enableNotifications() - Method in class com.sun.jbi.management.facade.EventNotifier
This method is called to enable event notifications.
enablePolicyExecution(boolean) - Method in class com.sun.esb.eventmanagement.impl.DBEventStore
 
ENVIRONMENT - Static variable in interface com.sun.esb.eventmanagement.api.EventProperties
 
ENVIRONMENT - Static variable in interface com.sun.esb.eventmanagement.impl.CompositeDataConstants
 
EQUAL - Static variable in class com.sun.jbi.management.util.FacadeMbeanHelper
 
equals(Object) - Method in interface com.sun.esb.eventmanagement.api.Event
Compare two Event objects.
equals(Object) - Method in class com.sun.esb.eventmanagement.impl.EventImpl
Compare two Event objects. /** Compare two Event objects.
equals(Object) - Method in class com.sun.esb.eventmanagement.impl.NotificationEventImpl
Compare two notification event objects.
Event - Interface in com.sun.esb.eventmanagement.api
An interface representing an event.
EVENT_CONFIG_DIRECTORY - Static variable in interface com.sun.esb.eventmanagement.impl.EventManagementConstants
 
EVENT_CONFIG_PROPERTIES_FILE - Static variable in interface com.sun.esb.eventmanagement.impl.EventManagementConstants
 
EVENT_CREATEFORWARD_OPERATION - Static variable in interface com.sun.esb.eventmanagement.api.EventProperties
 
EVENT_CREATEFORWARD_OPERATION - Static variable in interface com.sun.esb.eventmanagement.impl.EventManagementConstants
 
EVENT_FORWARD_OPERATION - Static variable in interface com.sun.esb.eventmanagement.api.EventProperties
Publish an object message
EVENT_FORWARD_OPERATION - Static variable in interface com.sun.esb.eventmanagement.impl.EventManagementConstants
 
EVENT_MAMAGENEMT_TABLE_PREFIX - Static variable in interface com.sun.esb.eventmanagement.impl.EventManagementConstants
Process controller MBean's "invoke" operation name
EVENT_MANAGEMENT_REMOVAL_POLICY_TIMER_MBEAN_NAME - Static variable in interface com.sun.esb.eventmanagement.impl.EventManagementConstants
 
EVENT_MANAGEMENT_TARGET_CHECK_TIMER_MBEAN_NAME - Static variable in interface com.sun.esb.eventmanagement.impl.EventManagementConstants
 
EVENT_MANAGEMENT_UNIQUE_TABLE_NAME_ATTRIBUTE_NAME - Static variable in interface com.sun.esb.eventmanagement.impl.EventManagementConstants
 
EVENT_POLICY_FILTER_TYPE - Static variable in interface com.sun.esb.eventmanagement.impl.EventRepositoryConstants
 
EVENT_POLICY_FILTER_TYPE - Static variable in interface com.sun.esb.eventmanagement.impl.EventStoreConstants
 
EVENT_STORE_DB_NAME - Static variable in interface com.sun.esb.eventmanagement.impl.EventRepositoryConstants
 
EVENT_STORE_DB_NAME - Static variable in interface com.sun.esb.eventmanagement.impl.EventStoreConstants
 
EVENT_STORE_DELETE_EVENT_BY_DATE - Static variable in interface com.sun.esb.eventmanagement.impl.EventRepositoryConstants
 
EVENT_STORE_DELETE_EVENT_BY_DATE - Static variable in interface com.sun.esb.eventmanagement.impl.EventStoreConstants
 
EVENT_STORE_DELETE_EVENT_BY_DATE_WITH_INSTANCE_FILTER - Static variable in interface com.sun.esb.eventmanagement.impl.EventRepositoryConstants
 
EVENT_STORE_DELETE_EVENT_BY_ID - Static variable in interface com.sun.esb.eventmanagement.impl.EventRepositoryConstants
 
EVENT_STORE_DELETE_EVENT_BY_ID - Static variable in interface com.sun.esb.eventmanagement.impl.EventStoreConstants
 
EVENT_STORE_DELETE_EVENT_BY_ID_WITH_INSTANCE_FILTER - Static variable in interface com.sun.esb.eventmanagement.impl.EventRepositoryConstants
 
EVENT_STORE_DELETE_EVENT_BY_LEVEL - Static variable in interface com.sun.esb.eventmanagement.impl.EventRepositoryConstants
 
EVENT_STORE_DELETE_EVENT_BY_LEVEL - Static variable in interface com.sun.esb.eventmanagement.impl.EventStoreConstants
 
EVENT_STORE_DELETE_EVENT_BY_LEVEL_WITH_INSTANCE_FILTER - Static variable in interface com.sun.esb.eventmanagement.impl.EventRepositoryConstants
 
EVENT_STORE_EVENT_COUNT - Static variable in interface com.sun.esb.eventmanagement.impl.EventRepositoryConstants
 
EVENT_STORE_EVENT_COUNT - Static variable in interface com.sun.esb.eventmanagement.impl.EventStoreConstants
 
EVENT_STORE_EVENT_COUNT_WITH_INSTANCE_FILTER - Static variable in interface com.sun.esb.eventmanagement.impl.EventRepositoryConstants
 
EVENT_STORE_GET_EVENT - Static variable in interface com.sun.esb.eventmanagement.impl.EventRepositoryConstants
 
EVENT_STORE_GET_EVENT_DATES - Static variable in interface com.sun.esb.eventmanagement.impl.EventRepositoryConstants
 
EVENT_STORE_GET_EVENT_DATES - Static variable in interface com.sun.esb.eventmanagement.impl.EventStoreConstants
 
EVENT_STORE_GET_EVENT_DATES_WITH_INSTANCE_FILTER - Static variable in interface com.sun.esb.eventmanagement.impl.EventRepositoryConstants
 
EVENT_STORE_GET_EVENT_IDS - Static variable in interface com.sun.esb.eventmanagement.impl.EventRepositoryConstants
 
EVENT_STORE_GET_EVENT_IDS_WITH_INSTANCE_FILTER - Static variable in interface com.sun.esb.eventmanagement.impl.EventRepositoryConstants
 
EVENT_STORE_GET_EVENT_IDS_WITHOUT_FILTER - Static variable in interface com.sun.esb.eventmanagement.impl.EventRepositoryConstants
 
EVENT_STORE_GET_EVENT_WITH_INSTANCE_FILTER - Static variable in interface com.sun.esb.eventmanagement.impl.EventRepositoryConstants
 
EVENT_STORE_SAVE_EVENT - Static variable in interface com.sun.esb.eventmanagement.impl.EventRepositoryConstants
 
EVENT_STORE_TABLE_EXIST_TEST - Static variable in interface com.sun.esb.eventmanagement.impl.EventRepositoryConstants
 
EVENT_TARGETCHECK_FILTER_TYPE - Static variable in interface com.sun.esb.eventmanagement.impl.EventManagementConstants
 
EVENT_TYPE_ALERT - Static variable in interface com.sun.esb.eventmanagement.api.NotificationEvent
constant to represent the Alert event type
EVENT_TYPE_EVENT - Static variable in interface com.sun.esb.eventmanagement.api.NotificationEvent
constant to represent the Event event type
EVENT_TYPE_TCA - Static variable in interface com.sun.esb.eventmanagement.api.NotificationEvent
constant to represent the TCA event type
EventDataConverter - Class in com.sun.esb.eventmanagement.impl
 
EventDataConverter() - Constructor for class com.sun.esb.eventmanagement.impl.EventDataConverter
 
EventFactory - Class in com.sun.esb.eventmanagement.api
this factory creates a TopicConnectionFactory based on classname and properties
EventFactory() - Constructor for class com.sun.esb.eventmanagement.api.EventFactory
 
EVENTFORWARDER_MBEAN_NAME - Static variable in interface com.sun.esb.eventmanagement.api.EventProperties
EventForwarder MBean ObjectName
EventForwarderMBean - Class in com.sun.esb.eventmanagement.impl
this class is a mbean that process the JCAP & JBI generate events. it will forward the messages it received from the event listener to the the enterpise monitor (EM) that monitoring the given integration server.
EventForwarderMBean(EnvironmentContext) - Constructor for class com.sun.esb.eventmanagement.impl.EventForwarderMBean
 
EventForwardingHelper - Class in com.sun.esb.eventmanagement.impl
 
EventForwardingHelper(String) - Constructor for class com.sun.esb.eventmanagement.impl.EventForwardingHelper
 
EVENTID_SEED - Static variable in interface com.sun.esb.eventmanagement.impl.EventRepositoryConstants
 
EVENTID_SEED - Static variable in interface com.sun.esb.eventmanagement.impl.EventStoreConstants
 
EventImpl - Class in com.sun.esb.eventmanagement.impl
A class representing an event.
EventImpl() - Constructor for class com.sun.esb.eventmanagement.impl.EventImpl
Event Constructor.
EventImpl(String, String, String, String, String, String, String, String, String, long) - Constructor for class com.sun.esb.eventmanagement.impl.EventImpl
Event Constructor.
EventImpl(String, String, String, String, String, String, String, String, long) - Constructor for class com.sun.esb.eventmanagement.impl.EventImpl
Event Constructor.
EventImpl(String, String, String, long) - Constructor for class com.sun.esb.eventmanagement.impl.EventImpl
Event Constructor.
EVENTMANAGEMENT_CHANNEL_MBEAN_NAME - Static variable in interface com.sun.esb.eventmanagement.impl.EventManagementConstants
 
EventManagementBroadcaster - Class in com.sun.esb.eventmanagement.impl
 
EventManagementBroadcaster() - Constructor for class com.sun.esb.eventmanagement.impl.EventManagementBroadcaster
 
EventManagementConstants - Interface in com.sun.esb.eventmanagement.impl
 
EventManagementControllerMBean - Class in com.sun.esb.eventmanagement.impl
this class is a mbean that all the invocation from the management client and distribute them to the target/targets based on the first paramater passed
EventManagementControllerMBean(EnvironmentContext) - Constructor for class com.sun.esb.eventmanagement.impl.EventManagementControllerMBean
 
EventManagementTargetStateInfo - Class in com.sun.esb.eventmanagement.impl
 
EventManagementTargetStateInfo(String, boolean, boolean) - Constructor for class com.sun.esb.eventmanagement.impl.EventManagementTargetStateInfo
 
EventNotifier - Class in com.sun.jbi.management.facade
This is the DAS Event Notifier MBean that collects notifications from each instance Event Notifier MBean in the domain, and re-emits them.
EventProperties - Interface in com.sun.esb.eventmanagement.api
EM constants and properties.
EventRepositoryConstants - Interface in com.sun.esb.eventmanagement.impl
 
EventRepositoryException - Exception in com.sun.esb.eventmanagement.impl
This class represents a EventRepositoryException
EventRepositoryException(String) - Constructor for exception com.sun.esb.eventmanagement.impl.EventRepositoryException
Construct the exception.
EventRepositoryException(Throwable) - Constructor for exception com.sun.esb.eventmanagement.impl.EventRepositoryException
Construct the exception.
EventRepositoryException(String, Throwable) - Constructor for exception com.sun.esb.eventmanagement.impl.EventRepositoryException
Construct the exception.
EventStoreConstants - Interface in com.sun.esb.eventmanagement.impl
 

F

Facade - Class in com.sun.jbi.management.facade
Base class with common funtionality for all facade mbean implementations.
Facade(EnvironmentContext, String) - Constructor for class com.sun.jbi.management.facade.Facade
 
FacadeMbeanHelper - Class in com.sun.jbi.management.util
A utility class for supporting Facade MBean Implementations
FacadeMbeanHelper() - Constructor for class com.sun.jbi.management.util.FacadeMbeanHelper
 
FileTransfer - Class in com.sun.jbi.management.util
FileTransfer is a utility class for uploading files to a remote JBI instance.
FileTransfer(String, MBeanNames, MBeanServerConnection) - Constructor for class com.sun.jbi.management.util.FileTransfer
 
forwardEvent(NotificationEvent) - Method in class com.sun.esb.eventmanagement.impl.EventForwarderMBean
 
forwardJMXNotificationToDeliveryChannel(String) - Method in class com.sun.esb.eventmanagement.impl.EventManagementControllerMBean
 
fromFileURL(String) - Method in class com.sun.jbi.management.facade.Facade
Parses an installation zip url, strips file protocol details (if necessary) and returns a File reference.

G

GET_ATTRIBUTE_OP - Static variable in interface com.sun.esb.eventmanagement.impl.EventManagementConstants
 
GET_DAS_ADMINSERVER_INFO - Static variable in interface com.sun.esb.eventmanagement.impl.EventManagementConstants
 
GET_HTTP_SERVER_INFO - Static variable in interface com.sun.esb.eventmanagement.impl.EventManagementConstants
 
GET_LAST_PERSISTED_ALERT_REMOVAL_PROLICY_OPERATION_NAME - Static variable in interface com.sun.esb.eventmanagement.impl.EventManagementConstants
 
GET_QUEUED_EVENTS - Static variable in interface com.sun.esb.eventmanagement.impl.EventManagementConstants
 
getAlertLevel() - Method in enum com.sun.esb.eventmanagement.impl.AlertLevelType
 
getAlertLevelAsIntString() - Method in enum com.sun.esb.eventmanagement.impl.AlertLevelType
 
getAlertPersistenceDBType() - Method in class com.sun.esb.eventmanagement.impl.AlertPersistenceConfiguration
 
getAlertRemovalPolicyTypeList() - Method in class com.sun.esb.eventmanagement.impl.AlertPersistenceConfiguration
 
getAlertTableName() - Method in class com.sun.esb.eventmanagement.impl.AlertPersistenceConfiguration
 
getAllTargets() - Method in class com.sun.jbi.management.facade.Facade
 
getApplicationConfigurations() - Method in class com.sun.jbi.management.facade.ClusterInstanceComponentConfiguration
Get a Map of all application configurations for the component.
getApplicationConfigurations() - Method in class com.sun.jbi.management.facade.ComponentConfiguration
Get a Map of all application configurations for the component.
getApplicationConfigurationsForInstance(String) - Method in class com.sun.jbi.management.facade.ComponentConfiguration
Get a Map of all application configurations for the component on a instance.
getApplicationVariables() - Method in class com.sun.jbi.management.facade.ClusterInstanceComponentConfiguration
Get the Application Variable set for a component.
getApplicationVariables() - Method in class com.sun.jbi.management.facade.ComponentConfiguration
Get the Application Variable set for a component.
getApplicationVariablesForInstance(String) - Method in class com.sun.jbi.management.facade.ComponentConfiguration
Get the Application Variable set for a component.
getAttribute(String) - Method in class com.sun.esb.eventmanagement.impl.EventForwarderMBean
 
getAttribute(String) - Method in class com.sun.esb.eventmanagement.impl.EventManagementControllerMBean
 
getAttribute(String) - Method in class com.sun.jbi.management.facade.ClusterInstanceComponentConfiguration
Obtain the value of a specific attribute of the Dynamic MBean.
getAttribute(String) - Method in class com.sun.jbi.management.facade.ComponentConfiguration
Obtain the value of a specific attribute of the Dynamic MBean.
getAttribute(String) - Method in class com.sun.jbi.management.facade.InstallerConfiguration
Obtain the value of a specific attribute of the Dynamic MBean.
getAttributeCount() - Method in class com.sun.jbi.management.facade.InstallerConfiguration
Returns the total number of attributes that have been set on the configuration MBean.
getAttributeInfo(String) - Method in class com.sun.jbi.management.facade.ComponentConfiguration
 
getAttributeList() - Method in class com.sun.jbi.management.facade.InstallerConfiguration
Return a list of all attributes that have been set on the config MBean.
getAttributes(String[]) - Method in class com.sun.esb.eventmanagement.impl.EventForwarderMBean
Retrieves the value of specified attributes of the Dynamic MBean
getAttributes(String[]) - Method in class com.sun.esb.eventmanagement.impl.EventManagementControllerMBean
 
getAttributes(String[]) - Method in class com.sun.jbi.management.facade.ClusterInstanceComponentConfiguration
Get the values of several attributes of the Dynamic MBean.
getAttributes() - Method in class com.sun.jbi.management.facade.ComponentConfiguration.ComponentConfigurationResponse
 
getAttributes(String[]) - Method in class com.sun.jbi.management.facade.ComponentConfiguration
Get the values of several attributes of the Dynamic MBean.
getAttributes(String[]) - Method in class com.sun.jbi.management.facade.InstallerConfiguration
Get the values of several attributes of the Dynamic MBean.
getBindingComponents() - Method in class com.sun.jbi.management.facade.AdminService
Get a list of Facade ComponentLifeCycleMBean's for all binding components currently installed on the target
getBundle() - Method in class com.sun.esb.eventmanagement.impl.I18NBundle
gets the loaded resource bundle
getComponentByName(String) - Method in class com.sun.jbi.management.facade.AdminService
Find the ComponentLifeCycleMBean of a JBI Installable Component by its unique name.
getComponentConfigurationData(String) - Method in class com.sun.jbi.management.facade.Facade
Get the the "Configuration" element in the jbi.xml.
getComponentConfigurationFacadeMBeanName(String) - Method in class com.sun.jbi.management.facade.ComponentExtension
Get the ObjectName of the Component Configuration facade MBean for a target.
getComponentConfigurationNS(String) - Method in class com.sun.jbi.management.facade.Facade
Get the namespace of the "Configuration" element in the jbi.xml, if one exists.
getComponentConfigurationSchema() - Method in class com.sun.jbi.management.facade.Facade
Get the the "Configuration" element in the jbi.xml.
getComponentExtensionFacadeMBean(String) - Method in class com.sun.jbi.management.facade.AdminService
Query the component extension facade MBeanName.
getComponentLifeCycleFacadeMBeanName(String, ComponentType, String, MBeanNames) - Static method in class com.sun.jbi.management.util.FacadeMbeanHelper
 
getComponentLifeCycleMBeanName(String, ComponentType, String) - Method in class com.sun.jbi.management.facade.Facade
Get the Component Lifecycle MBean name on an instance.
getComponentLifeCycleObjectName(MBeanServerConnection, MBeanNames, String, String) - Static method in class com.sun.jbi.management.util.FacadeMbeanHelper
Get the ObjectName of the facade ComponentLifeCycleMBean registered in the MBean Server for the specified component and target.
getComponentLifeCycleObjectNames(MBeanServerConnection, MBeanNames, String) - Static method in class com.sun.jbi.management.util.FacadeMbeanHelper
Get the ObjectNames of all facade ComponentLifeCycleMBeans registered in the MBean Server
getComponentMBeanInfo() - Method in class com.sun.jbi.management.facade.ClusterInstanceComponentConfiguration
Get the MBeanInfo from the actual component configuration MBean.
getComponentMBeanInfo() - Method in class com.sun.jbi.management.facade.ComponentConfiguration
Get the MBeanInfo from the actual component configuration MBean.
getComponentName() - Method in interface com.sun.esb.eventmanagement.api.Event
The getter method for the component name.
getComponentName() - Method in class com.sun.esb.eventmanagement.impl.EventImpl
The getter method for the component name.
getComponentProjectPathName() - Method in interface com.sun.esb.eventmanagement.api.Event
The getter method for the component's project.
getComponentProjectPathName() - Method in class com.sun.esb.eventmanagement.impl.EventImpl
The getter method for the component's project.
getComponentQuery() - Method in class com.sun.jbi.management.facade.Facade
Get a reference to ComponentQuery.
getComponentQuery(String) - Method in class com.sun.jbi.management.facade.Facade
Get a reference to ComponentQuery.
getComponentsForDeployedServiceAssembly(String) - Method in class com.sun.jbi.management.facade.DeploymentService
Returns an array of component names, where for each the given assembly contains a service unit for the component.
getComponentState(String, String) - Method in class com.sun.jbi.management.facade.Facade
 
getComponentStateOnInstance(String, String) - Method in class com.sun.jbi.management.facade.Facade
This operation invokes the getCurentState() operation on the ComponentLifeCycle MBean for a component on the instance, if the instance is running, if the instance is down the state of the Component is SHUTDOWN.
getComponentType() - Method in interface com.sun.esb.eventmanagement.api.Event
The getter method for the component type.
getComponentType() - Method in class com.sun.esb.eventmanagement.impl.EventImpl
The getter method for the component type.
getComponentType(String) - Method in class com.sun.jbi.management.facade.Facade
 
getCompositeDataElement() - Method in enum com.sun.esb.eventmanagement.api.CompositeDataElementType
 
getCompositeDataElement() - Method in enum com.sun.esb.eventmanagement.api.CompositeDataEventElementType
 
getCompositeDataElement() - Method in enum com.sun.esb.eventmanagement.api.CompositeDataSummaryElementType
 
getCompositeDataElement() - Method in enum com.sun.esb.eventmanagement.impl.CompositeDataEventElementType
 
getConfigDoc() - Method in class com.sun.jbi.management.facade.ComponentConfiguration
 
getCurrentState() - Method in class com.sun.jbi.management.facade.ComponentLifeCycle
Get the current state of the managed compononent on the target.
getCustomMBeanNames(String) - Method in class com.sun.jbi.management.facade.ComponentExtension
Get the ObjectNames of all the custom MBeans registered by the component on the target.
getDatabasetype() - Method in enum com.sun.esb.eventmanagement.api.AlertPersistenceDBType
 
getDataSourceJndiName() - Method in class com.sun.esb.eventmanagement.impl.AlertPersistenceConfiguration
 
getDeployedServiceAssemblies() - Method in class com.sun.jbi.management.facade.DeploymentService
Returns a list of Service Assemblies deployed to the JBI environment.
getDeployedServiceAssembliesForComponent(String) - Method in class com.sun.jbi.management.facade.DeploymentService
Returns an array of Service Assembly names, each service assembly in the returned list has a service unit deployed to the component
getDeployedServiceUnitList(String) - Method in class com.sun.jbi.management.facade.DeploymentService
Returns an array of service unit names that are currently deployed to the named component.
getDeploymentName() - Method in interface com.sun.esb.eventmanagement.api.Event
The getter method for the deployment name.
getDeploymentName() - Method in class com.sun.esb.eventmanagement.impl.EventImpl
The getter method for the deployment name.
getDescription() - Method in enum com.sun.esb.eventmanagement.api.AlertPersistenceDBType
 
getDescription() - Method in enum com.sun.esb.eventmanagement.api.CompositeDataElementType
 
getDescription() - Method in enum com.sun.esb.eventmanagement.api.CompositeDataEventElementType
 
getDescription() - Method in enum com.sun.esb.eventmanagement.api.CompositeDataSummaryElementType
 
getDescription() - Method in enum com.sun.esb.eventmanagement.impl.AlertLevelType
 
getDescription() - Method in enum com.sun.esb.eventmanagement.impl.AlertRemovalPolicyType
 
getDescription() - Method in enum com.sun.esb.eventmanagement.impl.CompositeDataEventElementType
 
getDomainAdminPort() - Method in interface com.sun.esb.eventmanagement.api.InstanceIdentifier
 
getDomainAdminPort() - Method in class com.sun.esb.eventmanagement.impl.GlassfishV4InstanceIdentifier
 
getDomainAdminPort() - Method in class com.sun.esb.eventmanagement.impl.StandaloneInstanceIdentifier
 
getDomainAdminPort() - Method in class com.sun.esb.eventmanagement.impl.SunAppServerInstanceIdentifier
 
getEngineComponents() - Method in class com.sun.jbi.management.facade.AdminService
Get a list of ComponentLifeCycleMBeans for all service engines currently installed in the JBI schemaorg_apache_xmlbeans.system.
getEnvironmentName() - Method in interface com.sun.esb.eventmanagement.api.Event
The getter method for the environment name.
getEnvironmentName() - Method in class com.sun.esb.eventmanagement.impl.EventImpl
The getter method for the environment name.
getEvent() - Method in class com.sun.esb.eventmanagement.api.EventFactory
empty constructor
getEvent(String, String, String, String, String, String, String, String, long) - Method in class com.sun.esb.eventmanagement.api.EventFactory
Event Constructor.
getEvent(String, String, String, long) - Method in class com.sun.esb.eventmanagement.api.EventFactory
Event Constructor.
getEventCompositeData(NotificationEvent, String) - Method in class com.sun.esb.eventmanagement.impl.EventDataConverter
 
getEventCompositeData(ResultSet, String) - Method in class com.sun.esb.eventmanagement.impl.EventDataConverter
 
getEventDateFromString(String) - Method in class com.sun.esb.eventmanagement.impl.EventDataConverter
 
getEventFromCompositeData(CompositeData) - Method in class com.sun.esb.eventmanagement.impl.EventDataConverter
 
getExtensionMBeanName() - Method in class com.sun.jbi.management.facade.ComponentLifeCycle
Get the JMX ObjectName for the life cycle extension MBean for this component.
getFacadeInstallerMBeanName(String) - Method in class com.sun.jbi.management.facade.Facade
Get the Facade Installer MBean object name for a component.
getFacadeInstallerMBeanName(String, ComponentType) - Method in class com.sun.jbi.management.facade.Facade
Get the Facade Installer MBean object name for a component.
getFormattedMessage(String, Object[]) - Static method in class com.sun.esb.eventmanagement.impl.I18NBundle
gets the i18n message
getGenericQuery() - Method in class com.sun.jbi.management.facade.Facade
Get a reference to GenericQuery.
getHttpPort() - Method in interface com.sun.esb.eventmanagement.api.InstanceIdentifier
 
getHttpPort() - Method in class com.sun.esb.eventmanagement.impl.GlassfishV4InstanceIdentifier
 
getHttpPort() - Method in class com.sun.esb.eventmanagement.impl.StandaloneInstanceIdentifier
 
getHttpPort() - Method in class com.sun.esb.eventmanagement.impl.SunAppServerInstanceIdentifier
 
getId() - Method in interface com.sun.esb.eventmanagement.api.Event
The notification event id
getId() - Method in interface com.sun.esb.eventmanagement.api.NotificationEvent
The notification event id
getId() - Method in class com.sun.esb.eventmanagement.impl.EventImpl
The notification event id
getId() - Method in class com.sun.esb.eventmanagement.impl.NotificationEventImpl
The notification event id
getInstallerConfigurationMBean() - Method in class com.sun.jbi.management.facade.Installer
Get the installer configuration MBean name for this component.
getInstallRoot() - Method in class com.sun.jbi.management.facade.Installer
Get the installation root directory path for this component.
getInstance(MBeanServerConnection) - Static method in class com.sun.esb.eventmanagement.impl.AlertPersistenceConfiguration
 
getInstance(AlertPersistenceConfiguration, MBeanServerConnection, PlatformContext) - Static method in class com.sun.esb.eventmanagement.impl.DBEventStore
 
getInstanceHttpPort() - Method in interface com.sun.esb.eventmanagement.api.InstanceIdentifier
 
getInstanceHttpPort() - Method in class com.sun.esb.eventmanagement.impl.GlassfishV4InstanceIdentifier
 
getInstanceHttpPort() - Method in class com.sun.esb.eventmanagement.impl.StandaloneInstanceIdentifier
 
getInstanceHttpPort() - Method in class com.sun.esb.eventmanagement.impl.SunAppServerInstanceIdentifier
 
getInstanceIdentifier(PlatformContext) - Static method in class com.sun.esb.eventmanagement.impl.InstanceIdentifierFactory
 
getInstanceUniqueName() - Method in interface com.sun.esb.eventmanagement.api.InstanceIdentifier
 
getInstanceUniqueName() - Method in class com.sun.esb.eventmanagement.impl.GlassfishV4InstanceIdentifier
 
getInstanceUniqueName() - Method in class com.sun.esb.eventmanagement.impl.StandaloneInstanceIdentifier
 
getInstanceUniqueName() - Method in class com.sun.esb.eventmanagement.impl.SunAppServerInstanceIdentifier
 
getInstanceUniquePort() - Method in interface com.sun.esb.eventmanagement.api.InstanceIdentifier
 
getInstanceUniquePort() - Method in class com.sun.esb.eventmanagement.impl.GlassfishV4InstanceIdentifier
 
getInstanceUniquePort() - Method in class com.sun.esb.eventmanagement.impl.StandaloneInstanceIdentifier
 
getInstanceUniquePort() - Method in class com.sun.esb.eventmanagement.impl.SunAppServerInstanceIdentifier
 
getListenersNotified() - Method in interface com.sun.esb.eventmanagement.api.NotificationEvent
The getter method for whether the listeners interested in the notifications event have been notified.
getListenersNotified() - Method in class com.sun.esb.eventmanagement.impl.NotificationEventImpl
The getter method for whether the listeners interested in the notifications event have been notified.
getLoggerMBeanNames() - Method in class com.sun.jbi.management.facade.ComponentExtension
Get the ObjectNames of all the Logger MBeans registered by the component on the target.
getLogicalHostName() - Method in interface com.sun.esb.eventmanagement.api.Event
The getter method for the logical host name.
getLogicalHostName() - Method in class com.sun.esb.eventmanagement.impl.EventImpl
The getter method for the logical host name.
getMBeanInfo() - Method in class com.sun.esb.eventmanagement.impl.EventForwarderMBean
 
getMBeanInfo() - Method in class com.sun.esb.eventmanagement.impl.EventManagementControllerMBean
 
getMBeanInfo() - Method in class com.sun.jbi.management.facade.ClusterInstanceComponentConfiguration
Provides the exposed attributes and actions of the Dynamic MBean using an MBeanInfo object.
getMBeanInfo() - Method in class com.sun.jbi.management.facade.ComponentConfiguration
Provides the exposed attributes and actions of the Dynamic MBean using an MBeanInfo object.
getMBeanInfo() - Method in class com.sun.jbi.management.facade.InstallerConfiguration
Provides the exposed attributes and actions of the Dynamic MBean using an MBeanInfo object.
getMBeanServerConnection(String) - Method in class com.sun.jbi.management.facade.Facade
Get an MBeanServer connection for the target
getMessage(String, Object[]) - Method in class com.sun.esb.eventmanagement.impl.I18NBundle
gets the i18n message
getMessage(String) - Method in class com.sun.esb.eventmanagement.impl.I18NBundle
gets the i18n message
getMessage(String, Object) - Method in class com.sun.esb.eventmanagement.impl.I18NBundle
gets the i18n message
getMessage(String, Object, Object) - Method in class com.sun.esb.eventmanagement.impl.I18NBundle
gets the i18n message
getMessage(String, Object, Object, Object) - Method in class com.sun.esb.eventmanagement.impl.I18NBundle
gets the i18n message
getMessageCode() - Method in interface com.sun.esb.eventmanagement.api.NotificationEvent
The getter method for the message code which is a unique integer that is used to identify the root cause of the notification events as specifically as possible.
getMessageCode() - Method in class com.sun.esb.eventmanagement.impl.NotificationEventImpl
The getter method for the message code which is a unique integer that is used to identify the root cause of the notification events as specifically as possible.
getMessageCodeArgs() - Method in interface com.sun.esb.eventmanagement.api.NotificationEvent
The getter method for the message code arguments.
getMessageCodeArgs() - Method in class com.sun.esb.eventmanagement.impl.NotificationEventImpl
The getter method for the message code arguments.
getMessageDetails() - Method in interface com.sun.esb.eventmanagement.api.NotificationEvent
The getter method for the details about a notification event.
getMessageDetails() - Method in class com.sun.esb.eventmanagement.impl.NotificationEventImpl
The getter method for the details about a notification event.
getNotificationEvent() - Method in class com.sun.esb.eventmanagement.api.EventFactory
empty constructor
getNotificationEvent(String, String, String, long) - Method in class com.sun.esb.eventmanagement.api.EventFactory
 
getNotificationEvent(String, String, String, String, long) - Method in class com.sun.esb.eventmanagement.api.EventFactory
 
getNotificationEvent(String, String, String, String, String, String, String, String, String, String, int, int, String, String[], String) - Method in class com.sun.esb.eventmanagement.api.EventFactory
 
getNotificationEvent(String, String, String, String, String, String, String, String, String, int, int, String, String[], String) - Method in class com.sun.esb.eventmanagement.api.EventFactory
 
getNotificationInfo() - Method in class com.sun.jbi.management.facade.EventNotifier
Returns an array indicating, for each notification this MBean may send, the notification type, the name of the Java class of the notification, and a description of the notification.
getObjectName() - Method in class com.sun.jbi.management.facade.InstallerConfiguration
Returns the ObjectName of the facade InstallerConfiguration MBean registered in the DAS.
getObservationalState() - Method in interface com.sun.esb.eventmanagement.api.NotificationEvent
The getter method to retrieve the observational state.
getObservationalState() - Method in class com.sun.esb.eventmanagement.impl.NotificationEventImpl
The getter method to retrieve the observational state.
getObStateString(int) - Method in interface com.sun.esb.eventmanagement.api.NotificationEvent
Convert a code into String representation
getObStateString(int) - Method in class com.sun.esb.eventmanagement.impl.NotificationEventImpl
 
getOperationalState() - Method in interface com.sun.esb.eventmanagement.api.NotificationEvent
The getter method for the operational state
getOperationalState() - Method in class com.sun.esb.eventmanagement.impl.NotificationEventImpl
The getter method for the operational state
getOpStateString(int) - Method in interface com.sun.esb.eventmanagement.api.NotificationEvent
Convert a code into String representation
getOpStateString(int) - Method in class com.sun.esb.eventmanagement.impl.NotificationEventImpl
 
getPackageBundle() - Static method in class com.sun.esb.eventmanagement.impl.AlertUtil
gives the I18N bundle
getPersistedAlertRemovalPolicyExecEnabled() - Method in class com.sun.esb.eventmanagement.impl.AlertPersistenceConfiguration
 
getPersistedEventCount() - Method in class com.sun.esb.eventmanagement.impl.DBEventStore
 
getPersistenceAlertAgePolicyValue() - Method in class com.sun.esb.eventmanagement.impl.AlertPersistenceConfiguration
 
getPersistenceAlertCountPolicyValue() - Method in class com.sun.esb.eventmanagement.impl.AlertPersistenceConfiguration
 
getPersistenceAlertLevelPolicyValue() - Method in class com.sun.esb.eventmanagement.impl.AlertPersistenceConfiguration
 
getPersistenceAlertPolicyExecInterval() - Method in class com.sun.esb.eventmanagement.impl.AlertPersistenceConfiguration
 
getPersistenceEnabled() - Method in class com.sun.esb.eventmanagement.impl.AlertPersistenceConfiguration
 
getPersistenceProperties() - Method in class com.sun.esb.eventmanagement.impl.AlertPersistenceConfiguration
 
getPhysicalHostName() - Method in interface com.sun.esb.eventmanagement.api.Event
The getter method for the physical host name.
getPhysicalHostName() - Method in class com.sun.esb.eventmanagement.impl.EventImpl
The getter method for the physical host name.
getPolicyType() - Method in enum com.sun.esb.eventmanagement.impl.AlertRemovalPolicyType
 
GetProperties() - Method in class com.sun.esb.eventmanagement.impl.EventForwardingHelper
 
getRegistry() - Method in class com.sun.jbi.management.facade.Facade
Get a reference to the JBI registry.
getRegistry() - Method in class com.sun.jbi.management.facade.ManagementRuntimeService
Get a reference to the JBI registry.
getRemoteAdminServiceObjectName(String) - Method in class com.sun.jbi.management.facade.Facade
 
getRemoteAttribute(ObjectName, String, String) - Method in class com.sun.jbi.management.facade.Facade
Get attribute on the remote object with a return value.
getRemoteAttributes(ObjectName, String[], String) - Method in class com.sun.jbi.management.facade.Facade
Get attributes on the remote object with a return value.
getRemoteInstanceComponentConfigMBeanName(String) - Method in class com.sun.jbi.management.facade.ComponentConfiguration
Get the name of the instance Configuration MBean.
getResponseMessage() - Method in class com.sun.jbi.management.facade.ComponentConfiguration.ComponentConfigurationResponse
 
getRootCause() - Method in exception com.sun.esb.eventmanagement.impl.EventRepositoryException
Obtain the root cause of the exception or null if there if none reported.
getServerName() - Method in interface com.sun.esb.eventmanagement.api.Event
The getter method for the server name.
getServerName() - Method in class com.sun.esb.eventmanagement.impl.EventImpl
The getter method for the server name.
getServerType() - Method in interface com.sun.esb.eventmanagement.api.Event
The getter method for the server type.
getServerType() - Method in class com.sun.esb.eventmanagement.impl.EventImpl
The getter method for the server type.
getServiceAssemblyDescriptor(String) - Method in class com.sun.jbi.management.facade.DeploymentService
Returns the deployment descriptor of the Service Assembly that was deployed to the JBI enviroment, serialized to a String.
getServiceAssemblyName(String, String) - Method in class com.sun.jbi.management.facade.DeploymentService
Get the Service Assembly name for a specific service unit deployed to a specific component.
getServiceAssemblyQuery() - Method in class com.sun.jbi.management.facade.Facade
Get a reference to registry Updater.
getServiceUnitDescriptor(String, String) - Method in class com.sun.jbi.management.facade.DeploymentService
Returns the deployment descriptor of the Service Unit that was deployed to the JBI enviroment, serialized to a String.
getServiceUnitState(String, String) - Method in class com.sun.jbi.management.facade.DeploymentService
Get the state of a service unit deployed to a component.
getSeverity() - Method in interface com.sun.esb.eventmanagement.api.NotificationEvent
The getter method for the severity.
getSeverity() - Method in class com.sun.esb.eventmanagement.impl.NotificationEventImpl
The getter method for the severity.
getSeverityString(int) - Method in interface com.sun.esb.eventmanagement.api.NotificationEvent
Convert a code into String representation
getSeverityString(int) - Method in class com.sun.esb.eventmanagement.impl.NotificationEventImpl
 
getState(String) - Method in class com.sun.jbi.management.facade.DeploymentService
Get the running state of a service assembly.
getSystemInfo() - Method in class com.sun.jbi.management.facade.AdminService
Return current version and other info about this JBI implementation.
getSystemService(String) - Method in class com.sun.jbi.management.facade.AdminService
Lookup a schemaorg_apache_xmlbeans.system service LifeCycleMBean by name.
getSystemServices() - Method in class com.sun.jbi.management.facade.AdminService
Looks up all JBI schemaorg_apache_xmlbeans.system services LifeCycleMBean's currently installed.
getTargetName() - Method in class com.sun.esb.eventmanagement.impl.EventManagementTargetStateInfo
 
getTimeStamp() - Method in interface com.sun.esb.eventmanagement.api.Event
The getter method for the time stamp.
getTimeStamp() - Method in class com.sun.esb.eventmanagement.impl.EventImpl
The getter method for the time stamp.
getType() - Method in interface com.sun.esb.eventmanagement.api.NotificationEvent
The getter method for the notification event type.
getType() - Method in class com.sun.esb.eventmanagement.impl.NotificationEventImpl
The getter method for the notification event type.
getUpdater() - Method in class com.sun.jbi.management.facade.Facade
Get a reference to registry Updater.
GlassfishV4InstanceIdentifier - Class in com.sun.esb.eventmanagement.impl
 
GlassfishV4InstanceIdentifier(PlatformContext) - Constructor for class com.sun.esb.eventmanagement.impl.GlassfishV4InstanceIdentifier
 

H

handleClusteredInstanceFailures(String, Map<String, Throwable>, int, String) - Method in class com.sun.jbi.management.facade.Facade
Handle Cluster installation failures.
handleNotification(Notification, Object) - Method in class com.sun.esb.eventmanagement.impl.DBEventStore
 
handleNotification(NotificationListener, Notification, Object) - Method in class com.sun.esb.eventmanagement.impl.EventManagementBroadcaster
 
handleNotification(Notification, Object) - Method in class com.sun.esb.eventmanagement.impl.EventManagementControllerMBean
 
handleNotification(Notification, Object) - Method in class com.sun.esb.eventmanagement.impl.InstanceNotificationListener
 
handleNotification(Notification, Object) - Method in class com.sun.jbi.management.facade.EventNotifier
This is invoked when a JMX notification is received from an instance Event Notifier MBean with which this MBean has registered as a notification listener.
hashCode() - Method in interface com.sun.esb.eventmanagement.api.Event
Generate a hashcode for the event.
hashCode() - Method in class com.sun.esb.eventmanagement.impl.EventImpl
Generate a hashcode for the event.
hashCode() - Method in class com.sun.esb.eventmanagement.impl.NotificationEventImpl
Generate a hashcode for the notification event.
hasListeners() - Method in class com.sun.esb.eventmanagement.impl.EventManagementBroadcaster
 
hasNotificationRegisteration() - Method in class com.sun.esb.eventmanagement.impl.EventManagementTargetStateInfo
 

I

I18NBundle - Class in com.sun.esb.eventmanagement.impl
This class reads the i18n strings from locale specific bundle from the Bundle[locale].properties or bundle[locale].properties file in a specified package.
I18NBundle(String) - Constructor for class com.sun.esb.eventmanagement.impl.I18NBundle
constructor
ID - Static variable in interface com.sun.esb.eventmanagement.impl.CompositeDataConstants
 
IN_MEMORY_MAX_CACHE_PROPERTY - Static variable in interface com.sun.esb.eventmanagement.impl.EventManagementConstants
 
initializeDataSource() - Method in class com.sun.esb.eventmanagement.impl.DBEventStore
 
initPrimitiveTypeMap() - Static method in class com.sun.jbi.management.facade.Facade
Initialize the data structure which maps primitive types to their wrapper classes
initService(EnvironmentContext) - Method in class com.sun.jbi.management.facade.ManagementRuntimeService
Initialize the Service
INSERT_STATEMENT_INSERT_PART - Static variable in interface com.sun.esb.eventmanagement.impl.EventRepositoryConstants
 
INSERT_STATEMENT_ORACLE - Static variable in interface com.sun.esb.eventmanagement.impl.EventStoreConstants
 
INSERT_STATEMENT_OTHER - Static variable in interface com.sun.esb.eventmanagement.impl.EventStoreConstants
 
INSERT_STATEMENT_VALUES_PART_ORACLE - Static variable in interface com.sun.esb.eventmanagement.impl.EventRepositoryConstants
 
INSERT_STATEMENT_VALUES_PART_STD - Static variable in interface com.sun.esb.eventmanagement.impl.EventRepositoryConstants
 
install() - Method in class com.sun.jbi.management.facade.Installer
Install a component.
InstallationService - Class in com.sun.jbi.management.facade
The installation service MBean allows administrative tools to manage component and shared library installations.
InstallationService(EnvironmentContext, String) - Constructor for class com.sun.jbi.management.facade.InstallationService
 
Installer - Class in com.sun.jbi.management.facade
The InstallerMBean defines standard installation and uninstallation controls for components.
Installer(EnvironmentContext, String, String, Map) - Constructor for class com.sun.jbi.management.facade.Installer
 
Installer(EnvironmentContext, String, String) - Constructor for class com.sun.jbi.management.facade.Installer
 
InstallerConfiguration - Class in com.sun.jbi.management.facade
InstallerConfiguration represents a domain facade for a component's installer configuration MBean.
InstallerConfiguration(MBeanInfo, ObjectName) - Constructor for class com.sun.jbi.management.facade.InstallerConfiguration
Creates a new InstallerConfiguration MBean.
installSharedLibrary(String) - Method in class com.sun.jbi.management.facade.InstallationService
Install a shared library installation package.
installSharedLibraryFromRepository(String) - Method in class com.sun.jbi.management.facade.InstallationService
Install a shared library from the Repository.
InstanceIdentifier - Interface in com.sun.esb.eventmanagement.api
 
InstanceIdentifierFactory - Class in com.sun.esb.eventmanagement.impl
 
InstanceIdentifierFactory() - Constructor for class com.sun.esb.eventmanagement.impl.InstanceIdentifierFactory
 
InstanceNotificationListener - Class in com.sun.esb.eventmanagement.impl
 
InstanceNotificationListener(EventManagementControllerMBean) - Constructor for class com.sun.esb.eventmanagement.impl.InstanceNotificationListener
 
instanceRunningCheck(String) - Method in class com.sun.jbi.management.facade.Facade
 
instanceStarted(String, ObjectName) - Method in class com.sun.jbi.management.facade.EventNotifier
Inform this MBean that an instance has started and this MBean needs to register itself as a notification listener for the instance Event Notifier MBean on that instance.
instanceStopped(String, ObjectName) - Method in class com.sun.jbi.management.facade.EventNotifier
Inform this MBean that an instance has stopped and this MBean needs to unregister itself as a notification listener for the instance Event Notifier MBean on that instance.
INTEGRATION_SERVER_TYPE - Static variable in interface com.sun.esb.eventmanagement.api.EventProperties
 
invoke(String, Object[], String[]) - Method in class com.sun.esb.eventmanagement.impl.EventForwarderMBean
Invokes an operation on the Dynamic MBean.
invoke(String, Object[], String[]) - Method in class com.sun.esb.eventmanagement.impl.EventManagementControllerMBean
Invokes an operation on the Dynamic MBean.
invoke(String, Object[], String[]) - Method in class com.sun.jbi.management.facade.ClusterInstanceComponentConfiguration
Allows an action to be invoked on the Dynamic MBean.
invoke(String, Object[], String[]) - Method in class com.sun.jbi.management.facade.ComponentConfiguration
Allows an action to be invoked on the Dynamic MBean.
invoke(String, Object[], String[]) - Method in class com.sun.jbi.management.facade.InstallerConfiguration
Allows an action to be invoked on the Dynamic MBean.
INVOKE_OP - Static variable in interface com.sun.esb.eventmanagement.impl.EventManagementConstants
 
INVOKE_OPERATION - Static variable in interface com.sun.esb.eventmanagement.api.EventProperties
Process MBean's "invoke" operation name
invokeLocalOperation(ObjectName, String, Object[], String[]) - Method in class com.sun.jbi.management.facade.Facade
Invoke a operation on a local MBean
invokeRemoteOperation(ObjectName, String, Object[], String[], String) - Method in class com.sun.jbi.management.facade.Facade
Invoke a operation on the remote object with a return value.
invokeRemoteVoidOperation(ObjectName, String, Object[], String[], String) - Method in class com.sun.jbi.management.facade.Facade
Invoke a operation on the remote object w/o a return value.
IS_SECURE_ADMIN_PORT - Static variable in interface com.sun.esb.eventmanagement.impl.EventManagementConstants
 
isAppConfigSupported() - Method in class com.sun.jbi.management.facade.ClusterInstanceComponentConfiguration
Detect the components support for application configuration.
isAppConfigSupported() - Method in class com.sun.jbi.management.facade.ComponentConfiguration
Detect the components support for application configuration.
isAppVarsSupported() - Method in class com.sun.jbi.management.facade.ClusterInstanceComponentConfiguration
Detect the components support for application variables.
isAppVarsSupported() - Method in class com.sun.jbi.management.facade.ComponentConfiguration
Detect the components support for application variables.
isBinding(String) - Method in class com.sun.jbi.management.facade.AdminService
Check if a given JBI component is a Binding Component.
isBoolean(String) - Method in class com.sun.jbi.management.facade.ComponentConfiguration
 
isComponentConfigSupported() - Method in class com.sun.jbi.management.facade.ClusterInstanceComponentConfiguration
Detect the components support for component configuration.
isComponentConfigSupported() - Method in class com.sun.jbi.management.facade.ComponentConfiguration
Detect the components support for component configuration.
isComponentInstalled(String) - Method in class com.sun.jbi.management.facade.Facade
 
isDeployedServiceUnit(String, String) - Method in class com.sun.jbi.management.facade.DeploymentService
Queries if the named Service Unit is currently deployed to the named component.
isEngine(String) - Method in class com.sun.jbi.management.facade.AdminService
Check if a given JBI component is a Service Engine.
isInstalled() - Method in class com.sun.jbi.management.facade.Installer
Determine whether or not the component is installed.
isInstanceRunning(String) - Method in class com.sun.jbi.management.facade.Facade
 
isJournalEnabled() - Method in class com.sun.esb.eventmanagement.impl.AlertPersistenceConfiguration
 
isLastStateUp() - Method in class com.sun.esb.eventmanagement.impl.EventManagementTargetStateInfo
 
isMBeanRegisteredOnInstance(ObjectName, String) - Method in class com.sun.jbi.management.facade.Facade
 
isNumber(String) - Method in class com.sun.jbi.management.facade.ComponentConfiguration
 
isReadOnly() - Method in class com.sun.jbi.management.facade.InstallerConfiguration
Indicates whether the configuration MBean is in read-only mode.
isSecureAdminPort() - Method in interface com.sun.esb.eventmanagement.api.InstanceIdentifier
 
isSecureAdminPort() - Method in class com.sun.esb.eventmanagement.impl.GlassfishV4InstanceIdentifier
 
isSecureAdminPort() - Method in class com.sun.esb.eventmanagement.impl.StandaloneInstanceIdentifier
 
isSecureAdminPort() - Method in class com.sun.esb.eventmanagement.impl.SunAppServerInstanceIdentifier
 
isServiceAssemblyDeployedInInstance(String, String) - Method in class com.sun.jbi.management.facade.DeploymentService
This method is used to find out if a SA is deployed in the given instance.
isSharedLibraryInstalled(String) - Method in class com.sun.jbi.management.facade.Facade
 
isTargetUp(String) - Method in class com.sun.jbi.management.facade.Facade
Checks to see if the Target (server, cluster) is up or down.
isUp() - Method in class com.sun.esb.eventmanagement.impl.EventManagementTargetStateInfo
 
isValidID(String) - Method in class com.sun.esb.eventmanagement.impl.EventManagementBroadcaster
 

J

JavaEEApplicationInterceptor - Class in com.sun.jbi.management.ee
Implementation of ApplicationInterceptor contract, which takes care of Glassfish-specific Java EE processing concerns.
JavaEEApplicationInterceptor(EnvironmentContext) - Constructor for class com.sun.jbi.management.ee.JavaEEApplicationInterceptor
Create a new instance of JavaEEApplicationInterceptor.
JB_ADMIN_TARGET_NOT_UP - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_ADMIN_APPLICATION_INTERCEPTOR_ERROR - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_ADMIN_APPLICATION_INTERCEPTOR_ROLLBACK_ERROR - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_ADMIN_AUTO_START_COMPONENT - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_ADMIN_BAD_INSTALL_URL - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_ADMIN_CANNOT_PERFORM_COMPONENT_INSTALLATION_OP - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_ADMIN_CANNOT_PERFORM_COMPONENT_LIFECYCLE_OP - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_ADMIN_CANNOT_UNINSTALL_COMPONENT_WITH_DEPLOYED_SUS - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_ADMIN_CHANGING_COMPONENT_STATE_ON_INSTANCE - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_ADMIN_COMPONENT_INSTALLED_ON_TARGET - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_ADMIN_COMPONENT_INSTALLED_ON_TARGETS - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_ADMIN_COMPONENT_INSTALLER_CONFIG_MBEAN_NOT_REGISTERED - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_ADMIN_COMPONENT_NOT_INSTALLED_ON_INSTANCE - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_ADMIN_COMPONENT_NOT_INSTALLED_ON_TARGET - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_ADMIN_COMPONENT_STARTED - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_ADMIN_COMPONENT_STATES_ON_CLUSTER - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_ADMIN_COMPONENT_UPGRADE_DOMAIN_INSTALL_ROOT_NOT_RESTORED - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
component install root was not restored in domain repository
JBI_ADMIN_COMPONENT_UPGRADE_DOMAIN_INSTALL_ROOT_NOT_UPDATED - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
component install root was not updated in domain repository
JBI_ADMIN_COMPONENT_UPGRADE_DOMAIN_TARGET_ONLY - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
upgradeComponent method should be called only in the domain facade mbean
JBI_ADMIN_COMPONENT_UPGRADE_FAILED - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
component upgrade failed
JBI_ADMIN_COMPONENT_UPGRADE_LOGGER_SETTINGS_NOT_RESTORED - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
component logger settings were not restored
JBI_ADMIN_COMPONENT_UPGRADE_SUCCESSFUL - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
component upgrade was successful
JBI_ADMIN_CREATE_CLUSTER_EVENT_ERROR - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_ADMIN_CREATE_INSTANCE_EVENT_ERROR - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_ADMIN_CURRENT_STATE_ON_INSTANCE - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_ADMIN_DELETE_CLUSTER_EVENT_ERROR - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_ADMIN_DELETE_INSTANCE_EVENT_ERROR - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_ADMIN_DEPENDENT_COMPONENT_ACTIVE - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_ADMIN_DEPLOYING_SERVICE_ASSEMBLY_TO_TARGET - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_ADMIN_DIFFERENT_COMPONENT_ARCHIVE_EXISTS - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_ADMIN_DIFFERENT_SERVICE_ASSEMBLY_ARCHIVE_EXISTS - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_ADMIN_DIFFERENT_SHARED_LIBRARY_ARCHIVE_EXISTS - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_ADMIN_DONE_INVOKING_LOCAL_OPERATION - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_ADMIN_DONE_INVOKING_REMOTE_OPERATION - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_ADMIN_FAILED_ADD_COMPONENT - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_ADMIN_FAILED_ADD_SERVICE_ASSEMBLY - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_ADMIN_FAILED_ADD_SHARED_LIBRARY - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_ADMIN_FAILED_GET_SERVICE_ASSEMBLY_DESCRIPTOR - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_ADMIN_FAILED_GET_SERVICE_UNIT_DESCRIPTOR - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_ADMIN_FAILED_INSTALL_COMPONENT_TO_INSTANCE - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_ADMIN_FAILED_INSTALL_SHARED_LIBRARY_TO_INSTANCE - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_ADMIN_FAILED_LOAD_NEW_INSTALLER - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
Installation Service Message Keys
JBI_ADMIN_FAILED_LOAD_NEW_INSTALLER_ON_INSTANCE - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_ADMIN_FAILED_REGISTER_COMPONENT_MBEAN - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_ADMIN_FAILED_REMOVE_COMPONENT - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_ADMIN_FAILED_REMOVE_SERVICE_ASSEMBLY - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_ADMIN_FAILED_REMOVE_SHARED_LIBRARY - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_ADMIN_FAILED_SHUTDOWN_COMPONENT_ON_INSTANCE - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_ADMIN_FAILED_START_COMPONENT_ON_INSTANCE - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_ADMIN_FAILED_STOP_COMPONENT_ON_INSTANCE - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_ADMIN_FAILED_UNINSTALL_COMPONENT_FROM_INSTANCE - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_ADMIN_FAILED_UNINSTALL_SHARED_LIBRARY_FROM_INSTANCE - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_ADMIN_FAILED_UNLOAD_INSTALLER_FROM_INSTANCE - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_ADMIN_GETTING_COMPONENT_STATE_ON_TARGET - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_ADMIN_GETTING_CUSTOM_MBEANS_FOR_COMPONENT - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_ADMIN_INSTALLING_COMPONENT_TO_TARGET - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_ADMIN_INSTALLING_SHARED_LIBRARY_TO_TARGET - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_ADMIN_INSTANCE_DOWN - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_ADMIN_INVALID_ARCHIVE_TYPE - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
General Admin Messages.
JBI_ADMIN_INVOKING_LOCAL_OPERATION - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_ADMIN_INVOKING_REMOTE_OPERATION - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_ADMIN_KNOWN_COMPONENT - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_ADMIN_KNOWN_SERVICE_ASSEMBLY - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_ADMIN_KNOWN_SHARED_LIBRARY - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_ADMIN_LOADING_INSTALLER_ON_TARGET - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_ADMIN_LOADING_NEW_INSTALLER_ON_TARGET - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_ADMIN_LOCAL_MBEAN_NOT_REGISTERED - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_ADMIN_MBEAN_NOT_REGISTERED - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_ADMIN_NO_JAVAEEDEPLOYER_MBEAN - Static variable in interface com.sun.jbi.management.ee.LocalStringKeys
Java EE Deployer MBean is not registered.
JBI_ADMIN_REQUIRED_SHARED_LIBRARIES_NOT_INSTALLLED - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_ADMIN_SA_NOT_DEPLOYED_IN_INSTANCE - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
SA is not deployed in instance
JBI_ADMIN_SERVICE_ASSEMBLY_IS_DEPLOYED - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
Deployment Service Messages
JBI_ADMIN_SERVICE_ASSEMBLY_NOT_DEPLOYED_ON_TARGET - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_ADMIN_SERVICE_ASSEMBLY_NOT_SHUTDOWN - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_ADMIN_SERVICE_ASSEMBLY_TARGET_INCORRECT_STATE - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_ADMIN_SERVICE_ASSEMBLY_TARGET_NOT_INSTALLED - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_ADMIN_SERVICE_ASSEMBLY_TARGET_NOT_STARTED - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_ADMIN_SERVICE_UNIT_NOT_DEPLOYED_ON_TARGET - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_ADMIN_SHARED_LIBRARY_INSTALLED_ON_TARGET - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_ADMIN_SHARED_LIBRARY_INSTALLED_ON_TARGETS - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_ADMIN_SHARED_LIBRARY_NOT_INSTALLED_ON_TARGET - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_ADMIN_SHUTTING_DOWN_SERVICE_ASSEMBLY_ON_TARGET - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_ADMIN_STARTING_SERVICE_ASSEMBLY_ON_TARGET - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_ADMIN_STATE_OF_SERVICE_ASSEMBLY_IN_CLUSTER - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_ADMIN_STATE_OF_SERVICE_UNIT_IN_CLUSTER - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_ADMIN_STOPPING_SERVICE_ASSEMBLY_ON_TARGET - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_ADMIN_UNDEPLOYING_SERVICE_ASSEMBLY_FROM_TARGET - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_ADMIN_UNINSTALLING_COMPONENT_FROM_TARGET - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_ADMIN_UNINSTALLING_SHARED_LIBRARY_FROM_TARGET - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_ADMIN_UNKNOWN_COMPONENT - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_ADMIN_UNKNOWN_SERVICE_ASSEMBLY - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_ADMIN_UNKNOWN_SHARED_LIBRARY - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_ADMIN_UNLOADING_INSTALLER_FROM_TARGET - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_ADMIN_UNSUPPORTED_OPERATION - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_ADMIN_UPGRADE_COMPONENT_NAME_NOT_SAME - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
given component descriptor is not identical with existing component descriptor
JBI_ADMIN_UPGRADE_COMPONENT_NOT_INSTALLED - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
the component name provided for upgrade does not exist in the schemaorg_apache_xmlbeans.system
JBI_ADMIN_UPGRADE_COMPONENT_NOT_SHUTDOWN - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
the component selected for upgrade is not shutdown
JBI_CCFG_ADD_APP_VAR_SUCCESS - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_CCFG_APP_CFG_DOES_NOT_EXIST - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_CCFG_APP_CFG_EXISTS - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_CCFG_APP_CFG_MISSING_FIELD - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_CCFG_APP_CFG_NOT_SUPPORTED - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_CCFG_APP_CFG_TYPE_NULL - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_CCFG_APP_VAR_DOES_NOT_EXIST - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_CCFG_APP_VAR_EXISTS - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_CCFG_APP_VARS_NOT_SUPPORTED - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_CCFG_ATTRIBUTE_NOT_FOUND - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
Attribute not found
JBI_CCFG_ATTRIBUTE_VALUE_INVALID - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
Attribute value invalid
JBI_CCFG_CANNOT_UPDATE_TYPE - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_CCFG_CLUSTER_NOT_COMPLETELY_UP - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_CCFG_COMPONENT_INSTANCE_DOWN - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
Component Instance down
JBI_CCFG_COMPONENT_NOT_STARTED_NOT_STOPPED_CFG - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
Cannot configure a component which is not started or not stopped
JBI_CCFG_COMPONENT_NOT_STARTED_NOT_STOPPED_LST - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
Cannot list application configuration for a component which is not started or not stopped
JBI_CCFG_CONFIG_MBEAN_NOT_FOUND - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
No registered configuration MBean is found
JBI_CCFG_DELETE_APP_VAR_SUCCESS - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_CCFG_FAILED_ADD_CFG_REG - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_CCFG_FAILED_ADD_VAR_REG - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_CCFG_FAILED_DELETE_CFG_REG - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_CCFG_FAILED_DELETE_VAR_REG - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_CCFG_FAILED_UPDATE_CFG_REG - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_CCFG_FAILED_UPDATE_VAR_REG - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_CCFG_INCOMPLETE_APP_VAR - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_CCFG_INVALID_APP_CFG - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_CCFG_INVALID_APP_CFG_DATA - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_CCFG_INVALID_APP_CFG_NAME - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_CCFG_INVALID_APP_VAR - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_CCFG_INVALID_APP_VAR_VALUE - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_CCFG_INVALID_CLUSTER_INST_NAME - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_CCFG_MISSING_CONFIG_XSD_FILE - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_CCFG_NO_CONFIG_ATTRIBUTES - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
No attributes for configuration
JBI_CCFG_PERSIST_ATTRIBUTE_FAILURE - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_CCFG_SET_ATTRIBUTE_SUCCESS - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_CCFG_SET_ATTRIBUTES_FAILURE - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_CCFG_SET_ATTRIBUTES_SUCCESS - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
Set attributes successfully.
JBI_CCFG_UPDATE_APP_VAR_SUCCESS - Static variable in interface com.sun.jbi.management.facade.LocalStringKeys
 
JBI_DOMAIN - Static variable in class com.sun.jbi.management.util.FacadeMbeanHelper
 
JBI_INSTALL_ROOT_ATTRIBUTE_NAME - Static variable in interface com.sun.esb.eventmanagement.impl.EventManagementConstants
 
JCAPS_EVENT_TYPE - Static variable in interface com.sun.esb.eventmanagement.impl.EventManagementConstants
 
JOURNAL_ENABLED_ATTRIBUTE_NAME - Static variable in interface com.sun.esb.eventmanagement.impl.EventManagementConstants
 
JOURNAL_ENABLED_PROPERTY - Static variable in interface com.sun.esb.eventmanagement.impl.EventManagementConstants
 

L

loadInstaller(String) - Method in class com.sun.jbi.management.facade.InstallationService
Load the InstallerMBean for a previously installed component.
loadInstaller(String, boolean) - Method in class com.sun.jbi.management.facade.InstallationService
Load the InstallerMBean for a previously installed component.
loadInstallerFromRepository(String) - Method in class com.sun.jbi.management.facade.InstallationService
Load the installer for a component from the Repository.
loadNewInstaller(String) - Method in class com.sun.jbi.management.facade.InstallationService
Load the installer for a new component for the given component installation package.
LocalStringKeys - Interface in com.sun.jbi.management.ee
This interface contains the property keys used for looking up message text in the LocalStrings resource bundle.
LocalStringKeys - Interface in com.sun.jbi.management.facade
This interface contains the property keys used for looking up message text in the LocalStrings resource bundle.
LOGICALHOST - Static variable in interface com.sun.esb.eventmanagement.impl.CompositeDataConstants
 
LOGICALHOSTNAME - Static variable in interface com.sun.esb.eventmanagement.api.EventProperties
 

M

ManagementRuntimeService - Class in com.sun.jbi.management.facade
This schemaorg_apache_xmlbeans.system service is responsible for bootstrapping the Management Facade MBeans for the integrated JBI Runtime.
ManagementRuntimeService() - Constructor for class com.sun.jbi.management.facade.ManagementRuntimeService
Creates a new instance of ManagementRuntimeService
MASKED_FIELD_VALUE - Static variable in class com.sun.jbi.management.facade.Facade
 
mAttributesInfo - Variable in class com.sun.esb.eventmanagement.impl.EventForwarderMBean
MBean attributes
mAttributesInfo - Variable in class com.sun.esb.eventmanagement.impl.EventManagementControllerMBean
MBean attributes
MAX_CACHE - Static variable in interface com.sun.esb.eventmanagement.impl.EventManagementConstants
 
MAX_CACHESIZE_ATTRIBUTE_NAME - Static variable in interface com.sun.esb.eventmanagement.impl.EventManagementConstants
 
MAX_THREAD_COUNT - Static variable in interface com.sun.esb.eventmanagement.api.ConnectionProperties
max thread count tag
MBEAN_SERVER_DELEGATE_OBJECT_NAME - Static variable in interface com.sun.esb.eventmanagement.impl.EventManagementConstants
 
mbeanRegistrationCheck(String, ObjectName, String) - Method in class com.sun.jbi.management.facade.Facade
MBean registration check.
MC_COLLAB_CUSTOM_USER - Static variable in class com.sun.esb.eventmanagement.api.MessageCodes
 
MC_COLLAB_IS_RUNNING_6 - Static variable in class com.sun.esb.eventmanagement.api.MessageCodes
Collaboration is Running Collaboration {5} under Project {4} on {3} on {2} in {1} on {0} is running.
MC_COLLAB_IS_STOPPED_6 - Static variable in class com.sun.esb.eventmanagement.api.MessageCodes
Collaboration is Stopped Collaboration {5} under Project {4} on {3} on {2} in {1} on {0} is stopped.
MC_IS_KILLED_1 - Static variable in class com.sun.esb.eventmanagement.api.MessageCodes
 
MC_IS_STARTED_1 - Static variable in class com.sun.esb.eventmanagement.api.MessageCodes
Integration Server Started Integration Server {0} started.
MC_IS_STARTING_1 - Static variable in class com.sun.esb.eventmanagement.api.MessageCodes
 
MC_IS_STOPPED_1 - Static variable in class com.sun.esb.eventmanagement.api.MessageCodes
Integration Server Stopped Integration Server {0} has stopped.
MC_IS_STOPPING_1 - Static variable in class com.sun.esb.eventmanagement.api.MessageCodes
 
MC_LH_ALREADY_RUNNING_3 - Static variable in class com.sun.esb.eventmanagement.api.MessageCodes
Logical Host Already Running Logical Host {2} in {1} on {0} is already running.
MC_LH_EXITED_3 - Static variable in class com.sun.esb.eventmanagement.api.MessageCodes
Logical Host Exited Logical Host {2} in {1} on {0} exited.
MC_LH_KILLED_3 - Static variable in class com.sun.esb.eventmanagement.api.MessageCodes
Logical Host Killed Logical Host {2} in {1} on {0} killed.
MC_LH_NOT_RESPONDING_3 - Static variable in class com.sun.esb.eventmanagement.api.MessageCodes
Logical Host Not Responding Logical Host {2} in {1} on {0} is now running.
MC_LH_RUNNING_3 - Static variable in class com.sun.esb.eventmanagement.api.MessageCodes
Logical Host Running Logical Host {2} in {1} on {0} is running.
MC_LH_STARTED_3 - Static variable in class com.sun.esb.eventmanagement.api.MessageCodes
Logical Host Started Logical Host {2} in {1} on {0} started.
MC_LH_STOPPED2_3 - Static variable in class com.sun.esb.eventmanagement.api.MessageCodes
Logical Host Stopped Logical Host {2} in {1} on {0} stopped.
MC_LH_STOPPED_3 - Static variable in class com.sun.esb.eventmanagement.api.MessageCodes
Logical Host Stopped Logical Host {2} in {1} on {0} stopped.
MC_MS_ALREADY_RUNNING_4 - Static variable in class com.sun.esb.eventmanagement.api.MessageCodes
 
MC_MS_EXITED_4 - Static variable in class com.sun.esb.eventmanagement.api.MessageCodes
 
MC_MS_KILLED_4 - Static variable in class com.sun.esb.eventmanagement.api.MessageCodes
 
MC_MS_MESSAGE_LIMIT_EXCEEDED - Static variable in class com.sun.esb.eventmanagement.api.MessageCodes
 
MC_MS_NOT_RESPONDING_4 - Static variable in class com.sun.esb.eventmanagement.api.MessageCodes
 
MC_MS_RUNNING_4 - Static variable in class com.sun.esb.eventmanagement.api.MessageCodes
 
MC_MS_STARTED_4 - Static variable in class com.sun.esb.eventmanagement.api.MessageCodes
 
MC_MS_STOPPED2_4 - Static variable in class com.sun.esb.eventmanagement.api.MessageCodes
 
MC_MS_STOPPED_4 - Static variable in class com.sun.esb.eventmanagement.api.MessageCodes
 
MC_SNMP_CONFIGURED_0 - Static variable in class com.sun.esb.eventmanagement.api.MessageCodes
Integration Server Is Not Available SNMP Agent has been configured.
MC_SNMP_NOT_CONFIGURED_0 - Static variable in class com.sun.esb.eventmanagement.api.MessageCodes
Integration Server Is Not Available SNMP Agent needs to be configured.
MC_SNMP_NOT_INSTALLED - Static variable in class com.sun.esb.eventmanagement.api.MessageCodes
 
MC_SNMP_RUNNING - Static variable in class com.sun.esb.eventmanagement.api.MessageCodes
 
MC_SNMP_STOPPED - Static variable in class com.sun.esb.eventmanagement.api.MessageCodes
 
mCfgHlpr - Variable in class com.sun.jbi.management.facade.ComponentConfiguration
Component Configuration Helper
mComponentConfigSchema - Static variable in class com.sun.jbi.management.facade.Facade
 
mComponentName - Variable in class com.sun.esb.eventmanagement.impl.EventImpl
The component name.
mComponentName - Variable in class com.sun.jbi.management.facade.ComponentConfiguration
The component name
mComponentProjectPathName - Variable in class com.sun.esb.eventmanagement.impl.EventImpl
The project the component is in.
mComponentType - Variable in class com.sun.esb.eventmanagement.impl.EventImpl
The component type.
mComponentType - Variable in class com.sun.jbi.management.facade.ComponentConfiguration
Component Type : BINDING / ENGINE ?
mConfigDoc - Variable in class com.sun.jbi.management.facade.ComponentConfiguration
Configuration meta-data
mConstructorsInfo - Variable in class com.sun.esb.eventmanagement.impl.EventForwarderMBean
MBean constructors
mConstructorsInfo - Variable in class com.sun.esb.eventmanagement.impl.EventManagementControllerMBean
MBean constructors
mDeploymentName - Variable in class com.sun.esb.eventmanagement.impl.EventImpl
The deployment name.
mEnvCtx - Variable in class com.sun.jbi.management.facade.Facade
 
mEnvironmentName - Variable in class com.sun.esb.eventmanagement.impl.EventImpl
The environment name.
merge(MBeanOperationInfo[], MBeanOperationInfo[]) - Method in class com.sun.jbi.management.facade.ComponentConfiguration
Merge two MBeanOperationInfo arrays.
MESSAGECODE - Static variable in interface com.sun.esb.eventmanagement.impl.CompositeDataConstants
 
MessageCodes - Class in com.sun.esb.eventmanagement.api
An interface to track message codes.
MessageCodes() - Constructor for class com.sun.esb.eventmanagement.api.MessageCodes
 
MESSAGEDETAILS - Static variable in interface com.sun.esb.eventmanagement.impl.CompositeDataConstants
 
mId - Variable in class com.sun.esb.eventmanagement.impl.EventImpl
The notification event id (autogenerated).
mLog - Variable in class com.sun.jbi.management.facade.Facade
 
mLogicalHostName - Variable in class com.sun.esb.eventmanagement.impl.EventImpl
The logical host name.
mMBeanInfo - Variable in class com.sun.esb.eventmanagement.impl.EventForwarderMBean
MBean info
mMBeanInfo - Variable in class com.sun.esb.eventmanagement.impl.EventManagementControllerMBean
MBean info
mMBeanNames - Variable in class com.sun.jbi.management.facade.Facade
 
mMBeanSvr - Variable in class com.sun.jbi.management.facade.Facade
 
mMgtCtx - Variable in class com.sun.jbi.management.facade.Facade
 
mMsgBuilder - Variable in class com.sun.jbi.management.facade.Facade
 
mNotificationsInfo - Variable in class com.sun.esb.eventmanagement.impl.EventForwarderMBean
MBean notifications
mNotificationsInfo - Variable in class com.sun.esb.eventmanagement.impl.EventManagementControllerMBean
MBean notifications
mOperationsInfo - Variable in class com.sun.esb.eventmanagement.impl.EventForwarderMBean
MBean operations
mOperationsInfo - Variable in class com.sun.esb.eventmanagement.impl.EventManagementControllerMBean
MBean operations
mPhysicalHostName - Variable in class com.sun.esb.eventmanagement.impl.EventImpl
The physical host name.
mPlatform - Variable in class com.sun.jbi.management.facade.Facade
 
mServerName - Variable in class com.sun.esb.eventmanagement.impl.EventImpl
The server name.
mServerType - Variable in class com.sun.esb.eventmanagement.impl.EventImpl
The server type.
mTarget - Variable in class com.sun.jbi.management.facade.Facade
 
mTimeStamp - Variable in class com.sun.esb.eventmanagement.impl.EventImpl
The time that the event was generated.
mTranslator - Variable in class com.sun.jbi.management.facade.Facade
 

N

NOTIFICATION_ALERT - Static variable in interface com.sun.esb.eventmanagement.api.EventProperties
 
NotificationEvent - Interface in com.sun.esb.eventmanagement.api
This class represents a Notification Event
NotificationEventImpl - Class in com.sun.esb.eventmanagement.impl
This class represents a Notification Event
NotificationEventImpl() - Constructor for class com.sun.esb.eventmanagement.impl.NotificationEventImpl
NotificationEvent Constructor.
NotificationEventImpl(String, String, String, long) - Constructor for class com.sun.esb.eventmanagement.impl.NotificationEventImpl
 
NotificationEventImpl(String, String, String, String, String, String, String, String, String, int, int, String, String[], String) - Constructor for class com.sun.esb.eventmanagement.impl.NotificationEventImpl
NotificationEvent Constructor.

O

OBSERVATIONAL_STATE_DELETED - Static variable in interface com.sun.esb.eventmanagement.api.NotificationEvent
 
OBSERVATIONAL_STATE_OBSERVED - Static variable in interface com.sun.esb.eventmanagement.api.NotificationEvent
 
OBSERVATIONAL_STATE_RESOLVED - Static variable in interface com.sun.esb.eventmanagement.api.NotificationEvent
 
OBSERVATIONAL_STATE_UNOBSERVED - Static variable in interface com.sun.esb.eventmanagement.api.NotificationEvent
 
ONE_OF_GLASSFISH_DOMAIN_NAMES - Static variable in class com.sun.esb.eventmanagement.impl.AlertPersistenceConfiguration
 
ONE_OF_GLASSFISH_DOMAIN_NAMES - Static variable in interface com.sun.esb.eventmanagement.impl.EventRepositoryConstants
 
ONE_OF_GLASSFISH_DOMAIN_NAMES - Static variable in interface com.sun.esb.eventmanagement.impl.EventStoreConstants
 
OPERATIONAL_STATE_RUNNING - Static variable in interface com.sun.esb.eventmanagement.api.NotificationEvent
 
OPERATIONAL_STATE_STARTED - Static variable in interface com.sun.esb.eventmanagement.api.NotificationEvent
 
OPERATIONAL_STATE_STARTING - Static variable in interface com.sun.esb.eventmanagement.api.NotificationEvent
 
OPERATIONAL_STATE_STOPPED - Static variable in interface com.sun.esb.eventmanagement.api.NotificationEvent
 
OPERATIONAL_STATE_STOPPING - Static variable in interface com.sun.esb.eventmanagement.api.NotificationEvent
 
OPERATIONAL_STATE_SUSPENDED - Static variable in interface com.sun.esb.eventmanagement.api.NotificationEvent
 
OPERATIONAL_STATE_SUSPENDING - Static variable in interface com.sun.esb.eventmanagement.api.NotificationEvent
 
OPERATIONAL_STATE_UNKNOWN - Static variable in interface com.sun.esb.eventmanagement.api.NotificationEvent
 
ORCL_DB - Static variable in interface com.sun.esb.eventmanagement.api.ConnectionProperties
Oracle

P

PASSWORD - Static variable in class com.sun.jbi.management.facade.Facade
 
PBASE_DB - Static variable in interface com.sun.esb.eventmanagement.api.ConnectionProperties
point base
performAction(String, String, String, String, String) - Method in interface com.sun.jbi.management.ee.ApplicationInterceptor
Performs platform-specific application processing on a service unit for a given operation.
performAction(String, String, String, String, String) - Method in class com.sun.jbi.management.ee.JavaEEApplicationInterceptor
Performs platform-specific application processing on a service unit for a given operation.
persist() - Method in class com.sun.jbi.management.facade.RuntimeConfiguration
Persist this configuration in the registry only when the target is "domain"
PERSISTED_ALERT_LEVEL_ATTRIBUTE_NAME - Static variable in interface com.sun.esb.eventmanagement.impl.EventManagementConstants
 
PERSISTED_ALERT_MAX_AGE_ATTRIBUTE_NAME - Static variable in interface com.sun.esb.eventmanagement.impl.EventManagementConstants
 
PERSISTED_ALERT_MAX_COUNT_ATTRIBUTE_NAME - Static variable in interface com.sun.esb.eventmanagement.impl.EventManagementConstants
 
PERSISTED_ALERT_REMOVAL_PROLICY_EXEC_INTERVAL_ATTRIBUTE_NAME - Static variable in interface com.sun.esb.eventmanagement.impl.EventManagementConstants
 
PERSISTENCE_ENABLED_ATTRIBUTE_NAME - Static variable in interface com.sun.esb.eventmanagement.impl.EventManagementConstants
 
PERSISTENCE_ENABLED_PROPERTY - Static variable in interface com.sun.esb.eventmanagement.impl.EventManagementConstants
 
PERSISTENCE_ENFORCED_POLICY_DELIMITER - Static variable in interface com.sun.esb.eventmanagement.impl.EventManagementConstants
 
PERSISTENCE_ENFORCED_POLICY_PROPERTY - Static variable in interface com.sun.esb.eventmanagement.impl.EventManagementConstants
 
PERSISTENCE_POLICY_ALERT_AGE_PROPERTY - Static variable in interface com.sun.esb.eventmanagement.impl.EventManagementConstants
 
PERSISTENCE_POLICY_ALERT_COUNT_PROPERTY - Static variable in interface com.sun.esb.eventmanagement.impl.EventManagementConstants
 
PERSISTENCE_POLICY_ALERT_LEVEL_PROPERTY - Static variable in interface com.sun.esb.eventmanagement.impl.EventManagementConstants
 
PERSISTENCE_POLICY_EXEC_ENABLED_PROPERTY - Static variable in interface com.sun.esb.eventmanagement.impl.EventManagementConstants
 
PERSISTENCE_POLICY_EXEC_INTERVAL_PROPERTY - Static variable in interface com.sun.esb.eventmanagement.impl.EventManagementConstants
 
PERSISTENCEENABLED - Static variable in interface com.sun.esb.eventmanagement.api.ConnectionProperties
persistence enabled tag
PHYSICAL_HOST_PORT_ATTRIBUTE_NAME - Static variable in interface com.sun.esb.eventmanagement.impl.EventManagementConstants
 
PHYSICALHOST - Static variable in interface com.sun.esb.eventmanagement.impl.CompositeDataConstants
 
PHYSICALHOSTNAME - Static variable in interface com.sun.esb.eventmanagement.api.EventProperties
 
postDeregister() - Method in class com.sun.esb.eventmanagement.impl.EventForwarderMBean
 
postDeregister() - Method in class com.sun.esb.eventmanagement.impl.EventManagementControllerMBean
 
postRegister(Boolean) - Method in class com.sun.esb.eventmanagement.impl.EventForwarderMBean
 
postRegister(Boolean) - Method in class com.sun.esb.eventmanagement.impl.EventManagementControllerMBean
 
preDeregister() - Method in class com.sun.esb.eventmanagement.impl.EventForwarderMBean
 
preDeregister() - Method in class com.sun.esb.eventmanagement.impl.EventManagementControllerMBean
 
preRegister(MBeanServer, ObjectName) - Method in class com.sun.esb.eventmanagement.impl.EventForwarderMBean
 
preRegister(MBeanServer, ObjectName) - Method in class com.sun.esb.eventmanagement.impl.EventManagementControllerMBean
 
PUBLISH_TEXTMESSAGE_OPERATION - Static variable in interface com.sun.esb.eventmanagement.api.EventProperties
Publish a text message

Q

queryApplicationConfigurationType() - Method in class com.sun.jbi.management.facade.ClusterInstanceComponentConfiguration
Get the CompositeType definition for the components application configuration
queryApplicationConfigurationType() - Method in class com.sun.jbi.management.facade.ComponentConfiguration
Get the CompositeType definition for the components application configuration

R

reInitializeDataSource(String) - Method in class com.sun.esb.eventmanagement.impl.DBEventStore
 
removeAllListener() - Method in class com.sun.esb.eventmanagement.impl.EventManagementBroadcaster
 
removeEventNotificationListener(String) - Method in class com.sun.esb.eventmanagement.impl.EventManagementBroadcaster
 
retrieveConfigurationDisplayData() - Method in class com.sun.jbi.management.facade.ClusterInstanceComponentConfiguration
Retrieves the component configuration metadata.
retrieveConfigurationDisplayData() - Method in class com.sun.jbi.management.facade.ComponentConfiguration
Retrieves the component configuration metadata.
retrieveConfigurationDisplaySchema() - Method in class com.sun.jbi.management.facade.ClusterInstanceComponentConfiguration
Retrieves the component specific configuration schema.
retrieveConfigurationDisplaySchema() - Method in class com.sun.jbi.management.facade.ComponentConfiguration
Retrieves the component specific configuration schema.
RuntimeConfiguration - Class in com.sun.jbi.management.facade
RuntimeConfiguration is a model facade MBean.
RuntimeConfiguration(ModelMBeanInfo, ConfigurationCategory, String) - Constructor for class com.sun.jbi.management.facade.RuntimeConfiguration
Creates a new RuntimeConfiguration MBean.

S

save(NotificationEvent) - Method in class com.sun.esb.eventmanagement.impl.DBEventStore
 
saveProperties(Properties) - Method in class com.sun.esb.eventmanagement.impl.EventForwardingHelper
 
sendEventNotification(Notification) - Method in class com.sun.esb.eventmanagement.impl.EventManagementBroadcaster
 
SERVER - Static variable in interface com.sun.esb.eventmanagement.impl.CompositeDataConstants
 
SERVER - Static variable in class com.sun.jbi.management.facade.Facade
 
SERVER_NAME - Static variable in interface com.sun.esb.eventmanagement.api.EventProperties
 
SERVER_TYPE - Static variable in interface com.sun.esb.eventmanagement.api.EventProperties
 
SERVER_TYPE_INTEGRATION - Static variable in interface com.sun.esb.eventmanagement.api.Event
 
SERVER_TYPE_MESSAGE - Static variable in interface com.sun.esb.eventmanagement.api.Event
 
SERVERTYPE - Static variable in interface com.sun.esb.eventmanagement.impl.CompositeDataConstants
 
SERVICE_TYPE_KEY - Static variable in class com.sun.jbi.management.util.FacadeMbeanHelper
 
SET_ATTRIBUTE_OP - Static variable in interface com.sun.esb.eventmanagement.impl.EventManagementConstants
 
setAdminServer(boolean) - Method in class com.sun.esb.eventmanagement.impl.AlertPersistenceConfiguration
 
setAlertPersistenceDBType(AlertPersistenceDBType) - Method in class com.sun.esb.eventmanagement.impl.AlertPersistenceConfiguration
 
setAlertRemovalPolicyTypeList(List<String>) - Method in class com.sun.esb.eventmanagement.impl.AlertPersistenceConfiguration
 
setAlertRemovalPolicyTypeList(String) - Method in class com.sun.esb.eventmanagement.impl.AlertPersistenceConfiguration
 
setAlertTableName(String) - Method in class com.sun.esb.eventmanagement.impl.AlertPersistenceConfiguration
 
setApplicationConfiguration(String, Properties) - Method in class com.sun.jbi.management.facade.ClusterInstanceComponentConfiguration
Set an application configuration.
setApplicationConfiguration(String, CompositeData) - Method in class com.sun.jbi.management.facade.ClusterInstanceComponentConfiguration
Update a application configuration.
setApplicationConfiguration(String, Properties) - Method in class com.sun.jbi.management.facade.ComponentConfiguration
Set an application configuration.
setApplicationConfiguration(String, CompositeData) - Method in class com.sun.jbi.management.facade.ComponentConfiguration
Update a application configuration.
setApplicationConfigurationOnInstance(String, CompositeData, String) - Method in class com.sun.jbi.management.facade.ComponentConfiguration
If the instance is running, set the application config
setApplicationVariable(String, CompositeData) - Method in class com.sun.jbi.management.facade.ClusterInstanceComponentConfiguration
This operation sets an application variable.
setApplicationVariable(String, CompositeData) - Method in class com.sun.jbi.management.facade.ComponentConfiguration
This operation sets an application variable.
setApplicationVariableOnInstance(String, CompositeData, String) - Method in class com.sun.jbi.management.facade.ComponentConfiguration
If the instance is running, set the application variable component configuration MBean.
setAttribute(Attribute) - Method in class com.sun.esb.eventmanagement.impl.EventForwarderMBean
 
setAttribute(Attribute) - Method in class com.sun.esb.eventmanagement.impl.EventManagementControllerMBean
 
setAttribute(Attribute) - Method in class com.sun.jbi.management.facade.ClusterInstanceComponentConfiguration
Set the value of a specific attribute of the Dynamic MBean.
setAttribute(Attribute) - Method in class com.sun.jbi.management.facade.ComponentConfiguration
Set the value of a specific attribute of the Dynamic MBean.
setAttribute(Attribute) - Method in class com.sun.jbi.management.facade.InstallerConfiguration
Set the value of a specific attribute of the Dynamic MBean.
setAttribute(Attribute) - Method in class com.sun.jbi.management.facade.RuntimeConfiguration
Set the value of a specific attribute of the model configuration MBean.
setAttributes(AttributeList) - Method in class com.sun.esb.eventmanagement.impl.EventForwarderMBean
Sets the value of specified aAttributes of the Dynamic MBean.
setAttributes(AttributeList) - Method in class com.sun.esb.eventmanagement.impl.EventManagementControllerMBean
Sets the value of specified aAttributes of the Dynamic MBean.
setAttributes(AttributeList) - Method in class com.sun.jbi.management.facade.ClusterInstanceComponentConfiguration
Sets the values of several attributes of the Dynamic MBean.
setAttributes(AttributeList) - Method in class com.sun.jbi.management.facade.ComponentConfiguration
Sets the values of several attributes of the Dynamic MBean.
setAttributes(AttributeList) - Method in class com.sun.jbi.management.facade.InstallerConfiguration
Sets the values of several attributes of the Dynamic MBean.
setComponentName(String) - Method in interface com.sun.esb.eventmanagement.api.Event
The setter method for the component name.
setComponentName(String) - Method in class com.sun.esb.eventmanagement.impl.EventImpl
The setter method for the component name.
setComponentProjectPathName(String) - Method in interface com.sun.esb.eventmanagement.api.Event
The setter method for the full path name of the project in which the component is in.
setComponentProjectPathName(String) - Method in class com.sun.esb.eventmanagement.impl.EventImpl
The setter method for the full path name of the project in which the component is in.
setComponentType(String) - Method in interface com.sun.esb.eventmanagement.api.Event
The setter method for the component type.
setComponentType(String) - Method in class com.sun.esb.eventmanagement.impl.EventImpl
The setter method for the component type.
setConfigurationAttribute(Attribute) - Method in class com.sun.jbi.management.facade.ClusterInstanceComponentConfiguration
Set a single configuration attribute on a target.
setConfigurationAttribute(Attribute) - Method in class com.sun.jbi.management.facade.ComponentConfiguration
Set a single configuration attribute on a target.
setConfigurationAttributeOnInstance(Attribute, String) - Method in class com.sun.jbi.management.facade.ComponentConfiguration
If the instance is running, set the attribute on the component configuration MBean.
setConfigurationAttributes(AttributeList) - Method in class com.sun.jbi.management.facade.ClusterInstanceComponentConfiguration
 
setConfigurationAttributes(AttributeList) - Method in class com.sun.jbi.management.facade.ComponentConfiguration
 
setConfigurationAttributesOnInstance(AttributeList, String) - Method in class com.sun.jbi.management.facade.ComponentConfiguration
If the instance is running, set the attributes on the instance component configuration action MBean.
setDataSourceJndiName(String) - Method in class com.sun.esb.eventmanagement.impl.AlertPersistenceConfiguration
 
setDataSourceJndiName(String) - Method in class com.sun.esb.eventmanagement.impl.DBEventStore
 
setDBEventStore(DBEventStore) - Method in class com.sun.esb.eventmanagement.impl.AlertPersistenceConfiguration
 
setDeploymentName(String) - Method in interface com.sun.esb.eventmanagement.api.Event
The setter method for the deployment name.
setDeploymentName(String) - Method in class com.sun.esb.eventmanagement.impl.EventImpl
The setter method for the deployment name.
setEnvironmentName(String) - Method in interface com.sun.esb.eventmanagement.api.Event
The setter method for the environment name.
setEnvironmentName(String) - Method in class com.sun.esb.eventmanagement.impl.EventImpl
The setter method for the environment name.
setHasNotificationRegisteration(boolean) - Method in class com.sun.esb.eventmanagement.impl.EventManagementTargetStateInfo
 
setId(long) - Method in interface com.sun.esb.eventmanagement.api.NotificationEvent
Set the id.
setId(long) - Method in class com.sun.esb.eventmanagement.impl.EventImpl
Set the id.
setId(long) - Method in class com.sun.esb.eventmanagement.impl.NotificationEventImpl
Set the id.
setIsUp(boolean) - Method in class com.sun.esb.eventmanagement.impl.EventManagementTargetStateInfo
 
setJournalEnabled(Boolean) - Method in class com.sun.esb.eventmanagement.impl.AlertPersistenceConfiguration
 
setListenersNotified(boolean) - Method in interface com.sun.esb.eventmanagement.api.NotificationEvent
The setter method for whether the listeners interested in the notification events have been notified.
setListenersNotified(boolean) - Method in class com.sun.esb.eventmanagement.impl.NotificationEventImpl
The setter method for whether the listeners interested in the notification events have been notified.
setLogicalHostName(String) - Method in interface com.sun.esb.eventmanagement.api.Event
The setter method for the logical host name.
setLogicalHostName(String) - Method in class com.sun.esb.eventmanagement.impl.EventImpl
The setter method for the logical host name.
setMessageCode(String) - Method in interface com.sun.esb.eventmanagement.api.NotificationEvent
The setter method for the message code.
setMessageCode(String) - Method in class com.sun.esb.eventmanagement.impl.NotificationEventImpl
The setter method for the message code.
setMessageCodeArgs(String[]) - Method in interface com.sun.esb.eventmanagement.api.NotificationEvent
The setter method for the message code arguments.
setMessageCodeArgs(String[]) - Method in class com.sun.esb.eventmanagement.impl.NotificationEventImpl
The setter method for the message code arguments.
setMessageDetails(String) - Method in interface com.sun.esb.eventmanagement.api.NotificationEvent
The setter method for the details about a notification event.
setMessageDetails(String) - Method in class com.sun.esb.eventmanagement.impl.NotificationEventImpl
The setter method for the details about a notification event.
setObservationalState(int) - Method in interface com.sun.esb.eventmanagement.api.NotificationEvent
Set the observational state.
setObservationalState(int) - Method in class com.sun.esb.eventmanagement.impl.NotificationEventImpl
Set the observational state.
setOperationalState(int) - Method in interface com.sun.esb.eventmanagement.api.NotificationEvent
The setter method for the operational state.
setOperationalState(int) - Method in class com.sun.esb.eventmanagement.impl.NotificationEventImpl
The setter method for the operational state.
setPersistedAlertRemovalPolicyExecEnabled(Boolean) - Method in class com.sun.esb.eventmanagement.impl.AlertPersistenceConfiguration
 
setPersistenceAlertAgePolicyValue(Long) - Method in class com.sun.esb.eventmanagement.impl.AlertPersistenceConfiguration
 
setPersistenceAlertCountPolicyValue(Long) - Method in class com.sun.esb.eventmanagement.impl.AlertPersistenceConfiguration
 
setPersistenceAlertLevelPolicyValue(AlertLevelType) - Method in class com.sun.esb.eventmanagement.impl.AlertPersistenceConfiguration
 
setPersistenceAlertPolicyExecInterval(Long) - Method in class com.sun.esb.eventmanagement.impl.AlertPersistenceConfiguration
 
setPersistenceEnabled(Boolean) - Method in class com.sun.esb.eventmanagement.impl.AlertPersistenceConfiguration
 
setPhysicalHostName(String) - Method in interface com.sun.esb.eventmanagement.api.Event
The setter method for the physical host name.
setPhysicalHostName(String) - Method in class com.sun.esb.eventmanagement.impl.EventImpl
The setter method for the physical host name.
setReadOnly() - Method in class com.sun.jbi.management.facade.InstallerConfiguration
Marks the configuration MBean as read only.
setRemoteAttribute(ObjectName, Attribute, String) - Method in class com.sun.jbi.management.facade.Facade
Set an attribute on the remote object with a return value.
setRemoteAttributes(ObjectName, AttributeList, String) - Method in class com.sun.jbi.management.facade.Facade
Set an attribute on the remote object with a return value.
setServerName(String) - Method in interface com.sun.esb.eventmanagement.api.Event
The setter method for the server name.
setServerName(String) - Method in class com.sun.esb.eventmanagement.impl.EventImpl
The setter method for the server name.
setServerType(String) - Method in interface com.sun.esb.eventmanagement.api.Event
The setter method for the server type.
setServerType(String) - Method in class com.sun.esb.eventmanagement.impl.EventImpl
The setter method for the server type.
setSeverity(int) - Method in interface com.sun.esb.eventmanagement.api.NotificationEvent
The setter method for the severity.
setSeverity(int) - Method in class com.sun.esb.eventmanagement.impl.NotificationEventImpl
The setter method for the severity.
setTimeStamp() - Method in interface com.sun.esb.eventmanagement.api.Event
The setter method for the time stamp.
setTimeStamp(long) - Method in interface com.sun.esb.eventmanagement.api.Event
The setter method for the time stamp.
setTimeStamp() - Method in class com.sun.esb.eventmanagement.impl.EventImpl
The setter method for the time stamp.
setTimeStamp(long) - Method in class com.sun.esb.eventmanagement.impl.EventImpl
The setter method for the time stamp.
setType(String) - Method in interface com.sun.esb.eventmanagement.api.NotificationEvent
The setter method for the notification event type.
setType(String) - Method in class com.sun.esb.eventmanagement.impl.NotificationEventImpl
The setter method for the notification event type.
setUniqueTableName(String) - Method in class com.sun.esb.eventmanagement.impl.DBSchemaCreation
 
SETUP_OPERATION - Static variable in interface com.sun.esb.eventmanagement.api.EventProperties
 
SEVERITY - Static variable in interface com.sun.esb.eventmanagement.impl.CompositeDataConstants
 
SEVERITY_TYPE_CRITICAL - Static variable in interface com.sun.esb.eventmanagement.api.NotificationEvent
constant to represent the CRITICAL severity type
SEVERITY_TYPE_FATAL - Static variable in interface com.sun.esb.eventmanagement.api.NotificationEvent
constant to represent the FATAL severity type
SEVERITY_TYPE_INFO - Static variable in interface com.sun.esb.eventmanagement.api.NotificationEvent
constant to represent the INFO severity type
SEVERITY_TYPE_MAJOR - Static variable in interface com.sun.esb.eventmanagement.api.NotificationEvent
constant to represent the MAJOR severity type
SEVERITY_TYPE_MINOR - Static variable in interface com.sun.esb.eventmanagement.api.NotificationEvent
constant to represent the MINOR severity type
SEVERITY_TYPE_WARNING - Static variable in interface com.sun.esb.eventmanagement.api.NotificationEvent
constant to represent the WARNING severity type
sharedLibraryInstallationCheck(String, boolean) - Method in class com.sun.jbi.management.facade.Facade
Check if a SharedLibrary is installed on a target.
shutDown() - Method in class com.sun.jbi.management.facade.ComponentLifeCycle
Shut down the item.
shutDown(boolean) - Method in class com.sun.jbi.management.facade.ComponentLifeCycle
Shut down this component.
shutDown(String) - Method in class com.sun.jbi.management.facade.DeploymentService
Shut down the service assembly.
shutDown(String, boolean) - Method in class com.sun.jbi.management.facade.DeploymentService
Shut down the service assembly.
StandaloneInstanceIdentifier - Class in com.sun.esb.eventmanagement.impl
 
StandaloneInstanceIdentifier(PlatformContext) - Constructor for class com.sun.esb.eventmanagement.impl.StandaloneInstanceIdentifier
 
start() - Method in class com.sun.jbi.management.facade.ComponentLifeCycle
Start the component.
start(String) - Method in class com.sun.jbi.management.facade.DeploymentService
Start the service assembly.
startService() - Method in class com.sun.jbi.management.facade.ManagementRuntimeService
Service startup.
STATE - Static variable in interface com.sun.esb.eventmanagement.impl.CompositeDataConstants
 
STATUS - Static variable in interface com.sun.esb.eventmanagement.impl.CompositeDataConstants
 
stop() - Method in class com.sun.jbi.management.facade.ComponentLifeCycle
Stop the item.
stop(String) - Method in class com.sun.jbi.management.facade.DeploymentService
Stop the service assembly.
stopService() - Method in class com.sun.jbi.management.facade.ManagementRuntimeService
Service stopped.
stripJmException(Throwable) - Static method in class com.sun.jbi.management.util.FacadeMbeanHelper
Strip the JMX Exceptions from the exception chain and return the actual embedded Exception thrown by the remote instance.
sTypeMap - Static variable in class com.sun.jbi.management.facade.Facade
 
SunAppServerInstanceIdentifier - Class in com.sun.esb.eventmanagement.impl
 
SunAppServerInstanceIdentifier(PlatformContext) - Constructor for class com.sun.esb.eventmanagement.impl.SunAppServerInstanceIdentifier
 
supportsAppConfigCheck() - Method in class com.sun.jbi.management.facade.ComponentConfiguration
Check if the component supports application configuration.
supportsAppVarsCheck() - Method in class com.sun.jbi.management.facade.ComponentConfiguration
Check if the component supports application variables.
SYBS_DB - Static variable in interface com.sun.esb.eventmanagement.api.ConnectionProperties
sybase

T

TARGET_CHECK_INTERVAL_ATTRIBUTE_NAME - Static variable in interface com.sun.esb.eventmanagement.impl.EventManagementConstants
 
TARGET_KEY - Static variable in class com.sun.jbi.management.util.FacadeMbeanHelper
 
throwNotSupportedManagementException(String) - Method in class com.sun.jbi.management.facade.Facade
 
toFileURL(String) - Method in class com.sun.jbi.management.facade.Facade
Always returns a 208-compliant file URL based on the supplied urlStr.
TOPICNAME - Static variable in interface com.sun.esb.eventmanagement.api.EventProperties
 
toString() - Method in interface com.sun.esb.eventmanagement.api.Event
Generate a string representation of the event.
toString() - Method in class com.sun.esb.eventmanagement.impl.EventImpl
Generate a string representation of the event.
toString() - Method in class com.sun.esb.eventmanagement.impl.NotificationEventImpl
Generate a string representation of the notification event.
truncateTables(AlertPersistenceDBType, DataSource) - Method in class com.sun.esb.eventmanagement.impl.DBSchemaCreation
 
TYPE - Static variable in interface com.sun.esb.eventmanagement.impl.CompositeDataConstants
 

U

undeploy(String) - Method in class com.sun.jbi.management.facade.DeploymentService
Undeploys the given Service Assembly from the JBI environment.
undeploy(String, boolean) - Method in class com.sun.jbi.management.facade.DeploymentService
Undeploys the given Service Assembly from the target.
undeploy(String, boolean, boolean) - Method in class com.sun.jbi.management.facade.DeploymentService
Undeploys the given Service Assembly from the JBI environment.
uninstall() - Method in class com.sun.jbi.management.facade.Installer
Uninstall the component.
uninstall(boolean) - Method in class com.sun.jbi.management.facade.Installer
Uninstall the component.
uninstallSharedLibrary(String) - Method in class com.sun.jbi.management.facade.InstallationService
Uninstall a previously installed shared library.
uninstallSharedLibrary(String, boolean) - Method in class com.sun.jbi.management.facade.InstallationService
Uninstall a previously installed shared library.
unloadInstaller(String, boolean) - Method in class com.sun.jbi.management.facade.InstallationService
Unload an InstallerMBean previously loaded for a component.
unregisterComponentConfigurationMBean(String, String) - Method in class com.sun.jbi.management.facade.Facade
Unregister the Component Configuration MBean for the component.
unregisterComponentConfigurationMBean(String, String, ComponentType) - Method in class com.sun.jbi.management.facade.Facade
Unregister the Component Configuration MBean for the component.
unregisterComponentExtensionMBean(String, String) - Method in class com.sun.jbi.management.facade.Facade
Unregister the ComponentExtension MBean for the component.
unregisterComponentExtensionMBean(String, String, ComponentType) - Method in class com.sun.jbi.management.facade.Facade
Unregister the ComponentLifeCycle MBean for the component.
unregisterComponentLifeCycleMBean(String, String) - Method in class com.sun.jbi.management.facade.Facade
Unregister the ComponentLifeCycle MBean for the component.
unregisterComponentLifeCycleMBean(String, String, ComponentType) - Method in class com.sun.jbi.management.facade.Facade
Unregister the ComponentLifeCycle MBean for the component.
unRegisterTimerService() - Method in class com.sun.esb.eventmanagement.impl.DBEventStore
 
unRegisterTimerService() - Method in class com.sun.esb.eventmanagement.impl.EventManagementControllerMBean
 
UPDATE_PERSISTED_ALERT_REMOVAL_PROLICY_OPERATION_NAME - Static variable in interface com.sun.esb.eventmanagement.impl.EventManagementConstants
 
UpdatePolicyExecutionInterval(Long) - Method in class com.sun.esb.eventmanagement.impl.DBEventStore
 
upgradeComponent(String, String) - Method in class com.sun.jbi.management.facade.InstallationService
Upgrade a component.
uploadFile(String, String) - Method in class com.sun.jbi.management.facade.Facade
Upload a file to the specified target and return the absolute path to the file on the remote target
uploadFile(String) - Method in class com.sun.jbi.management.util.FileTransfer
Upload the file using the Upload MBean

V

validateArchive(String, ArchiveType, String) - Method in class com.sun.jbi.management.facade.Facade
Validate the Archive
valueOf(String) - Static method in enum com.sun.esb.eventmanagement.api.AlertPersistenceDBType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sun.esb.eventmanagement.api.CompositeDataElementType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sun.esb.eventmanagement.api.CompositeDataEventElementType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sun.esb.eventmanagement.api.CompositeDataSummaryElementType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sun.esb.eventmanagement.impl.AlertLevelType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sun.esb.eventmanagement.impl.AlertRemovalPolicyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sun.esb.eventmanagement.impl.CompositeDataEventElementType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.sun.esb.eventmanagement.api.AlertPersistenceDBType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sun.esb.eventmanagement.api.CompositeDataElementType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sun.esb.eventmanagement.api.CompositeDataEventElementType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sun.esb.eventmanagement.api.CompositeDataSummaryElementType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sun.esb.eventmanagement.impl.AlertLevelType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sun.esb.eventmanagement.impl.AlertRemovalPolicyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sun.esb.eventmanagement.impl.CompositeDataEventElementType
Returns an array containing the constants of this enum type, in the order they are declared.

W

WORKSPACE_ROOT - Static variable in class com.sun.jbi.management.facade.Facade
 
A B C D E F G H I J L M N O P Q R S T U V W 

Copyright © 2011-2016 OpenESB Community. All Rights Reserved.