| Modifier and Type | Method and Description |
|---|---|
String |
AdministrationService.getAdminServerName()
Get the instance name of the platform's administration server.
|
Set<String> |
AdministrationService.getClusteredServerNames()
Get a set of the names of all the clustered servers in the domain.
|
Set<String> |
AdministrationService.getClusterNames()
Get a set of the names of all the clusters in the domain.
|
String |
AdministrationService.getComponentInstallationDescriptor(String componentName)
Returns the jbi.xml Installation Descriptor for a Service Engine/Binding
Component.
|
String |
AdministrationService.getComponentState(String componentName,
String targetName)
Gets the component state
|
String |
AdministrationService.getComponentType(String componentName,
String targetName)
Gets the component type
|
MBeanServerConnection |
AdministrationService.getConnectionForInstance(String instanceName)
Get the MBean server connection for a particular instance.
|
String[] |
AdministrationService.getConsumingEndpoints(String componentName,
String targetName)
Get the list of consuming endpoints
|
String |
AdministrationService.getInstallRoot()
Get the full path to the platform's instaall root directory.
|
String |
AdministrationService.getInstanceName()
Get the name of this instance.
|
String |
AdministrationService.getInstanceRoot()
Get the full path to the platform's instance root directory.
|
String |
AdministrationService.getJmxRmiPort()
Get a string representation of the DAS JMX RMI connector port.
|
String[] |
AdministrationService.getProvisioningEndpoints(String componentName,
String targetName)
Get the list of provisioning endpoints
|
Map<String,Properties> |
AdministrationService.getRuntimeDetails()
Retrieve runtime version information
|
Set<String> |
AdministrationService.getServersInCluster(String clusterName)
Get a set of the names of all the servers in the specified cluster.
|
String |
AdministrationService.getServiceAssemblyDeploymentDescriptor(String serviceAssemblyName)
Returns the jbi.xml Deployment Descriptor for a Service Assembly.
|
String |
AdministrationService.getServiceAssemblyState(String serviceAssemblyName,
String targetName)
Gets the Service Assembly state
|
String |
AdministrationService.getServiceUnitDeploymentDescriptor(String serviceAssemblyName,
String serviceUnitName)
Returns the jbi.xml Deployment Descriptor for a Service Unit.
|
String |
AdministrationService.getSharedLibraryInstallationDescriptor(String sharedLibraryName)
Returns the jbi.xml Installation Descriptor for a Shared Library.
|
Set<String> |
AdministrationService.getStandaloneServerNames()
Get a set of the names of all the standalone servers in the domain.
|
String |
AdministrationService.getTargetName()
Get the Target Name.
|
String |
AdministrationService.getTargetName(String instanceName)
Get the Target Name for a specified instance.
|
String |
AdministrationService.getWSDLDefinition(String componentName,
String endpoint,
String targetName)
Retrieves the primary WSDL associated with the specified endpoint.
|
String |
AdministrationService.getWSDLImportedResource(String componentName,
String endpoint,
String targetNamespace,
String targetName)
Retrieves the WSDL or XSD associated with the specified endpoint and targetNamespace
|
boolean |
AdministrationService.isAdminServer()
Determine whether this instance is the administration server instance.
|
boolean |
AdministrationService.isBindingComponent(String componentName)
check for BindingComponent
|
boolean |
AdministrationService.isCluster(String targetName)
Determine whether a target is a cluster.
|
boolean |
AdministrationService.isClusteredServer(String targetName)
Determine whether the target is a clustered server.
|
boolean |
AdministrationService.isInstanceClustered(String instanceName)
Determine whether or not an instance is clustered.
|
boolean |
AdministrationService.isInstanceUp(String instanceName)
Determine if the specified instance is up.
|
boolean |
AdministrationService.isJBIComponentInstalled(String componentName,
String targetName)
Checks to see if a component/library is installed on a target
|
boolean |
AdministrationService.isJBIRuntimeEnabled()
Checks to see if the JBI Runtime is enabled.
|
boolean |
AdministrationService.isServiceAssemblyDeployed(String serviceAssemblyName,
String targetName)
Checks to see if a Service Assembly is deployed on a target
|
boolean |
AdministrationService.isServiceEngine(String componentName)
check for ServiceEngine
|
boolean |
AdministrationService.isStandaloneServer(String targetName)
Determine whether a target is a standalone server.
|
boolean |
AdministrationService.isTargetUp(String targetName)
Checks to see if the Target (server, cluster) is up or down.
|
boolean |
AdministrationService.isValidTarget(String targetName)
Determine whether a target is a valid server or cluster name.
|
Map<String,String[]> |
AdministrationService.listTargetNames()
Returns a map of target names to an array of target instance names.
|
boolean |
AdministrationService.supportsMultipleServers()
Determine whether multiple servers are permitted within this AS
installation.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ConfigurationService.addApplicationConfiguration(String componentName,
String targetName,
String name,
CompositeData appConfig)
Add an application configuration.
|
String |
ConfigurationService.addApplicationConfiguration(String componentName,
String targetName,
String name,
Properties config)
Add a named application configuration to a component installed on a given target.
|
String |
ConfigurationService.addApplicationVariable(String componentName,
String targetName,
String name,
CompositeData appVar)
This operation adds a new application variable.
|
String |
ConfigurationService.addApplicationVariables(String componentName,
String targetName,
Properties appVariables)
Add application variables to a component installed on a given target.
|
String |
ConfigurationService.deleteApplicationConfiguration(String componentName,
String targetName,
String name)
Delete a named application configuration in a component installed on a given target.
|
String |
ConfigurationService.deleteApplicationVariables(String componentName,
String targetName,
String[] appVariableNames)
Delete application variables from a component installed on a given target.
|
String |
ConfigurationService.exportApplicationConfiguration(String applicationName,
String targetName,
String configDir)
This method is used to export the application variables and
application configuration objects used by the given
application in the specified target.
|
Properties |
ConfigurationService.getApplicationConfiguration(String componentName,
String name,
String targetName)
Get a specific named configuration.
|
Map<String,Properties> |
ConfigurationService.getApplicationConfigurations(String componentName,
String targetName)
Get all the application configurations set on a component.
|
TabularData |
ConfigurationService.getApplicationConfigurationsAsTabularData(String componentName,
String targetName)
Get a Map of all application configurations for the component.
|
Properties |
ConfigurationService.getApplicationVariables(String componentName,
String targetName)
Get all the application variables set on a component.
|
TabularData |
ConfigurationService.getApplicationVariablesAsTabularData(String componentName,
String targetName)
Get the Application Variable set for a component.
|
Properties |
ConfigurationService.getComponentConfiguration(String componentName,
String targetName)
Retrieve component configuration
|
Map<String,Object> |
ConfigurationService.getComponentConfigurationAsMap(String componentName,
String targetName)
Retrieve component configuration
|
Map<String,ObjectName[]> |
ConfigurationService.getComponentExtensionMBeanObjectNames(String componentName,
String extensionName,
String targetName)
Gets the extension MBean object names
|
ObjectName[] |
ConfigurationService.getComponentExtensionMBeanObjectNames(String componentName,
String extensionName,
String targetName,
String targetInstanceName)
Gets the extension MBean object names
|
Map<String,String> |
ConfigurationService.getComponentLoggerDisplayNames(String componentName,
String targetName,
String targetInstanceName)
Gets the component custom loggers and their display names.
|
Map<String,Level> |
ConfigurationService.getComponentLoggerLevels(String componentName,
String targetName,
String targetInstanceName)
Gets the component custom loggers and their levels
|
Properties |
ConfigurationService.getDefaultRuntimeConfiguration()
This method returns a tabular data of a complex open data objects that
represent the runtime configuration parameter descriptor.
|
Map<String,Object> |
ConfigurationService.getDefaultRuntimeConfigurationAsMap()
This method returns a tabular data of a complex open data objects that
represent the runtime configuration parameter descriptor.
|
Properties |
ConfigurationService.getRuntimeConfiguration(String targetName)
This method returns a tabular data of a complex open data objects that
represent the runtime configuration parameter descriptor.
|
Map<String,Object> |
ConfigurationService.getRuntimeConfigurationAsMap(String targetName)
This method returns a tabular data of a complex open data objects that
represent the runtime configuration parameter descriptor.
|
Properties |
ConfigurationService.getRuntimeConfigurationMetaData(String propertyKeyName)
This method returns the runtime configuration metadata associated with
the specified property.
|
String |
ConfigurationService.getRuntimeLoggerDisplayName(String runtimeLoggerName,
String targetName)
Return the display name for a runtime logger
|
String |
ConfigurationService.getRuntimeLoggerDisplayName(String runtimeLoggerName,
String targetName,
String targetInstanceName)
Deprecated.
|
Level |
ConfigurationService.getRuntimeLoggerLevel(String runtimeLoggerName,
String targetName)
Lookup the level of one runtime logger
|
Level |
ConfigurationService.getRuntimeLoggerLevel(String runtimeLoggerName,
String targetName,
String targetInstanceName)
Deprecated.
|
Map<String,Level> |
ConfigurationService.getRuntimeLoggerLevels(String targetName)
Gets all the runtime loggers and their levels
|
Map<String,Level> |
ConfigurationService.getRuntimeLoggerLevels(String targetName,
String targetInstanceName)
Deprecated.
|
Map<String,String> |
ConfigurationService.getRuntimeLoggerNames(String targetName)
Gets all the runtime loggers and their display names
|
Map<String,String> |
ConfigurationService.getRuntimeLoggerNames(String targetName,
String targetInstanceName)
Deprecated.
|
Object |
ConfigurationService.invokeExtensionMBeanOperation(String componentName,
String extensionName,
String operationName,
Object[] parameters,
String[] signature,
String targetName,
String targetInstanceName)
Invokes an operation on an Extension MBean.
|
boolean |
ConfigurationService.isAppConfigSupported(String componentName,
String targetName)
Detect the components support for application configuration.
|
boolean |
ConfigurationService.isAppVarsSupported(String componentName,
String targetName)
Detect the components support for application variables.
|
boolean |
ConfigurationService.isComponentConfigSupported(String componentName,
String targetName)
Detect the components support for component configuration.
|
boolean |
ConfigurationService.isServerRestartRequired()
checks if the server need to be restarted to apply the changes made to
some of the configuration parameters.
|
String[] |
ConfigurationService.listApplicationConfigurationNames(String componentName,
String targetName)
List all the application configurations in a component.
|
CompositeType |
ConfigurationService.queryApplicationConfigurationType(String componentName,
String targetName)
Get the CompositeType definition for the components application configuration
|
String |
ConfigurationService.retrieveConfigurationDisplayData(String componentName,
String targetName)
Retrieves the component configuration metadata.
|
String |
ConfigurationService.retrieveConfigurationDisplaySchema(String componentName,
String targetName)
Retrieves the component specific configuration schema.
|
String |
ConfigurationService.setApplicationConfiguration(String componentName,
String name,
Properties config,
String targetName)
Update a named application configuration in a component installed on a given target.
|
String |
ConfigurationService.setApplicationConfiguration(String componentName,
String targetName,
String name,
CompositeData appConfig)
Update a application configuration.
|
String |
ConfigurationService.setApplicationVariable(String componentName,
String targetName,
String name,
CompositeData appVar)
This operation sets an application variable.
|
String |
ConfigurationService.setApplicationVariables(String componentName,
Properties appVariables,
String targetName)
Set application variables on a component installed on a given target.
|
String |
ConfigurationService.setComponentConfiguration(String componentName,
Map<String,Object> configurationValues,
String targetName)
Will return jbi mgmt message with success, failure, or partial success
per instance.
|
String |
ConfigurationService.setComponentConfiguration(String componentName,
Properties configurationValues,
String targetName)
Will return jbi mgmt message with success, failure, or partial success
per instance.
|
void |
ConfigurationService.setComponentLoggerLevel(String componentName,
String loggerCustomName,
Level logLevel,
String targetName,
String targetInstanceName)
Sets the component log level for a given custom logger
|
boolean |
ConfigurationService.setRuntimeConfiguration(Map<String,Object> parameters,
String targetName)
This method sets one or more configuration parameters on the runtime with
a list of name/value pairs passed as a properties object.
|
boolean |
ConfigurationService.setRuntimeConfiguration(Properties parameters,
String targetName)
This method sets one or more configuration parameters on the runtime with
a list of name/value pairs passed as a properties object.
|
void |
ConfigurationService.setRuntimeLoggerLevel(String runtimeLoggerName,
Level logLevel,
String targetName)
Sets the log level for a given runtime logger
|
void |
ConfigurationService.setRuntimeLoggerLevel(String runtimeLoggerName,
Level logLevel,
String targetName,
String targetInstanceName)
Deprecated.
|
String |
ConfigurationService.verifyApplication(String applicationURL,
boolean generateTemplates,
String templateDir,
boolean includeDeployCommand,
String targetName,
String clientSAFilePath)
This method is used to verify if the application variables and
application configuration objects used in the given
application are available in JBI runtime in the specified target.
|
| Modifier and Type | Method and Description |
|---|---|
String |
DeploymentService.deployServiceAssembly(String zipFilePath,
String targetName)
deploys service assembly
|
Map<String,String> |
DeploymentService.deployServiceAssembly(String zipFilePath,
String[] targetNames)
deploys service assembly
|
String |
DeploymentService.deployServiceAssemblyFromDomain(String assemblyName,
String targetName)
deploys service assembly from domain target
|
Map<String,String> |
DeploymentService.deployServiceAssemblyFromDomain(String assemblyName,
String[] targetNames)
deploys service assembly
|
String |
DeploymentService.undeployServiceAssembly(String serviceAssemblyName,
boolean forceDelete,
boolean retainInDomain,
String targetName)
forcibly undeploys service assembly with option to retain it in domain
|
Map<String,String> |
DeploymentService.undeployServiceAssembly(String serviceAssemblyName,
boolean forceDelete,
boolean retainInDomain,
String[] targetNames)
undeploys service assembly
|
String |
DeploymentService.undeployServiceAssembly(String serviceAssemblyName,
boolean forceDelete,
String targetName)
forcibly undeploys service assembly
|
Map<String,String> |
DeploymentService.undeployServiceAssembly(String serviceAssemblyName,
boolean forceDelete,
String[] targetNames)
undeploys service assembly
|
String |
DeploymentService.undeployServiceAssembly(String serviceAssemblyName,
String targetName)
undeploys service assembly
|
Map<String,String> |
DeploymentService.undeployServiceAssembly(String serviceAssemblyName,
String[] targetNames)
undeploys service assembly
|
| Modifier and Type | Method and Description |
|---|---|
String |
InstallationService.installComponent(String zipFilePath,
Properties paramProps,
String targetName)
installs component (service engine, binding component)
|
Map<String,String> |
InstallationService.installComponent(String zipFilePath,
Properties paramProps,
String[] targetNames)
installs component ( service engine, binding component)
|
String |
InstallationService.installComponent(String zipFilePath,
String targetName)
installs component (service engine, binding component)
|
Map<String,String> |
InstallationService.installComponent(String zipFilePath,
String[] targetNames)
installs component ( service engine, binding component)
|
String |
InstallationService.installComponentFromDomain(String componentName,
Properties properties,
String targetName)
installs component (service engine, binding component) from the domain
target
|
Map<String,String> |
InstallationService.installComponentFromDomain(String componentName,
Properties properties,
String[] targetNames)
installs component from Domain( service engine, binding component)
|
String |
InstallationService.installComponentFromDomain(String componentName,
String targetName)
installs component (service engine, binding component) from the domain
target
|
Map<String,String> |
InstallationService.installComponentFromDomain(String componentName,
String[] targetNames)
installs component from Domain( service engine, binding component)
|
String |
InstallationService.installSharedLibrary(String zipFilePath,
String targetName)
installs shared library
|
Map<String,String> |
InstallationService.installSharedLibrary(String zipFilePath,
String[] targetNames)
installs shared library
|
String |
InstallationService.installSharedLibraryFromDomain(String libraryName,
String targetName)
installs shared library from domain target
|
Map<String,String> |
InstallationService.installSharedLibraryFromDomain(String libraryName,
String[] targetNames)
installs shared library
|
String |
InstallationService.uninstallComponent(String componentName,
boolean forceDelete,
boolean retainInDomain,
String targetName)
uninstalls component (service engine, binding component) with option to
retain in domain target and option to forcibly remove from specified
target
|
Map<String,String> |
InstallationService.uninstallComponent(String componentName,
boolean forceDelete,
boolean retainInDomain,
String[] targetNames)
uninstalls component ( service engine, binding component)
|
String |
InstallationService.uninstallComponent(String componentName,
boolean forceDelete,
String targetName)
uninstalls component (service engine, binding component) with forcibly
remove option
|
Map<String,String> |
InstallationService.uninstallComponent(String componentName,
boolean forceDelete,
String[] targetNames)
uninstalls component ( service engine, binding component)
|
String |
InstallationService.uninstallComponent(String componentName,
String targetName)
uninstalls component (service engine, binding component)
|
Map<String,String> |
InstallationService.uninstallComponent(String componentName,
String[] targetNames)
uninstalls component ( service engine, binding component)
|
String |
InstallationService.uninstallSharedLibrary(String sharedLibraryName,
boolean forceDelete,
boolean retainInDomain,
String targetName)
uninstalls shared library with option to retain in domain target and
option to forcibly remove from specified target
|
Map<String,String> |
InstallationService.uninstallSharedLibrary(String sharedLibraryName,
boolean forceDelete,
boolean retainInDomain,
String[] targetNames)
uninstalls shared library
|
String |
InstallationService.uninstallSharedLibrary(String sharedLibraryName,
boolean forceDelete,
String targetName)
uninstalls shared library with option to forcibly remove
|
Map<String,String> |
InstallationService.uninstallSharedLibrary(String sharedLibraryName,
boolean forceDelete,
String[] targetNames)
uninstalls shared library
|
String |
InstallationService.uninstallSharedLibrary(String sharedLibraryName,
String targetName)
uninstalls shared library
|
Map<String,String> |
InstallationService.uninstallSharedLibrary(String sharedLibraryName,
String[] targetNames)
uninstalls shared library
|
String |
InstallationService.upgradeComponent(String componentName,
String zipFilePath)
upgrades component (service engine, binding component) Upgrades a
component in a way that actually involves the component.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NotificationService.addNotificationEventListener(EventNotificationListener aListener)
Add a notification listener
|
void |
NotificationService.removeNotificationEventListener(EventNotificationListener aListener)
Remove a notification listener
|
| Modifier and Type | Method and Description |
|---|---|
void |
PerformanceMeasurementService.clearPeformaceInstrumentationMeasurement(String componentName,
String endpoint,
String targetName,
String targetInstanceName)
Resets the performance measurements on the endpoint.
|
void |
PerformanceMeasurementService.disableMessageExchangeMonitoring(String targetName)
This method is used to disable monitoring of timing
information about message exchanges
|
void |
PerformanceMeasurementService.enableMessageExchangeMonitoring(String targetName)
This method is used to enable monitoring of timing
information about message exchanges
|
String |
PerformanceMeasurementService.getComponentStatistics(String componentName,
String targetName)
This method is used to provide statistics for the given component
in the given target
|
TabularData |
PerformanceMeasurementService.getComponentStatisticsAsTabularData(String componentName,
String targetName)
This method is used to provide statistics for the given component
in the given target
|
TabularData |
PerformanceMeasurementService.getConsumingEndpointsForComponentAsTabularData(String componentName,
String targetName)
This method is used to provide a list of consuming endpoints for a component.
|
String |
PerformanceMeasurementService.getEndpointStatistics(String endpointName,
String targetName)
This method is used to provide statistic information about the given
endpoint in the given target
|
TabularData |
PerformanceMeasurementService.getEndpointStatisticsAsTabularData(String endpointName,
String targetName)
This method is used to provide statistic information about the given
endpoint in the given target
|
String |
PerformanceMeasurementService.getFrameworkStatistics(String targetName)
This method is used to provide JBIFramework statistics in the
given target.
|
TabularData |
PerformanceMeasurementService.getFrameworkStatisticsAsTabularData(String targetName)
This method is used to provide JBIFramework statistics in the
given target.
|
String |
PerformanceMeasurementService.getNMRStatistics(String targetName)
This method is used to provide statistics about the message service in the
given target.
|
TabularData |
PerformanceMeasurementService.getNMRStatisticsAsTabularData(String targetName)
This method is used to provide statistics about the message service in the
given target.
|
boolean |
PerformanceMeasurementService.getPerformanceInstrumentationEnabled(String componentName,
String targetName,
String targetInstanceName)
Retrieves the performance measurement enabling flag.
|
String |
PerformanceMeasurementService.getPerformanceInstrumentationMeasurement(String componentName,
String endpoint,
String targetName,
String targetInstanceName)
Retrieves the performance measurement data for the specified endpoint.
|
String[] |
PerformanceMeasurementService.getPerformanceMeasurementCategories(String componentName,
String targetName,
String targetInstanceName)
Retrieves the performance statistics categories.
|
TabularData |
PerformanceMeasurementService.getProvidingEndpointsForComponentAsTabularData(String componentName,
String targetName)
This method is used to provide a list of provisioning endpoints for a component.
|
String |
PerformanceMeasurementService.getServiceAssemblyStatistics(String assemblyName,
String targetName)
This method is used to provide statistics about a Service Assembly
in the given target.
|
TabularData |
PerformanceMeasurementService.getServiceAssemblyStatisticsAsTabularData(String assemblyName,
String targetName)
This method is used to provide statistics about a Service Assembly
in the given target.
|
void |
PerformanceMeasurementService.setPerformanceInstrumentationEnabled(String componentName,
boolean flag,
String targetName,
String targetInstanceName)
Sets the performance measurement enabling flag.
|
| Modifier and Type | Method and Description |
|---|---|
String |
RuntimeManagementService.listBindingComponents(String targetName)
return component info xml text that has only binding component infos.
|
Map<String,String> |
RuntimeManagementService.listBindingComponents(String[] targetNames)
return component info xml text that has only binding component infos.
|
String |
RuntimeManagementService.listBindingComponents(String state,
String sharedLibraryName,
String serviceAssemblyName,
String targetName)
return component info xml text that has only binding component infos
which satisfies the options passed to the method.
|
Map<String,String> |
RuntimeManagementService.listBindingComponents(String state,
String sharedLibraryName,
String serviceAssemblyName,
String[] targetNames)
return component info xml text that has only binding component infos
which satisfies the options passed to the method.
|
String |
RuntimeManagementService.listServiceAssemblies(String targetName)
returns a list of Service Assembly Infos in a xml format.
|
Map<String,String> |
RuntimeManagementService.listServiceAssemblies(String[] targetNames)
returns a list of Service Assembly Infos in a xml format.
|
String |
RuntimeManagementService.listServiceAssemblies(String componentName,
String targetName)
returns the list of service asssembly infos in a xml format that have the
service unit deployed on the specified component.
|
Map<String,String> |
RuntimeManagementService.listServiceAssemblies(String componentName,
String[] targetNames)
returns the list of service assembly infos in a xml format that have the
service unit deployed on the specified component.
|
String |
RuntimeManagementService.listServiceAssemblies(String state,
String componentName,
String targetName)
returns the list of service asssembly infos in a xml format that have the
service unit deployed on the specified component.
|
Map<String,String> |
RuntimeManagementService.listServiceAssemblies(String state,
String componentName,
String[] targetNames)
returns the list of service asssembly infos in a xml format that have the
service unit deployed on the specified component.
|
String |
RuntimeManagementService.listServiceEngines(String targetName)
Returns the component info xml text that has only service engine
information
|
Map<String,String> |
RuntimeManagementService.listServiceEngines(String[] targetNames)
return component info xml text that has only service engine infos.
|
String |
RuntimeManagementService.listServiceEngines(String state,
String sharedLibraryName,
String serviceAssemblyName,
String targetName)
return component info xml text that has only service engine infos which
satisfies the options passed to the method.
|
Map<String,String> |
RuntimeManagementService.listServiceEngines(String state,
String sharedLibraryName,
String serviceAssemblyName,
String[] targetNames)
return component info xml text that has only service engine infos which
satisfies the options passed to the method.
|
String |
RuntimeManagementService.listSharedLibraries(String targetName)
return component info xml text that has only shared library infos.
|
Map<String,String> |
RuntimeManagementService.listSharedLibraries(String[] targetNames)
return component info xml text that has only shared library infos.
|
String |
RuntimeManagementService.listSharedLibraries(String componentName,
String targetName)
returns the list of Shared Library infos in the in a xml format
|
Map<String,String> |
RuntimeManagementService.listSharedLibraries(String componentName,
String[] targetNames)
returns the list of Shared Library infos in the in a xml format
|
String |
RuntimeManagementService.listSharedLibraryDependents(String sharedLibraryName,
String targetName)
returns a list of Binding Component and Service Engine infos in xml
format, that are dependent upon a specified Shared Library
|
Map<String,String> |
RuntimeManagementService.listSharedLibraryDependents(String sharedLibraryName,
String[] targetNames)
returns a list of Binding Component and Service Engine infos in xml
format, that are dependent upon a specified Shared Library
|
String |
RuntimeManagementService.showBindingComponent(String name,
String state,
String sharedLibraryName,
String serviceAssemblyName,
String targetName)
return component info xml text for the specified binding component if
exists.
|
Map<String,String> |
RuntimeManagementService.showBindingComponent(String name,
String state,
String sharedLibraryName,
String serviceAssemblyName,
String[] targetNames)
return component info xml text for the specified binding component if
exists.
|
String |
RuntimeManagementService.showServiceAssembly(String name,
String state,
String componentName,
String targetName)
return service assembly info xml text for the specified service assembly
if exists.
|
Map<String,String> |
RuntimeManagementService.showServiceAssembly(String name,
String state,
String componentName,
String[] targetNames)
return service assembly info xml text for the specified service assembly
if exists.
|
String |
RuntimeManagementService.showServiceEngine(String name,
String state,
String sharedLibraryName,
String serviceAssemblyName,
String targetName)
return component info xml text for the specified service engine if
exists.
|
Map<String,String> |
RuntimeManagementService.showServiceEngine(String name,
String state,
String sharedLibraryName,
String serviceAssemblyName,
String[] targetNames)
return component info xml text for the specified service engine if
exists.
|
String |
RuntimeManagementService.showSharedLibrary(String name,
String componentName,
String targetName)
return component info xml text for the specified shared library if
exists.
|
Map<String,String> |
RuntimeManagementService.showSharedLibrary(String name,
String componentName,
String[] targetNames)
return component info xml text for the specified shared library if
exists.
|
String |
RuntimeManagementService.shutdownComponent(String componentName,
boolean force,
String target)
shutdown the component
|
Map<String,String> |
RuntimeManagementService.shutdownComponent(String componentName,
boolean force,
String[] targetNames)
shuts down component (service engine, binding component)
|
String |
RuntimeManagementService.shutdownComponent(String componentName,
String target)
shutdown the component
|
Map<String,String> |
RuntimeManagementService.shutdownComponent(String componentName,
String[] targetNames)
shuts down component (service engine, binding component)
|
String |
RuntimeManagementService.shutdownServiceAssembly(String serviceAssemblyName,
boolean forceShutdown,
String targetName)
shuts down service assembly
|
Map<String,String> |
RuntimeManagementService.shutdownServiceAssembly(String serviceAssemblyName,
boolean forceShutdown,
String[] targetNames)
shuts down service assembly
|
String |
RuntimeManagementService.shutdownServiceAssembly(String serviceAssemblyName,
String targetName)
shuts down service assembly
|
Map<String,String> |
RuntimeManagementService.shutdownServiceAssembly(String serviceAssemblyName,
String[] targetNames)
shuts down service assembly
|
String |
RuntimeManagementService.startComponent(String componentName,
String target)
start the component
|
Map<String,String> |
RuntimeManagementService.startComponent(String componentName,
String[] targetNames)
starts component ( service engine, binding component)
|
String |
RuntimeManagementService.startServiceAssembly(String serviceAssemblyName,
String targetName)
starts service assembly
|
Map<String,String> |
RuntimeManagementService.startServiceAssembly(String serviceAssemblyName,
String[] targetNames)
starts service assembly
|
String |
RuntimeManagementService.stopComponent(String componentName,
String target)
stop the component
|
Map<String,String> |
RuntimeManagementService.stopComponent(String componentName,
String[] targetNames)
stops component ( service engine, binding component)
|
String |
RuntimeManagementService.stopServiceAssembly(String serviceAssemblyName,
String targetName)
stops service assembly
|
Map<String,String> |
RuntimeManagementService.stopServiceAssembly(String serviceAssemblyName,
String[] targetNames)
stops service assembly
|
| Modifier and Type | Method and Description |
|---|---|
String |
BaseServiceImpl.downloadFile(String dir,
String serverFilePath)
this method downloads a file from the server
|
protected ObjectName |
AbstractServiceImpl.getAdministrationServiceMBeanObjectName()
return Administration Service MBean object name
|
protected ObjectName |
AbstractServiceImpl.getConfigurationServiceMBeanObjectName()
return Configuration Service MBean object name
|
protected ObjectName |
AbstractServiceImpl.getDeploymentServiceMBeanObjectName()
return Deployment Service MBean object name
|
protected ObjectName |
AbstractServiceImpl.getInstallationServiceMBeanObjectName()
return Installation Service MBean object name
|
protected ObjectName |
AbstractServiceImpl.getNotificationServiceMBeanObjectName()
return Notification Service MBean object name
|
protected ObjectName |
AbstractServiceImpl.getPerformanceMeasurementServiceMBeanObjectName()
return Performance Measurement Service MBean object name
|
protected ObjectName |
AbstractServiceImpl.getRuntimeManagementServiceMBeanObjectName()
return Runtime Management Service MBean object name
|
protected Object |
AbstractServiceImpl.invokeMBeanOperation(ObjectName objectName,
String operationName,
Object[] params,
String[] signature)
open connection, invokes the operation on mbean and closes connection.
|
protected Object |
AbstractServiceImpl.invokeMBeanOperation(ObjectName objectName,
String operationName,
String param)
Single param operation invocation.
|
protected Map<String,String[]> |
AbstractServiceImpl.listTargetNames()
Returns a map of target names to an array of target instance names.
|
protected Set<ObjectName> |
AbstractServiceImpl.queryNames(String pattern,
QueryExp query)
get a list of object names matching the pattern/query
|
protected String |
BaseServiceImpl.uploadFile(String localFilePath)
this method uploads the local file to the server using
FileTransferManager and returns the path to the file on the server's file
schemaorg_apache_xmlbeans.system which can be used to do any operations on the file/file data on
the server side.
|
| Modifier and Type | Method and Description |
|---|---|
AdministrationService |
ManagementClient.getAdministrationService()
Get the Administration Service
|
ConfigurationService |
ManagementClient.getConfigurationService()
Get the Configuration Service
|
DeploymentService |
ManagementClient.getDeploymentService()
Get the Deployment Service
|
InstallationService |
ManagementClient.getInstallationService()
Get the Installation Service
|
static ManagementClient |
ManagementClientFactory.getInstance(MBeanServerConnection connection)
Creates a new instance of ManagementClient object for a remote connection
|
static ManagementClient |
ManagementClientFactory.getInstance(MBeanServerConnection connection,
boolean isRemoteConnection)
Creates a new instance of ManagementClient object
|
static ManagementClient |
ManagementClientFactory.getInstance(String hostName,
int portNumber,
String userName,
String password)
Creates a new instance of ManagementClient object First tries to
establish a HTTP connection.
|
static ManagementClient |
ManagementClientFactory.getInstance(String hostName,
int portNumber,
String userName,
String password,
ConnectionType connectionType)
Creates a new instance of ManagementClient object
|
static ManagementClient |
ManagementClientFactory.getInstance(String url,
String userName,
String password,
boolean isRemoteConnection)
Creates a new instance of ManagementClient object
|
protected MBeanServerConnection |
ManagementClientFactory.getMBeanServerConnection(String hostName,
int portNumber,
String userName,
String password,
ConnectionType type)
This method returns the MBeanServerConnection to used to invoke the MBean
methods via HTPP connector.
|
protected MBeanServerConnection |
ManagementClientFactory.getMBeanServerConnection(String urlString,
String userName,
String password)
This method returns the MBeanServerConnection to used to invoke the MBean
methods via HTTP connector.
|
NotificationService |
ManagementClient.getNotificationService()
Get the Notification Service
|
PerformanceMeasurementService |
ManagementClient.getPerformanceMeasurementService()
Get the Performance Measurement Service
|
RuntimeManagementService |
ManagementClient.getRuntimeManagementService()
Get the Runtime Management Service
|
| Modifier and Type | Method and Description |
|---|---|
static ManagementRemoteException |
ManagementRemoteException.filterJmxExceptions(Exception jmxEx)
filters the jmx exception and wraps the root cause user exception in the
JBIRemoteException
|
| Modifier and Type | Method and Description |
|---|---|
<CLASS_TYPE> |
Service.getService(MBeanServerConnection connection,
boolean isRemoteConnection)
Creates an instance of a service
|
| Modifier and Type | Method and Description |
|---|---|
static String |
ComponentStatisticsData.convertDataMapToXML(Map<String,ComponentStatisticsData> map)
Converts a Component Statistics Data to an XML String
|
static String |
FrameworkStatisticsData.convertDataMapToXML(Map<String,FrameworkStatisticsData> map)
Converts a Framework Statistics Data to an XML String
|
static String |
EndpointStatisticsData.convertDataMapToXML(Map<String,IEndpointStatisticsData> map)
Converts a Component Statistics Data to an XML String
|
static String |
NMRStatisticsData.convertDataMapToXML(Map<String,NMRStatisticsData> map)
Converts a NMR Statistics Data to an XML String
|
static String |
PerformanceData.convertDataMapToXML(Map<String,PerformanceData> dataMap)
Converts a Performance Data Map to an XML String
|
static String |
ServiceAssemblyStatisticsData.convertDataMapToXML(Map<String,ServiceAssemblyStatisticsData> map)
Converts a Service Assembly Statistics Data to an XML String
|
static TabularData |
FrameworkStatisticsDataCreator.createTabularData(Map<String,FrameworkStatisticsData> map) |
static TabularData |
NMRStatisticsDataCreator.createTabularData(Map<String,NMRStatisticsData> map) |
protected static CompositeData |
FrameworkStatisticsDataCreator.getFrameworkStatistics(CompositeType frameworkStatsEntriesType,
FrameworkStatisticsData data)
This method is used to provide query framework statistics from
the given data
|
protected static CompositeData |
NMRStatisticsDataCreator.getNMRStatistics(CompositeType NMRStatsEntriesType,
NMRStatisticsData data)
This method is used to provide query framework statistics from the
given NMRStatisticsData
|
| Modifier and Type | Method and Description |
|---|---|
protected static CompositeData |
ComponentStatisticsDataCreator.composeComponentStatistics(ComponentStatisticsData data)
This method is used compose component statistics composite data
|
protected static CompositeData |
ConsumingEndpointStatisticsDataCreator.composeConsumingEndpointStats(ConsumingEndpointStatisticsData data)
This method is used to compose consuming endpoint stats
|
protected static CompositeData |
ProvisioningEndpointStatisticsDataCreator.composeProviderEndpointStats(ProvisioningEndpointStatisticsData data)
This method is used to compose provider endpoint stats
|
static CompositeData |
VerificationDataCreator.createCompositeData(ApplicationVerificationReport report)
This method is used to compose the verification report
|
static TabularData |
ComponentStatisticsDataCreator.createTabularData(Map<String,ComponentStatisticsData> map) |
static TabularData |
ProvisioningEndpointStatisticsDataCreator.createTabularData(Map<String,IEndpointStatisticsData> map) |
static TabularData |
ConsumingEndpointStatisticsDataCreator.createTabularData(Map<String,IEndpointStatisticsData> map) |
static TabularData |
ServiceAssemblyStatisticsDataCreator.createTabularData(Map<String,ServiceAssemblyStatisticsData> map) |
protected static CompositeType |
VerificationDataCreator.getEndpointInfoType()
This method is used to return the endpoint info CompositeType
|
protected static CompositeData[] |
VerificationDataCreator.getEndpointsInformation(ApplicationVerificationReport report)
This method is used to get information about the status of
the endpoint
|
| Modifier and Type | Method and Description |
|---|---|
String |
AdministrationServiceImpl.getAdminServerName()
Get the instance name of the platform's administration server.
|
Set<String> |
AdministrationServiceImpl.getClusteredServerNames()
Get a set of the names of all the clustered servers in the domain.
|
Set<String> |
AdministrationServiceImpl.getClusterNames()
Get a set of the names of all the clusters in the domain.
|
String |
AdministrationServiceImpl.getComponentInstallationDescriptor(String componentName)
Retrieve the Component Installation descriptor for the server target.
|
String |
AdministrationServiceImpl.getComponentState(String componentName,
String targetName)
Gets the component state
|
String |
AdministrationServiceImpl.getComponentType(String componentName,
String targetName)
Gets the component type
|
MBeanServerConnection |
AdministrationServiceImpl.getConnectionForInstance(String instanceName)
Get the MBean server connection for a particular instance.
|
String[] |
AdministrationServiceImpl.getConsumingEndpoints(String componentName,
String targetName)
Get the list of consuming endpoints
|
String |
AdministrationServiceImpl.getInstallRoot()
Get the full path to the platform's instaall root directory.
|
String |
AdministrationServiceImpl.getInstanceName()
Get the name of this instance.
|
String |
AdministrationServiceImpl.getInstanceRoot()
Get the full path to the platform's instance root directory.
|
String |
AdministrationServiceImpl.getJmxRmiPort()
Get a string representation of the DAS JMX RMI connector port.
|
String[] |
AdministrationServiceImpl.getProvisioningEndpoints(String componentName,
String targetName)
Get the list of provisioning endpoints
|
Map<String,Properties> |
AdministrationServiceImpl.getRuntimeDetails()
Retrieve runtime version information
|
Set<String> |
AdministrationServiceImpl.getServersInCluster(String clusterName)
Get a set of the names of all the servers in the specified cluster.
|
String |
AdministrationServiceImpl.getServiceAssemblyDeploymentDescriptor(String serviceAssemblyName)
Returns the jbi.xml Deployment Descriptor for a Service Assembly.
|
String |
AdministrationServiceImpl.getServiceAssemblyState(String serviceAssemblyName,
String targetName)
Gets the Service Assembly state
|
String |
AdministrationServiceImpl.getServiceUnitDeploymentDescriptor(String serviceAssemblyName,
String serviceUnitName)
Returns the jbi.xml Deployment Descriptor for a Service Unit.
|
String |
AdministrationServiceImpl.getSharedLibraryInstallationDescriptor(String sharedLibraryName)
Returns the jbi.xml Installation Descriptor for a Shared Library.
|
Set<String> |
AdministrationServiceImpl.getStandaloneServerNames()
Get a set of the names of all the standalone servers in the domain.
|
String |
AdministrationServiceImpl.getTargetName()
Get the Target Name.
|
String |
AdministrationServiceImpl.getTargetName(String instanceName)
Get the Target Name for a specified instance.
|
String |
AdministrationServiceImpl.getWSDLDefinition(String componentName,
String endpoint,
String targetName)
Retrieves the primary WSDL associated with the specified endpoint.
|
String |
AdministrationServiceImpl.getWSDLImportedResource(String componentName,
String endpoint,
String targetNamespace,
String targetName)
Retrieves the WSDL or XSD associated with the specified endpoint and
targetNamespace
|
boolean |
AdministrationServiceImpl.isAdminServer()
Determine whether this instance is the administration server instance.
|
boolean |
AdministrationServiceImpl.isBindingComponent(String componentName)
check for BindingComponent
|
boolean |
AdministrationServiceImpl.isCluster(String targetName)
Determine whether a target is a cluster.
|
boolean |
AdministrationServiceImpl.isClusteredServer(String targetName)
Determine whether the target is a clustered server.
|
boolean |
AdministrationServiceImpl.isInstanceClustered(String instanceName)
Determine whether or not an instance is clustered.
|
boolean |
AdministrationServiceImpl.isInstanceUp(String instanceName)
Determine if the specified instance is up.
|
boolean |
AdministrationServiceImpl.isJBIComponentInstalled(String componentName,
String targetName)
Checks to see if a component/library is installed on a target
|
boolean |
AdministrationServiceImpl.isJBIRuntimeEnabled()
Checks to see if the JBI Runtime is enabled.
|
boolean |
AdministrationServiceImpl.isServiceAssemblyDeployed(String serviceAssemblyName,
String targetName)
Checks to see if a Service Assembly is deployed on a target
|
boolean |
AdministrationServiceImpl.isServiceEngine(String componentName)
check for ServiceEngine
|
boolean |
AdministrationServiceImpl.isStandaloneServer(String targetName)
Determine whether a target is a standalone server.
|
boolean |
AdministrationServiceImpl.isTargetUp(String targetName)
Checks to see if the Target (server, cluster) is up or down.
|
boolean |
AdministrationServiceImpl.isValidTarget(String targetName)
Determine whether a target is a valid server or cluster name.
|
Map<String,String[]> |
AdministrationServiceImpl.listTargetNames()
Returns a map of target names to an array of target instance names.
|
boolean |
AdministrationServiceImpl.supportsMultipleServers()
Determine whether multiple servers are permitted within this AS
installation.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ConfigurationServiceImpl.addApplicationConfiguration(String componentName,
String targetName,
String name,
CompositeData appConfig)
Add an application configuration.
|
String |
ConfigurationServiceImpl.addApplicationConfiguration(String componentName,
String targetName,
String name,
Properties config)
Add a named application configuration to a component installed on a given
target.
|
String |
ConfigurationServiceImpl.addApplicationVariable(String componentName,
String targetName,
String name,
CompositeData appVar)
This operation adds a new application variable.
|
String |
ConfigurationServiceImpl.addApplicationVariables(String componentName,
String targetName,
Properties appVariables)
Add application variables to a component installed on a given target.
|
String |
ConfigurationServiceImpl.deleteApplicationConfiguration(String componentName,
String targetName,
String name)
Delete a named application configuration in a component installed on a
given target.
|
String |
ConfigurationServiceImpl.deleteApplicationVariables(String componentName,
String targetName,
String[] appVariableNames)
Delete application variables from a component installed on a given
target.
|
protected void |
ConfigurationServiceImpl.downloadAndExtractZip(String filePath,
String templateDir)
This method is used to download the template zip from the server and
extract it in the specified dir
|
String |
ConfigurationServiceImpl.exportApplicationConfiguration(String applicationName,
String targetName,
String configDir)
This method is used to export the application variables and application
configuration objects used by the given application in the specified
target.
|
Properties |
ConfigurationServiceImpl.getApplicationConfiguration(String componentName,
String name,
String targetName)
Get a specific named configuration.
|
Map<String,Properties> |
ConfigurationServiceImpl.getApplicationConfigurations(String componentName,
String targetName)
Get all the application configurations set on a component.
|
TabularData |
ConfigurationServiceImpl.getApplicationConfigurationsAsTabularData(String componentName,
String targetName)
Get a Map of all application configurations for the component.
|
Properties |
ConfigurationServiceImpl.getApplicationVariables(String componentName,
String targetName)
Get all the application variables set on a component.
|
TabularData |
ConfigurationServiceImpl.getApplicationVariablesAsTabularData(String componentName,
String targetName)
Get the Application Variable set for a component.
|
Properties |
ConfigurationServiceImpl.getComponentConfiguration(String componentName,
String targetName)
Retrieve component configuration
|
Map<String,Object> |
ConfigurationServiceImpl.getComponentConfigurationAsMap(String componentName,
String targetName)
Retrieve component configuration
|
Map<String,ObjectName[]> |
ConfigurationServiceImpl.getComponentExtensionMBeanObjectNames(String componentName,
String extensionName,
String targetName)
Gets the extension MBean object names
|
ObjectName[] |
ConfigurationServiceImpl.getComponentExtensionMBeanObjectNames(String componentName,
String extensionName,
String targetName,
String targetInstanceName)
Gets the extension MBean object names
|
Map<String,String> |
ConfigurationServiceImpl.getComponentLoggerDisplayNames(String componentName,
String targetName,
String targetInstanceName)
Gets the component custom loggers and their display names.
|
Map<String,Level> |
ConfigurationServiceImpl.getComponentLoggerLevels(String componentName,
String targetName,
String targetInstanceName)
Gets the component custom loggers and their levels
|
Properties |
ConfigurationServiceImpl.getDefaultRuntimeConfiguration()
This method returns a tabular data of a complex open data objects that
represent the runtime configuration parameter descriptor.
|
Map<String,Object> |
ConfigurationServiceImpl.getDefaultRuntimeConfigurationAsMap()
This method returns a tabular data of a complex open data objects that
represent the runtime configuration parameter descriptor.
|
Properties |
ConfigurationServiceImpl.getRuntimeConfiguration(String targetName)
This method returns a tabular data of a complex open data objects that
represent the runtime configuration parameter descriptor.
|
Map<String,Object> |
ConfigurationServiceImpl.getRuntimeConfigurationAsMap(String targetName)
This method returns a tabular data of a complex open data objects that
represent the runtime configuration parameter descriptor.
|
Properties |
ConfigurationServiceImpl.getRuntimeConfigurationMetaData(String propertyKeyName)
This method returns the runtime configuration metadata associated with
the specified property.
|
String |
ConfigurationServiceImpl.getRuntimeLoggerDisplayName(String runtimeLoggerName,
String targetName)
Return the display name for a runtime logger
|
String |
ConfigurationServiceImpl.getRuntimeLoggerDisplayName(String runtimeLoggerName,
String targetName,
String targetInstanceName)
Deprecated.
|
Level |
ConfigurationServiceImpl.getRuntimeLoggerLevel(String runtimeLoggerName,
String targetName)
Lookup the level of one runtime logger
|
Level |
ConfigurationServiceImpl.getRuntimeLoggerLevel(String runtimeLoggerName,
String targetName,
String targetInstanceName)
Deprecated.
|
Map<String,Level> |
ConfigurationServiceImpl.getRuntimeLoggerLevels(String targetName)
Gets all the runtime loggers and their levels
|
Map<String,Level> |
ConfigurationServiceImpl.getRuntimeLoggerLevels(String targetName,
String targetInstanceName)
Gets all the runtime loggers and their levels
|
Map<String,String> |
ConfigurationServiceImpl.getRuntimeLoggerNames(String targetName)
Gets all the runtime loggers and their display names
|
Map<String,String> |
ConfigurationServiceImpl.getRuntimeLoggerNames(String targetName,
String targetInstanceName)
Deprecated.
|
Object |
ConfigurationServiceImpl.invokeExtensionMBeanOperation(String componentName,
String extensionName,
String operationName,
Object[] parameters,
String[] signature,
String targetName,
String targetInstanceName)
Invokes an operation on an Extension MBean.
|
boolean |
ConfigurationServiceImpl.isAppConfigSupported(String componentName,
String targetName)
Detect the components support for application configuration.
|
boolean |
ConfigurationServiceImpl.isAppVarsSupported(String componentName,
String targetName)
Detect the components support for application variables.
|
boolean |
ConfigurationServiceImpl.isComponentConfigSupported(String componentName,
String targetName)
Detect the components support for component configuration.
|
boolean |
ConfigurationServiceImpl.isServerRestartRequired()
checks if the server need to be restarted to apply the changes made to
some of the configuration parameters.
|
String[] |
ConfigurationServiceImpl.listApplicationConfigurationNames(String componentName,
String targetName)
List all the application configurations in a component.
|
CompositeType |
ConfigurationServiceImpl.queryApplicationConfigurationType(String componentName,
String targetName)
Get the CompositeType definition for the components application
configuration
|
String |
ConfigurationServiceImpl.retrieveConfigurationDisplayData(String componentName,
String targetName)
Retrieves the component configuration metadata.
|
String |
ConfigurationServiceImpl.retrieveConfigurationDisplaySchema(String componentName,
String targetName)
Retrieves the component specific configuration schema.
|
String |
ConfigurationServiceImpl.setApplicationConfiguration(String componentName,
String name,
Properties config,
String targetName)
Update a named application configuration in a component installed on a
given target.
|
String |
ConfigurationServiceImpl.setApplicationConfiguration(String componentName,
String targetName,
String name,
CompositeData appConfig)
Update a application configuration.
|
String |
ConfigurationServiceImpl.setApplicationVariable(String componentName,
String targetName,
String name,
CompositeData appVar)
This operation sets an application variable.
|
String |
ConfigurationServiceImpl.setApplicationVariables(String componentName,
Properties appVariables,
String targetName)
Set application variables on a component installed on a given target.
|
String |
ConfigurationServiceImpl.setComponentConfiguration(String componentName,
Map<String,Object> configurationValues,
String targetName)
Will return jbi mgmt message with success, failure, or partial success
per instance.
|
String |
ConfigurationServiceImpl.setComponentConfiguration(String componentName,
Properties configurationValues,
String targetName)
Will return jbi mgmt message with success, failure, or partial success
per instance.
|
void |
ConfigurationServiceImpl.setComponentLoggerLevel(String componentName,
String loggerCustomName,
Level logLevel,
String targetName,
String targetInstanceName)
Sets the component log level for a given custom logger
|
boolean |
ConfigurationServiceImpl.setRuntimeConfiguration(Map<String,Object> parameters,
String targetName)
This method sets one or more configuration parameters on the runtime with
a list of name/value pairs passed as a properties object.
|
boolean |
ConfigurationServiceImpl.setRuntimeConfiguration(Properties parameters,
String targetName)
This method sets one or more configuration parameters on the runtime with
a list of name/value pairs passed as a properties object.
|
void |
ConfigurationServiceImpl.setRuntimeLoggerLevel(String runtimeLoggerName,
Level logLevel,
String targetName)
Sets the log level for a given runtime logger
|
void |
ConfigurationServiceImpl.setRuntimeLoggerLevel(String runtimeLoggerName,
Level logLevel,
String targetName,
String targetInstanceName)
Deprecated.
|
String |
ConfigurationServiceImpl.verifyApplication(String applicationURL,
boolean generateTemplates,
String templateDir,
boolean includeDeployCommand,
String targetName,
String clientSAFilePath)
This method is used to verify if the application variables and
application configuration objects used in the given application are
available in JBI runtime in the specified target.
|
| Modifier and Type | Method and Description |
|---|---|
String |
DeploymentServiceImpl.deployServiceAssembly(String zipFilePath,
String targetName)
deploys service assembly
|
Map<String,String> |
DeploymentServiceImpl.deployServiceAssembly(String zipFilePath,
String[] targetNames)
deploys service assembly
|
String |
DeploymentServiceImpl.deployServiceAssemblyFromDomain(String assemblyName,
String targetName)
deploys service assembly from domain target
|
Map<String,String> |
DeploymentServiceImpl.deployServiceAssemblyFromDomain(String assemblyName,
String[] targetNames)
deploys service assembly
|
String |
DeploymentServiceImpl.undeployServiceAssembly(String serviceAssemblyName,
boolean forceDelete,
boolean retainInDomain,
String targetName)
forcibly undeploys service assembly with option to retain it in domain
|
Map<String,String> |
DeploymentServiceImpl.undeployServiceAssembly(String serviceAssemblyName,
boolean forceDelete,
boolean retainInDomain,
String[] targetNames)
undeploys service assembly
|
String |
DeploymentServiceImpl.undeployServiceAssembly(String serviceAssemblyName,
boolean forceDelete,
String targetName)
forcibly undeploys service assembly
|
Map<String,String> |
DeploymentServiceImpl.undeployServiceAssembly(String serviceAssemblyName,
boolean forceDelete,
String[] targetNames)
undeploys service assembly
|
String |
DeploymentServiceImpl.undeployServiceAssembly(String serviceAssemblyName,
String targetName)
forcibly undeploys service assembly
|
Map<String,String> |
DeploymentServiceImpl.undeployServiceAssembly(String serviceAssemblyName,
String[] targetNames)
undeploys service assembly
|
| Modifier and Type | Method and Description |
|---|---|
String |
InstallationServiceImpl.installComponent(String zipFilePath,
Properties paramProps,
String targetName)
installs component (service engine, binding component)
|
Map<String,String> |
InstallationServiceImpl.installComponent(String zipFilePath,
Properties paramProps,
String[] targetNames)
installs component ( service engine, binding component)
|
String |
InstallationServiceImpl.installComponent(String zipFilePath,
String targetName)
installs component (service engine, binding component)
|
Map<String,String> |
InstallationServiceImpl.installComponent(String zipFilePath,
String[] targetNames)
installs shared library
|
String |
InstallationServiceImpl.installComponentFromDomain(String componentName,
Properties properties,
String targetName)
installs component (service engine, binding component) from the domain
target
|
Map<String,String> |
InstallationServiceImpl.installComponentFromDomain(String componentName,
Properties properties,
String[] targetNames)
installs component from Domain( service engine, binding component)
|
String |
InstallationServiceImpl.installComponentFromDomain(String componentName,
String targetName)
installs component (service engine, binding component) from the domain
target
|
Map<String,String> |
InstallationServiceImpl.installComponentFromDomain(String componentName,
String[] targetNames)
installs component from Domain( service engine, binding component)
|
String |
InstallationServiceImpl.installSharedLibrary(String zipFilePath,
String targetName)
installs shared library
|
Map<String,String> |
InstallationServiceImpl.installSharedLibrary(String zipFilePath,
String[] targetNames)
installs shared library
|
String |
InstallationServiceImpl.installSharedLibraryFromDomain(String libraryName,
String targetName)
installs shared library from domain target
|
Map<String,String> |
InstallationServiceImpl.installSharedLibraryFromDomain(String libraryName,
String[] targetNames)
installs shared library
|
String |
InstallationServiceImpl.uninstallComponent(String componentName,
boolean forceDelete,
boolean retainInDomain,
String targetName)
uninstalls component (service engine, binding component) with option to
retain in domain target and option to forcibly remove from specified
target
|
Map<String,String> |
InstallationServiceImpl.uninstallComponent(String componentName,
boolean forceDelete,
boolean retainInDomain,
String[] targetNames)
uninstalls component ( service engine, binding component)
|
String |
InstallationServiceImpl.uninstallComponent(String componentName,
boolean forceDelete,
String targetName)
uninstalls component (service engine, binding component) with forcibly
remove option
|
Map<String,String> |
InstallationServiceImpl.uninstallComponent(String componentName,
boolean forceDelete,
String[] targetNames)
uninstalls component ( service engine, binding component)
|
String |
InstallationServiceImpl.uninstallComponent(String componentName,
String targetName)
uninstalls component (service engine, binding component)
|
Map<String,String> |
InstallationServiceImpl.uninstallComponent(String componentName,
String[] targetNames)
uninstalls component ( service engine, binding component)
|
String |
InstallationServiceImpl.uninstallSharedLibrary(String sharedLibraryName,
boolean forceDelete,
boolean retainInDomain,
String targetName)
uninstalls shared library with option to retain in domain target and
option to forcibly remove from specified target
|
Map<String,String> |
InstallationServiceImpl.uninstallSharedLibrary(String sharedLibraryName,
boolean forceDelete,
boolean retainInDomain,
String[] targetNames)
uninstalls shared library
|
String |
InstallationServiceImpl.uninstallSharedLibrary(String sharedLibraryName,
boolean forceDelete,
String targetName)
uninstalls shared library with option to forcibly remove
|
Map<String,String> |
InstallationServiceImpl.uninstallSharedLibrary(String sharedLibraryName,
boolean forceDelete,
String[] targetNames)
uninstalls shared library
|
String |
InstallationServiceImpl.uninstallSharedLibrary(String sharedLibraryName,
String targetName)
uninstalls shared library
|
Map<String,String> |
InstallationServiceImpl.uninstallSharedLibrary(String sharedLibraryName,
String[] targetNames)
uninstalls shared library
|
String |
InstallationServiceImpl.upgradeComponent(String componentName,
String zipFilePath)
upgrades component (service engine, binding component) Upgrades a
component in a way that actually involves the component.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NotificationServiceImpl.addNotificationEventListener(EventNotificationListener aListener)
Add notification listener
|
| Modifier and Type | Method and Description |
|---|---|
void |
PerformanceMeasurementServiceImpl.clearPeformaceInstrumentationMeasurement(String componentName,
String endpoint,
String targetName,
String targetInstanceName)
Resets the performance measurements on the endpoint.
|
void |
PerformanceMeasurementServiceImpl.disableMessageExchangeMonitoring(String targetName)
This method is used to disable monitoring of timing
information about message exchanges
|
void |
PerformanceMeasurementServiceImpl.enableMessageExchangeMonitoring(String targetName)
This method is used to enable monitoring of timing
information about message exchanges
|
String |
PerformanceMeasurementServiceImpl.getComponentStatistics(String componentName,
String targetName)
This method is used to provide statistics for the given component
in the given target
|
TabularData |
PerformanceMeasurementServiceImpl.getComponentStatisticsAsTabularData(String componentName,
String targetName)
This method is used to provide statistics for the given component in the
given target
|
TabularData |
PerformanceMeasurementServiceImpl.getConsumingEndpointsForComponentAsTabularData(String componentName,
String targetName)
This method is used to provide a list of consuming endpoints for a component.
|
String |
PerformanceMeasurementServiceImpl.getEndpointStatistics(String endpointName,
String targetName)
This method is used to provide statistic information about the given
endpoint in the given target
|
TabularData |
PerformanceMeasurementServiceImpl.getEndpointStatisticsAsTabularData(String endpointName,
String targetName)
This method is used to provide statistic information about the given
endpoint in the given target
|
String |
PerformanceMeasurementServiceImpl.getFrameworkStatistics(String targetName)
This method is used to provide JBIFramework statistics in the
given target.
|
TabularData |
PerformanceMeasurementServiceImpl.getFrameworkStatisticsAsTabularData(String targetName)
This method is used to provide JBIFramework statistics in the
given target.
|
String |
PerformanceMeasurementServiceImpl.getNMRStatistics(String targetName)
This method is used to provide statistics about the message service in the
given target.
|
TabularData |
PerformanceMeasurementServiceImpl.getNMRStatisticsAsTabularData(String targetName)
This method is used to provide statistics about the message service in the
given target.
|
boolean |
PerformanceMeasurementServiceImpl.getPerformanceInstrumentationEnabled(String componentName,
String targetName,
String targetInstanceName)
Retrieves the performance measurement enabling flag.
|
String |
PerformanceMeasurementServiceImpl.getPerformanceInstrumentationMeasurement(String componentName,
String endpoint,
String targetName,
String targetInstanceName)
Retrieves the performance measurement data for the specified endpoint.
|
String[] |
PerformanceMeasurementServiceImpl.getPerformanceMeasurementCategories(String componentName,
String targetName,
String targetInstanceName)
Retrieves the performance statistics categories.
|
TabularData |
PerformanceMeasurementServiceImpl.getProvidingEndpointsForComponentAsTabularData(String componentName,
String targetName)
This method is used to provide a list of provisioning endpoints for a component.
|
String |
PerformanceMeasurementServiceImpl.getServiceAssemblyStatistics(String assemblyName,
String targetName)
This method is used to provide statistics about a Service Assembly
in the given target.
|
TabularData |
PerformanceMeasurementServiceImpl.getServiceAssemblyStatisticsAsTabularData(String componentName,
String targetName)
This method is used to provide statistics about a Service Assembly
in the given target.
|
void |
PerformanceMeasurementServiceImpl.setPerformanceInstrumentationEnabled(String componentName,
boolean flag,
String targetName,
String targetInstanceName)
Sets the performance measurement enabling flag.
|
| Modifier and Type | Method and Description |
|---|---|
String |
RuntimeManagementServiceImpl.listBindingComponents(String targetName)
return component info xml text that has only binding component infos.
|
Map<String,String> |
RuntimeManagementServiceImpl.listBindingComponents(String[] targetNames)
return component info xml text that has only binding component infos.
|
String |
RuntimeManagementServiceImpl.listBindingComponents(String state,
String sharedLibraryName,
String serviceAssemblyName,
String targetName)
return component info xml text that has only binding component infos
which satisfies the options passed to the method.
|
Map<String,String> |
RuntimeManagementServiceImpl.listBindingComponents(String state,
String sharedLibraryName,
String serviceAssemblyName,
String[] targetNames)
return component info xml text that has only binding component infos
which satisfies the options passed to the method.
|
String |
RuntimeManagementServiceImpl.listServiceAssemblies(String targetName)
returns a list of Service Assembly Infos in a xml format.
|
Map<String,String> |
RuntimeManagementServiceImpl.listServiceAssemblies(String[] targetNames)
returns a list of Service Assembly Infos in a xml format.
|
String |
RuntimeManagementServiceImpl.listServiceAssemblies(String componentName,
String targetName)
returns the list of service asssembly infos in a xml format that have the
service unit deployed on the specified component.
|
Map<String,String> |
RuntimeManagementServiceImpl.listServiceAssemblies(String componentName,
String[] targetNames)
returns the list of service asssembly infos in a xml format that have the
service unit deployed on the specified component.
|
String |
RuntimeManagementServiceImpl.listServiceAssemblies(String state,
String componentName,
String targetName)
returns the list of service asssembly infos in a xml format that have the
service unit deployed on the specified component.
|
Map<String,String> |
RuntimeManagementServiceImpl.listServiceAssemblies(String state,
String componentName,
String[] targetNames)
returns the list of service asssembly infos in a xml format that have the
service unit deployed on the specified component.
|
String |
RuntimeManagementServiceImpl.listServiceEngines(String targetName)
return component info xml text that has only service engine infos.
|
Map<String,String> |
RuntimeManagementServiceImpl.listServiceEngines(String[] targetNames)
return component info xml text that has only service engine infos.
|
String |
RuntimeManagementServiceImpl.listServiceEngines(String state,
String sharedLibraryName,
String serviceAssemblyName,
String targetName)
return component info xml text that has only service engine infos which
satisfies the options passed to the method.
|
Map<String,String> |
RuntimeManagementServiceImpl.listServiceEngines(String state,
String sharedLibraryName,
String serviceAssemblyName,
String[] targetNames)
return component info xml text that has only service engine infos which
satisfies the options passed to the method.
|
String |
RuntimeManagementServiceImpl.listSharedLibraries(String targetName)
return component info xml text that has only shared library infos.
|
Map<String,String> |
RuntimeManagementServiceImpl.listSharedLibraries(String[] targetNames)
return component info xml text that has only shared library infos.
|
String |
RuntimeManagementServiceImpl.listSharedLibraries(String componentName,
String targetName)
returns the list of Shared Library infos in the in a xml format
|
Map<String,String> |
RuntimeManagementServiceImpl.listSharedLibraries(String componentName,
String[] targetNames)
returns the list of Shared Library infos in the in a xml format
|
String |
RuntimeManagementServiceImpl.listSharedLibraryDependents(String sharedLibraryName,
String targetName)
returns a list of Binding Component and Service Engine infos in xml
format, that are dependent upon a specified Shared Library
|
Map<String,String> |
RuntimeManagementServiceImpl.listSharedLibraryDependents(String sharedLibraryName,
String[] targetNames)
returns a list of Binding Component and Service Engine infos in xml
format, that are dependent upon a specified Shared Library
|
String |
RuntimeManagementServiceImpl.showBindingComponent(String name,
String state,
String sharedLibraryName,
String serviceAssemblyName,
String targetName)
return component info xml text for the specified binding component if
exists.
|
Map<String,String> |
RuntimeManagementServiceImpl.showBindingComponent(String name,
String state,
String sharedLibraryName,
String serviceAssemblyName,
String[] targetNames)
return component info xml text for the specified binding component if
exists.
|
String |
RuntimeManagementServiceImpl.showServiceAssembly(String name,
String state,
String componentName,
String targetName)
return service assembly info xml text for the specified service assembly
if exists.
|
Map<String,String> |
RuntimeManagementServiceImpl.showServiceAssembly(String name,
String state,
String componentName,
String[] targetNames)
return service assembly info xml text for the specified service assembly
if exists.
|
String |
RuntimeManagementServiceImpl.showServiceEngine(String name,
String state,
String sharedLibraryName,
String serviceAssemblyName,
String targetName)
return component info xml text for the specified service engine if
exists.
|
Map<String,String> |
RuntimeManagementServiceImpl.showServiceEngine(String name,
String state,
String sharedLibraryName,
String serviceAssemblyName,
String[] targetNames)
return component info xml text for the specified service engine if
exists.
|
String |
RuntimeManagementServiceImpl.showSharedLibrary(String name,
String componentName,
String targetName)
return component info xml text for the specified shared library if
exists.
|
Map<String,String> |
RuntimeManagementServiceImpl.showSharedLibrary(String name,
String componentName,
String[] targetNames)
return component info xml text for the specified shared library if
exists.
|
String |
RuntimeManagementServiceImpl.shutdownComponent(String componentName,
boolean force,
String targetName)
shuts down component ( service engine, binding component)
|
Map<String,String> |
RuntimeManagementServiceImpl.shutdownComponent(String componentName,
boolean force,
String[] targetNames)
shuts down component ( service engine, binding component)
|
String |
RuntimeManagementServiceImpl.shutdownComponent(String componentName,
String targetName)
shuts down component ( service engine, binding component)
|
Map<String,String> |
RuntimeManagementServiceImpl.shutdownComponent(String componentName,
String[] targetNames)
shuts down component ( service engine, binding component)
|
String |
RuntimeManagementServiceImpl.shutdownServiceAssembly(String serviceAssemblyName,
boolean forceShutdown,
String targetName)
shuts down service assembly
|
Map<String,String> |
RuntimeManagementServiceImpl.shutdownServiceAssembly(String serviceAssemblyName,
boolean forceShutdown,
String[] targetNames)
shuts down service assembly
|
String |
RuntimeManagementServiceImpl.shutdownServiceAssembly(String serviceAssemblyName,
String targetName)
shuts down service assembly
|
Map<String,String> |
RuntimeManagementServiceImpl.shutdownServiceAssembly(String serviceAssemblyName,
String[] targetNames)
shuts down service assembly
|
String |
RuntimeManagementServiceImpl.startComponent(String componentName,
String targetName)
starts component ( service engine, binding component)
|
Map<String,String> |
RuntimeManagementServiceImpl.startComponent(String componentName,
String[] targetNames)
starts component ( service engine, binding component)
|
String |
RuntimeManagementServiceImpl.startServiceAssembly(String serviceAssemblyName,
String targetName)
starts service assembly
|
Map<String,String> |
RuntimeManagementServiceImpl.startServiceAssembly(String serviceAssemblyName,
String[] targetNames)
starts service assembly
|
String |
RuntimeManagementServiceImpl.stopComponent(String componentName,
String targetName)
stops component (service engine, binding component)
|
Map<String,String> |
RuntimeManagementServiceImpl.stopComponent(String componentName,
String[] targetNames)
stops component (service engine, binding component)
|
String |
RuntimeManagementServiceImpl.stopServiceAssembly(String serviceAssemblyName,
String targetName)
stops service assembly
|
Map<String,String> |
RuntimeManagementServiceImpl.stopServiceAssembly(String serviceAssemblyName,
String[] targetNames)
stops service assembly
|
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.