| Package | Description |
|---|---|
| com.sun.esb.management.common | |
| com.sun.jbi.ui.client | |
| com.sun.jbi.ui.common |
| Modifier and Type | Class and Description |
|---|---|
class |
ManagementRemoteException
A Remote Exception class that saves the cause exception stack trace in a
buffer for serialization.
|
| Modifier and Type | Method and Description |
|---|---|
JBIRemoteException |
ManagementRemoteException.getJBIRemoteException()
Return an instance of JBIRemoteException
|
| Constructor and Description |
|---|
ManagementRemoteException(JBIRemoteException jbiRemoteException) |
| Modifier and Type | Method and Description |
|---|---|
String |
JBIAdminCommandsClientImpl.addApplicationConfiguration(String componentName,
String targetName,
String name,
Properties config)
Add a named application configuration to a component installed on a given
target.
|
String |
JBIAdminCommandsClientImpl.addApplicationVariables(String componentName,
String targetName,
Properties appVariables)
Add application variables to a component installed on a given target.
|
protected void |
AbstractJMXClient.closeJmxConnection()
closes the jmx connection
|
String |
JBIAdminCommandsClientImpl.deleteApplicationConfiguration(String componentName,
String targetName,
String name)
Delete a named application configuration in a component installed on a
given target.
|
String |
JBIAdminCommandsClientImpl.deleteApplicationVariables(String componentName,
String targetName,
String[] appVariableNames)
Delete application variables from a component installed on a given
target.
|
String |
JBIAdminCommandsClientImpl.deployServiceAssembly(String zipFilePath,
String targetName)
deploys service assembly
|
Map<String,String> |
JBIAdminCommandsClientImpl.deployServiceAssembly(String zipFilePath,
String[] targetNames)
deploys service assembly
|
String |
JBIAdminCommandsClientImpl.deployServiceAssemblyFromDomain(String assemblyName,
String targetName)
deploys service assembly
|
Map<String,String> |
JBIAdminCommandsClientImpl.deployServiceAssemblyFromDomain(String assemblyName,
String[] targetNames)
deploys service assembly from domain target
|
String |
JBIAdminCommandsClientImpl.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.
|
protected AdministrationService |
JBIAdminCommandsClientImpl.getAdministrationService() |
ObjectName |
AbstractJMXClient.getAdminServiceMBeanObjectName()
returns admin service mbean object name
|
Properties |
JBIAdminCommandsClientImpl.getApplicationConfiguration(String componentName,
String targetName,
String name)
Get a specific named configuration.
|
Map<String,Properties> |
JBIAdminCommandsClientImpl.getApplicationConfigurations(String componentName,
String targetName)
Get all the application configurations set on a component.
|
Properties |
JBIAdminCommandsClientImpl.getApplicationVariables(String componentName,
String targetName)
Get all the application variables set on a component.
|
Properties |
JBIAdminCommandsClientImpl.getComponentConfiguration(String componentName,
String targetName)
Retrieve component configuration
|
Map<String,ObjectName[]> |
JBIAdminCommandsClientImpl.getComponentExtensionMBeanObjectNames(String componentName,
String extensionName,
String targetName)
Gets the extension MBean object names
|
ObjectName[] |
JBIAdminCommandsClientImpl.getComponentExtensionMBeanObjectNames(String componentName,
String extensionName,
String targetName,
String targetInstanceName)
Gets the extension MBean object names
|
String |
JBIAdminCommandsClientImpl.getComponentInstallationDescriptor(String componentName)
Retrieve the Component Installation descriptor for the server target.
|
Map<String,String> |
JBIAdminCommandsClientImpl.getComponentLoggerDisplayNames(String componentName,
String targetName,
String targetInstanceName)
Gets the component custom loggers and their display names.
|
Map<String,Level> |
JBIAdminCommandsClientImpl.getComponentLoggerLevels(String componentName,
String targetName,
String targetInstanceName)
Gets the component custom loggers and their levels
|
TabularData |
JBIAdminCommandsClientImpl.getComponentStats(String componentName,
String targetName)
This method is used to provide statistics for the given component
in the given target
|
protected ConfigurationService |
JBIAdminCommandsClientImpl.getConfigurationService() |
TabularData |
JBIAdminCommandsClientImpl.getConsumingEndpointsForComponent(String componentName,
String targetName)
This method is used to provide a list of consuming endpoints for a component.
|
Properties |
JBIAdminCommandsClientImpl.getDefaultRuntimeConfiguration()
This method returns a tabular data of a complex open data objects that
represent the runtime configuration parameter descriptor.
|
protected DeploymentService |
JBIAdminCommandsClientImpl.getDeploymentService() |
TabularData |
JBIAdminCommandsClientImpl.getEndpointStats(String endpointName,
String targetName)
This method is used to provide statistic information about the given
endpoint in the given target
|
TabularData |
JBIAdminCommandsClientImpl.getFrameworkStats(String targetName)
This method is used to provide JBIFramework statistics in the
given target.
|
protected InstallationService |
JBIAdminCommandsClientImpl.getInstallationService() |
static JBIAdminCommands |
JBIAdminCommandsClientFactory.getInstance(MBeanServerConnection connection)
Creates a new instance of JBIAdminCommands object for a remote connection
|
static JBIAdminCommands |
JBIAdminCommandsClientFactory.getInstance(MBeanServerConnection connection,
boolean isRemoteConnection)
Creates a new instance of JBIAdminCommands object
|
static JBIAdminCommands |
JBIAdminCommandsClientFactory.getInstance(String hostName,
int portNumber,
String userName,
String password)
Creates a new instance of JBIAdminCommands object First tries to
establish a HTTP connection.
|
static JBIAdminCommands |
JBIAdminCommandsClientFactory.getInstance(String hostName,
int portNumber,
String userName,
String password,
ConnectionType connectionType)
Creates a new instance of JBIAdminCommands object
|
static JBIAdminCommands |
JBIAdminCommandsClientFactory.getInstance(String url,
String userName,
String password,
boolean isRemoteConnection)
Creates a new instance of JBIAdminCommands object
|
ObjectName |
AbstractJMXClient.getJbiAdminUiMBeanObjectName()
returns ui mbean jmx object name.
|
Object |
JMXConnectionImpl.getMBeanAttribute(ObjectName name,
String attribute)
return the attribute value
|
Object |
JMXConnection.getMBeanAttribute(ObjectName name,
String attribute)
retrieves the attribute value
|
Object |
AbstractJMXClient.getMBeanAttribute(ObjectName objectName,
String attributeName)
open connection, invokes the operation on mbean and closes connection.
|
protected MBeanServerConnection |
JBIAdminCommandsClientFactory.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 |
JBIAdminCommandsClientFactory.getMBeanServerConnection(String urlString,
String userName,
String password)
This method returns the MBeanServerConnection to used to invoke the MBean
methods via HTTP connector.
|
TabularData |
JBIAdminCommandsClientImpl.getNMRStats(String targetName)
This method is used to provide statistics about the message service in the
given target.
|
protected PerformanceMeasurementService |
JBIAdminCommandsClientImpl.getPerformanceMeasurementService() |
TabularData |
JBIAdminCommandsClientImpl.getProvidingEndpointsForComponent(String componentName,
String targetName)
This method is used to provide a list of provisioning endpoints for a component.
|
Properties |
JBIAdminCommandsClientImpl.getRuntimeConfiguration(String targetName)
This method returns a tabular data of a complex open data objects that
represent the runtime configuration parameter descriptor.
|
Properties |
JBIAdminCommandsClientImpl.getRuntimeConfigurationMetaData(String propertyKeyName)
This method returns the runtime configuration metadata associated with
the specified property.
|
String |
JBIAdminCommandsClientImpl.getRuntimeLoggerDisplayName(String runtimeLoggerName,
String targetName)
Return the display name for a runtime logger
|
String |
JBIAdminCommandsClientImpl.getRuntimeLoggerDisplayName(String runtimeLoggerName,
String targetName,
String targetInstanceName)
Deprecated.
|
Level |
JBIAdminCommandsClientImpl.getRuntimeLoggerLevel(String runtimeLoggerName,
String targetName)
Lookup the level of one runtime logger
|
Level |
JBIAdminCommandsClientImpl.getRuntimeLoggerLevel(String runtimeLoggerName,
String targetName,
String targetInstanceName)
Deprecated.
|
Map<String,Level> |
JBIAdminCommandsClientImpl.getRuntimeLoggerLevels(String targetName)
Gets all the runtime loggers and their levels
|
Map<String,Level> |
JBIAdminCommandsClientImpl.getRuntimeLoggerLevels(String targetName,
String targetInstanceName)
Deprecated.
|
Map<String,String> |
JBIAdminCommandsClientImpl.getRuntimeLoggerNames(String targetName)
Gets all the runtime loggers and their display names
|
Map<String,String> |
JBIAdminCommandsClientImpl.getRuntimeLoggerNames(String targetName,
String targetInstanceName)
Deprecated.
|
protected RuntimeManagementService |
JBIAdminCommandsClientImpl.getRuntimeManagementService() |
String |
JBIAdminCommandsClientImpl.getServiceAssemblyDeploymentDescriptor(String serviceAssemblyName)
Retrieve the Service Assembly Deployment descriptor for the domain
target.
|
TabularData |
JBIAdminCommandsClientImpl.getServiceAssemblyStats(String saName,
String targetName)
This method is used to provide statistics about a Service Assembly
in the given target.
|
String |
JBIAdminCommandsClientImpl.getServiceUnitDeploymentDescriptor(String serviceAssemblyName,
String serviceUnitName)
Returns the jbi.xml Deployment Descriptor for a Service Unit.
|
String |
JBIAdminCommandsClientImpl.getSharedLibraryInstallationDescriptor(String sharedLibraryName)
Retrieve the Shared Library Installation descriptor for the server
target.
|
String |
JBIAdminCommandsClientImpl.installComponent(String zipFilePath,
Properties paramProps,
String targetName)
installs component ( service engine, binding component)
|
Map<String,String> |
JBIAdminCommandsClientImpl.installComponent(String zipFilePath,
Properties paramProps,
String[] targetNames)
installs component ( service engine, binding component)
|
String |
JBIAdminCommandsClientImpl.installComponent(String zipFilePath,
String targetName)
installs component (service engine, binding component)
|
Map<String,String> |
JBIAdminCommandsClientImpl.installComponent(String zipFilePath,
String[] targetNames)
installs component (service engine, binding component)
|
String |
JBIAdminCommandsClientImpl.installComponentFromDomain(String componentName,
Properties properties,
String targetName)
installs component ( service engine, binding component)
|
Map<String,String> |
JBIAdminCommandsClientImpl.installComponentFromDomain(String componentName,
Properties properties,
String[] targetNames)
installs component from domain ( service engine, binding component)
|
String |
JBIAdminCommandsClientImpl.installComponentFromDomain(String componentName,
String targetName)
installs component ( service engine, binding component)
|
Map<String,String> |
JBIAdminCommandsClientImpl.installComponentFromDomain(String componentName,
String[] targetNames)
installs component from domain ( service engine, binding component)
|
String |
JBIAdminCommandsClientImpl.installSharedLibrary(String zipFilePath,
String targetName)
installs shared library
|
Map<String,String> |
JBIAdminCommandsClientImpl.installSharedLibrary(String zipFilePath,
String[] targetNames)
installs shared library
|
String |
JBIAdminCommandsClientImpl.installSharedLibraryFromDomain(String libraryName,
String targetName)
installs shared library
|
Map<String,String> |
JBIAdminCommandsClientImpl.installSharedLibraryFromDomain(String libraryName,
String[] targetNames)
installs shared library from domain
|
Object |
JMXConnectionImpl.invokeMBeanOperation(ObjectName name,
String operationName,
Object[] params,
String[] signature)
invokes operation
|
Object |
JMXConnection.invokeMBeanOperation(ObjectName name,
String operationName,
Object[] params,
String[] signature)
invokes the operation on mbean
|
Object |
AbstractJMXClient.invokeMBeanOperation(ObjectName objectName,
String operationName,
Object[] params,
String[] signature)
open connection, invokes the operation on mbean and closes connection.
|
Object |
AbstractJMXClient.invokeMBeanOperation(ObjectName objectName,
String operationName,
String param)
single param opeartion invocation.
|
Object |
AbstractJMXClient.invokeMBeanOperation(ObjectName objectName,
String operationName,
String param1,
String param2)
single param opeartion invocation.
|
Object |
AbstractJMXClient.invokeMBeanOperation(ObjectName objectName,
String operationName,
String param1,
String param2,
String param3)
single param opeartion invocation.
|
Object |
AbstractJMXClient.invokeMBeanOperation(ObjectName objectName,
String operationName,
String param1,
String param2,
String param3,
String param4)
single param opeartion invocation.
|
boolean |
JBIAdminCommandsClientImpl.isAppConfigSupported(String componentName,
String targetName)
Detect the components support for application configuration.
|
boolean |
JBIAdminCommandsClientImpl.isAppVarsSupported(String componentName,
String targetName)
Detect the components support for application variables.
|
boolean |
JBIAdminCommandsClientImpl.isComponentConfigSupported(String componentName,
String targetName)
Detect the components support for component configuration.
|
boolean |
JBIAdminCommandsClientImpl.isJBIRuntimeEnabled()
Test whether the JBI Runtime is enabled.
|
boolean |
JBIAdminCommandsClientImpl.isServerRestartRequired()
checks if the server need to be restarted to apply the changes made to
some of the configuration parameters.
|
boolean |
JBIAdminCommandsClientImpl.isTargetUp(String targetName)
Checks to see if the Target (server, cluster) is up or down.
|
String[] |
JBIAdminCommandsClientImpl.listApplicationConfigurationNames(String componentName,
String targetName)
List all the application configurations in a component.
|
String |
JBIAdminCommandsClientImpl.listBindingComponents(String targetName)
return component info xml text that has only binding component infos.
|
Map<String,String> |
JBIAdminCommandsClientImpl.listBindingComponents(String[] targetNames)
return component info xml text that has only binding component infos.
|
String |
JBIAdminCommandsClientImpl.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> |
JBIAdminCommandsClientImpl.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 |
JBIAdminCommandsClientImpl.listServiceAssemblies(String targetName)
returns a list of Service Assembly Infos in a xml format.
|
Map<String,String> |
JBIAdminCommandsClientImpl.listServiceAssemblies(String[] targetNames)
returns a list of Service Assembly Infos in a xml format.
|
String |
JBIAdminCommandsClientImpl.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> |
JBIAdminCommandsClientImpl.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 |
JBIAdminCommandsClientImpl.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> |
JBIAdminCommandsClientImpl.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 |
JBIAdminCommandsClientImpl.listServiceEngines(String targetName)
return component info xml text that has only service engine infos.
|
Map<String,String> |
JBIAdminCommandsClientImpl.listServiceEngines(String[] targetNames)
return component info xml text that has only service engine infos.
|
String |
JBIAdminCommandsClientImpl.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> |
JBIAdminCommandsClientImpl.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 |
JBIAdminCommandsClientImpl.listSharedLibraries(String targetName)
return component info xml text that has only shared library infos.
|
Map<String,String> |
JBIAdminCommandsClientImpl.listSharedLibraries(String[] targetNames)
return component info xml text that has only shared library infos.
|
String |
JBIAdminCommandsClientImpl.listSharedLibraries(String componentName,
String targetName)
returns the list of Shared Library infos in the in a xml format
|
Map<String,String> |
JBIAdminCommandsClientImpl.listSharedLibraries(String componentName,
String[] targetNames)
returns the list of Shared Library infos in the in a xml format
|
String |
JBIAdminCommandsClientImpl.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> |
JBIAdminCommandsClientImpl.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
|
protected void |
AbstractJMXClient.openJmxConnection()
opens the jmx connection
|
CompositeType |
JBIAdminCommandsClientImpl.queryApplicationConfigurationType(String componentName,
String targetName)
Get the CompositeType definition for the components application configuration
|
String |
RemoteJBIAdminCommandsFactory.DefaultRemoteJBIAdminCommandsImpl.remoteDeployServiceAssembly(String zipFilePath)
remotely deploys service assembly by uploading the file to server side.
|
String |
RemoteJBIAdminCommands.remoteDeployServiceAssembly(String zipFilePath)
remotely deploys service assembly by uploading the file to server side.
|
String |
RemoteJBIAdminCommandsFactory.DefaultRemoteJBIAdminCommandsImpl.remoteInstallComponent(String zipFilePath)
remotely install service engine or binding component by uploading the file server side
Not supported in RI.
|
String |
RemoteJBIAdminCommands.remoteInstallComponent(String zipFilePath)
remotely install service engine or binding component by uploading the file server side
Not supported in RI.
|
String |
RemoteJBIAdminCommandsFactory.DefaultRemoteJBIAdminCommandsImpl.remoteInstallComponent(String zipFilePath,
Properties params)
remotely install service engine or binding component by uploading the file server side
Not supported in RI.
|
String |
RemoteJBIAdminCommands.remoteInstallComponent(String zipFilePath,
Properties paramProps)
remotely install service engine or binding component by uploading the file server side
Not supported in RI.
|
String |
RemoteJBIAdminCommandsFactory.DefaultRemoteJBIAdminCommandsImpl.remoteInstallSharedLibrary(String zipFilePath)
remotely install shared library by uploading the file to server side
Not supported in RI.
|
String |
RemoteJBIAdminCommands.remoteInstallSharedLibrary(String zipFilePath)
remotely install shared library by uploading the file to server side
Not supported in RI.
|
String |
JBIAdminCommandsClientImpl.retrieveConfigurationDisplayData(String componentName,
String targetName)
Retrieves the component configuration metadata.
|
String |
JBIAdminCommandsClientImpl.retrieveConfigurationDisplaySchema(String componentName,
String targetName)
Retrieves the component specific configuration schema.
|
String |
JBIAdminCommandsClientImpl.setApplicationConfiguration(String componentName,
String targetName,
String name,
Properties config)
Update a named application configuration in a component installed on a
given target.
|
String |
JBIAdminCommandsClientImpl.setApplicationVariables(String componentName,
String targetName,
Properties appVariables)
Set application variables on a component installed on a given target.
|
Properties |
JBIAdminCommandsClientImpl.setComponentConfiguration(String componentName,
Properties configurationValues,
String targetName)
Deprecated.
|
String |
JBIAdminCommandsClientImpl.setComponentConfiguration(String targetName,
String componentName,
Properties configurationValues)
Will return jbi mgmt message with success, failure, or partial success
per instance.
|
void |
JBIAdminCommandsClientImpl.setComponentLoggerLevel(String componentName,
String loggerCustomName,
Level logLevel,
String targetName,
String targetInstanceName)
Sets the component log level for a given custom logger
|
void |
JMXConnectionImpl.setMBeanAttribute(ObjectName name,
Attribute attribute)
set the attribute on mbean
|
void |
JMXConnection.setMBeanAttribute(ObjectName name,
Attribute attribute)
sets the attribute value
|
boolean |
JBIAdminCommandsClientImpl.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 |
JBIAdminCommandsClientImpl.setRuntimeLoggerLevel(String runtimeLoggerName,
Level logLevel,
String targetName)
Sets the log level for a given runtime logger
|
void |
JBIAdminCommandsClientImpl.setRuntimeLoggerLevel(String runtimeLoggerName,
Level logLevel,
String targetName,
String targetInstanceName)
Deprecated.
|
String |
JBIAdminCommandsClientImpl.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> |
JBIAdminCommandsClientImpl.showBindingComponent(String name,
String state,
String sharedLibraryName,
String serviceAssemblyName,
String[] targetNames)
return component info xml text for the specified binding component if
exists.
|
String |
JBIAdminCommandsClientImpl.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> |
JBIAdminCommandsClientImpl.showServiceAssembly(String name,
String state,
String componentName,
String[] targetNames)
return service assembly info xml text for the specified service assembly
if exists.
|
String |
JBIAdminCommandsClientImpl.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> |
JBIAdminCommandsClientImpl.showServiceEngine(String name,
String state,
String sharedLibraryName,
String serviceAssemblyName,
String[] targetNames)
return component info xml text for the specified service engine if
exists.
|
String |
JBIAdminCommandsClientImpl.showSharedLibrary(String name,
String componentName,
String targetName)
return component info xml text for the specified shared library if
exists.
|
Map<String,String> |
JBIAdminCommandsClientImpl.showSharedLibrary(String name,
String componentName,
String[] targetNames)
return component info xml text for the specified shared library if
exists.
|
String |
JBIAdminCommandsClientImpl.shutdownComponent(String componentName,
boolean force,
String targetName)
shuts down component ( service engine, binding component)
|
Map<String,String> |
JBIAdminCommandsClientImpl.shutdownComponent(String componentName,
boolean force,
String[] targetNames)
shuts down component ( service engine, binding component)
|
String |
JBIAdminCommandsClientImpl.shutdownComponent(String componentName,
String targetName)
shuts down component ( service engine, binding component)
|
Map<String,String> |
JBIAdminCommandsClientImpl.shutdownComponent(String componentName,
String[] targetNames)
shuts down component ( service engine, binding component)
|
String |
JBIAdminCommandsClientImpl.shutdownServiceAssembly(String serviceAssemblyName,
boolean forceShutdown,
String targetName)
shuts down service assembly
|
Map<String,String> |
JBIAdminCommandsClientImpl.shutdownServiceAssembly(String serviceAssemblyName,
boolean forceShutdown,
String[] targetNames)
shuts down service assembly
|
String |
JBIAdminCommandsClientImpl.shutdownServiceAssembly(String serviceAssemblyName,
String targetName)
shuts down service assembly
|
Map<String,String> |
JBIAdminCommandsClientImpl.shutdownServiceAssembly(String serviceAssemblyName,
String[] targetNames)
shuts down service assembly
|
String |
JBIAdminCommandsClientImpl.startComponent(String componentName,
String targetName)
starts component ( service engine, binding component)
|
Map<String,String> |
JBIAdminCommandsClientImpl.startComponent(String componentName,
String[] targetNames) |
String |
JBIAdminCommandsClientImpl.startServiceAssembly(String serviceAssemblyName,
String targetName)
starts service assembly
|
Map<String,String> |
JBIAdminCommandsClientImpl.startServiceAssembly(String serviceAssemblyName,
String[] targetNames)
starts service assembly
|
String |
JBIAdminCommandsClientImpl.stopComponent(String componentName,
String targetName)
stops component (service engine, binding component)
|
Map<String,String> |
JBIAdminCommandsClientImpl.stopComponent(String componentName,
String[] targetNames)
stops component (service engine, binding component)
|
String |
JBIAdminCommandsClientImpl.stopServiceAssembly(String serviceAssemblyName,
String targetName)
stops service assembly
|
Map<String,String> |
JBIAdminCommandsClientImpl.stopServiceAssembly(String serviceAssemblyName,
String[] targetNames)
stops service assembly
|
String |
JBIAdminCommandsClientImpl.undeployServiceAssembly(String serviceAssemblyName,
boolean forceDelete,
boolean retainInDomain,
String targetName)
undeploys service assembly
|
Map<String,String> |
JBIAdminCommandsClientImpl.undeployServiceAssembly(String serviceAssemblyName,
boolean forceDelete,
boolean retainInDomain,
String[] targetNames)
undeploys service assembly
|
String |
JBIAdminCommandsClientImpl.undeployServiceAssembly(String serviceAssemblyName,
boolean forceDelete,
String targetName)
undeploys service assembly
|
Map<String,String> |
JBIAdminCommandsClientImpl.undeployServiceAssembly(String serviceAssemblyName,
boolean forceDelete,
String[] targetNames)
undeploys service assembly
|
String |
JBIAdminCommandsClientImpl.undeployServiceAssembly(String serviceAssemblyName,
String targetName)
undeploys service assembly
|
Map<String,String> |
JBIAdminCommandsClientImpl.undeployServiceAssembly(String serviceAssemblyName,
String[] targetNames)
undeploys service assembly
|
String |
JBIAdminCommandsClientImpl.uninstallComponent(String componentName,
boolean forceDelete,
boolean retainInDomain,
String targetName)
uninstalls component ( service engine, binding component)
|
Map<String,String> |
JBIAdminCommandsClientImpl.uninstallComponent(String componentName,
boolean forceDelete,
boolean retainInDomain,
String[] targetNames)
uninstalls component ( service engine, binding component)
|
String |
JBIAdminCommandsClientImpl.uninstallComponent(String componentName,
boolean forceDelete,
String targetName)
uninstalls component ( service engine, binding component)
|
Map<String,String> |
JBIAdminCommandsClientImpl.uninstallComponent(String componentName,
boolean forceDelete,
String[] targetNames)
Forcefully uninstalls component ( service engine, binding component)
|
String |
JBIAdminCommandsClientImpl.uninstallComponent(String componentName,
String targetName)
uninstalls component (service engine, binding component)
|
Map<String,String> |
JBIAdminCommandsClientImpl.uninstallComponent(String componentName,
String[] targetNames)
uninstalls component (service engine, binding component)
|
String |
JBIAdminCommandsClientImpl.uninstallSharedLibrary(String sharedLibraryName,
boolean forceDelete,
boolean retainInDomain,
String targetName)
uninstalls shared library
|
Map<String,String> |
JBIAdminCommandsClientImpl.uninstallSharedLibrary(String sharedLibraryName,
boolean forceDelete,
boolean retainInDomain,
String[] targetNames)
uninstalls shared library
|
String |
JBIAdminCommandsClientImpl.uninstallSharedLibrary(String sharedLibraryName,
boolean forceDelete,
String targetName)
uninstalls shared library
|
Map<String,String> |
JBIAdminCommandsClientImpl.uninstallSharedLibrary(String sharedLibraryName,
boolean forceDelete,
String[] targetNames)
Forcefully uninstalls shared library
|
String |
JBIAdminCommandsClientImpl.uninstallSharedLibrary(String sharedLibraryName,
String targetName)
uninstalls shared library
|
Map<String,String> |
JBIAdminCommandsClientImpl.uninstallSharedLibrary(String sharedLibraryName,
String[] targetNames)
uninstalls shared library
|
String |
JBIAdminCommandsClientImpl.updateComponent(String componentName,
String zipFilePath)
updates component (service engine, binding component)
|
CompositeData |
JBIAdminCommandsClientImpl.verifyApplication(String applicationURL,
String targetName,
boolean generateTemplates,
String templateDir,
boolean includeDeployCommand)
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 |
|---|---|
static JBIRemoteException |
JBIRemoteException.filterJmxExceptions(Exception jmxEx)
filters the jmx exception and wraps the root cause user exception int the
JBIRemoteException
|
| Modifier and Type | Method and Description |
|---|---|
String |
JBIAdminCommands.addApplicationConfiguration(String componentName,
String targetName,
String name,
Properties config)
Add a named application configuration to a component installed on a given target.
|
String |
JBIAdminCommands.addApplicationVariables(String componentName,
String targetName,
Properties appVariables)
Add application variables to a component installed on a given target.
|
String |
JBIAdminCommands.deleteApplicationConfiguration(String componentName,
String targetName,
String name)
Delete a named application configuration in a component installed on a given target.
|
String |
JBIAdminCommands.deleteApplicationVariables(String componentName,
String targetName,
String[] appVariableNames)
Delete application variables from a component installed on a given target.
|
String |
JBIAdminCommands.deployServiceAssembly(String zipFilePath,
String targetName)
deploys service assembly
|
Map<String,String> |
JBIAdminCommands.deployServiceAssembly(String zipFilePath,
String[] targetNames)
deploys service assembly
|
String |
JBIAdminCommands.deployServiceAssemblyFromDomain(String assemblyName,
String targetName)
deploys service assembly
|
Map<String,String> |
JBIAdminCommands.deployServiceAssemblyFromDomain(String assemblyName,
String[] targetNames)
deploys service assembly
|
String |
JBIAdminCommands.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 |
JBIAdminCommands.getApplicationConfiguration(String componentName,
String targetName,
String name)
Get a specific named configuration.
|
Map<String,Properties> |
JBIAdminCommands.getApplicationConfigurations(String componentName,
String targetName)
Get all the application configurations set on a component.
|
Properties |
JBIAdminCommands.getApplicationVariables(String componentName,
String targetName)
Get all the application variables set on a component.
|
Properties |
JBIAdminCommands.getComponentConfiguration(String componentName,
String targetName)
Retrieve component configuration
|
Map<String,ObjectName[]> |
JBIAdminCommands.getComponentExtensionMBeanObjectNames(String componentName,
String extensionName,
String targetName)
Gets the extension MBean object names
|
ObjectName[] |
JBIAdminCommands.getComponentExtensionMBeanObjectNames(String componentName,
String extensionName,
String targetName,
String targetInstanceName)
Gets the extension MBean object names
|
String |
JBIAdminCommands.getComponentInstallationDescriptor(String componentName)
Returns the jbi.xml Installation Descriptor for a Service Engine/Binding
Component.
|
Map<String,String> |
JBIAdminCommands.getComponentLoggerDisplayNames(String componentName,
String targetName,
String targetInstanceName)
Gets the component custom loggers and their display names.
|
Map<String,Level> |
JBIAdminCommands.getComponentLoggerLevels(String componentName,
String targetName,
String targetInstanceName)
Gets the component custom loggers and their levels
|
TabularData |
JBIAdminCommands.getComponentStats(String componentName,
String targetName)
This method is used to provide statistics for the given component
in the given target
|
TabularData |
JBIAdminCommands.getConsumingEndpointsForComponent(String componentName,
String targetName)
This method is used to provide a list of consuming endpoints for a component.
|
Properties |
JBIAdminCommands.getDefaultRuntimeConfiguration()
This method returns a tabular data of a complex open data objects that
represent the runtime configuration parameter descriptor.
|
TabularData |
JBIAdminCommands.getEndpointStats(String endpointName,
String targetName)
This method is used to provide statistic information about the given
endpoint in the given target
|
TabularData |
JBIAdminCommands.getFrameworkStats(String targetName)
This method is used to provide JBIFramework statistics in the
given target.
|
TabularData |
JBIAdminCommands.getNMRStats(String targetName)
This method is used to provide statistics about the message service in the
given target.
|
TabularData |
JBIAdminCommands.getProvidingEndpointsForComponent(String componentName,
String targetName)
This method is used to provide a list of provisioning endpoints for a component.
|
Properties |
JBIAdminCommands.getRuntimeConfiguration(String targetName)
This method returns a tabular data of a complex open data objects that
represent the runtime configuration parameter descriptor.
|
Properties |
JBIAdminCommands.getRuntimeConfigurationMetaData(String propertyKeyName)
This method returns the runtime configuration metadata associated with
the specified property.
|
String |
JBIAdminCommands.getRuntimeLoggerDisplayName(String runtimeLoggerName,
String targetName)
Return the display name for a runtime logger
|
String |
JBIAdminCommands.getRuntimeLoggerDisplayName(String runtimeLoggerName,
String targetName,
String targetInstanceName)
Return the display name for a runtime logger
|
Level |
JBIAdminCommands.getRuntimeLoggerLevel(String runtimeLoggerName,
String targetName)
Lookup the level of one runtime logger
|
Level |
JBIAdminCommands.getRuntimeLoggerLevel(String runtimeLoggerName,
String targetName,
String targetInstanceName)
Lookup the level of one runtime logger
|
Map<String,Level> |
JBIAdminCommands.getRuntimeLoggerLevels(String targetName)
Gets all the runtime loggers and their levels
|
Map<String,Level> |
JBIAdminCommands.getRuntimeLoggerLevels(String targetName,
String targetInstanceName)
Gets all the runtime loggers and their levels
|
Map<String,String> |
JBIAdminCommands.getRuntimeLoggerNames(String targetName)
Gets all the runtime loggers and their display names
|
Map<String,String> |
JBIAdminCommands.getRuntimeLoggerNames(String targetName,
String targetInstanceName)
Gets all the runtime loggers and their display names
|
String |
JBIAdminCommands.getServiceAssemblyDeploymentDescriptor(String serviceAssemblyName)
Returns the jbi.xml Deployment Descriptor for a Service Assembly.
|
TabularData |
JBIAdminCommands.getServiceAssemblyStats(String saName,
String targetName)
This method is used to provide statistics about a Service Assembly
in the given target.
|
String |
JBIAdminCommands.getServiceUnitDeploymentDescriptor(String serviceAssemblyName,
String serviceUnitName)
Returns the jbi.xml Deployment Descriptor for a Service Unit.
|
String |
JBIAdminCommands.getSharedLibraryInstallationDescriptor(String sharedLibraryName)
Returns the jbi.xml Installation Descriptor for a Shared Library.
|
String |
JBIAdminCommands.installComponent(String zipFilePath,
Properties paramProps,
String targetName)
installs component ( service engine, binding component)
|
Map<String,String> |
JBIAdminCommands.installComponent(String zipFilePath,
Properties paramProps,
String[] targetNames)
installs component ( service engine, binding component)
|
String |
JBIAdminCommands.installComponent(String zipFilePath,
String targetName)
installs component ( service engine, binding component)
|
Map<String,String> |
JBIAdminCommands.installComponent(String zipFilePath,
String[] targetNames)
installs component ( service engine, binding component)
|
String |
JBIAdminCommands.installComponentFromDomain(String componentName,
Properties properties,
String targetName)
installs component ( service engine, binding component)
|
Map<String,String> |
JBIAdminCommands.installComponentFromDomain(String componentName,
Properties properties,
String[] targetNames)
installs component ( service engine, binding component)
|
String |
JBIAdminCommands.installComponentFromDomain(String componentName,
String targetName)
installs component ( service engine, binding component)
|
Map<String,String> |
JBIAdminCommands.installComponentFromDomain(String componentName,
String[] targetNames)
installs component ( service engine, binding component)
|
String |
JBIAdminCommands.installSharedLibrary(String zipFilePath,
String targetName)
installs shared library
|
Map<String,String> |
JBIAdminCommands.installSharedLibrary(String zipFilePath,
String[] targetNames)
installs shared library
|
String |
JBIAdminCommands.installSharedLibraryFromDomain(String libraryName,
String targetName)
installs shared library
|
Map<String,String> |
JBIAdminCommands.installSharedLibraryFromDomain(String libraryName,
String[] targetNames)
installs shared library
|
boolean |
JBIAdminCommands.isAppConfigSupported(String componentName,
String targetName)
Detect the components support for application configuration.
|
boolean |
JBIAdminCommands.isAppVarsSupported(String componentName,
String targetName)
Detect the components support for application variables.
|
boolean |
JBIAdminCommands.isComponentConfigSupported(String componentName,
String targetName)
Detect the components support for component configuration.
|
boolean |
JBIAdminCommands.isJBIRuntimeEnabled()
Checks to see if the JBI Runtime is enabled.
|
boolean |
JBIAdminCommands.isServerRestartRequired()
checks if the server need to be restarted to apply the changes made to
some of the configuration parameters.
|
boolean |
JBIAdminCommands.isTargetUp(String targetName)
Checks to see if the Target (server, cluster) is up or down.
|
String[] |
JBIAdminCommands.listApplicationConfigurationNames(String componentName,
String targetName)
List all the application configurations in a component.
|
String |
JBIAdminCommands.listBindingComponents(String targetName)
return component info xml text that has only binding component infos.
|
Map<String,String> |
JBIAdminCommands.listBindingComponents(String[] targetNames)
return component info xml text that has only binding component infos.
|
String |
JBIAdminCommands.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> |
JBIAdminCommands.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 |
JBIAdminCommands.listServiceAssemblies(String targetName)
returns a list of Service Assembly Infos in a xml format.
|
Map<String,String> |
JBIAdminCommands.listServiceAssemblies(String[] targetNames)
returns a list of Service Assembly Infos in a xml format.
|
String |
JBIAdminCommands.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> |
JBIAdminCommands.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 |
JBIAdminCommands.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> |
JBIAdminCommands.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 |
JBIAdminCommands.listServiceEngines(String targetName)
return component info xml text that has only service engine infos.
|
Map<String,String> |
JBIAdminCommands.listServiceEngines(String[] targetNames)
return component info xml text that has only service engine infos.
|
String |
JBIAdminCommands.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> |
JBIAdminCommands.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 |
JBIAdminCommands.listSharedLibraries(String targetName)
return component info xml text that has only shared library infos.
|
Map<String,String> |
JBIAdminCommands.listSharedLibraries(String[] targetNames)
return component info xml text that has only shared library infos.
|
String |
JBIAdminCommands.listSharedLibraries(String componentName,
String targetName)
returns the list of Shared Library infos in the in a xml format
|
Map<String,String> |
JBIAdminCommands.listSharedLibraries(String componentName,
String[] targetNames)
returns the list of Shared Library infos in the in a xml format
|
String |
JBIAdminCommands.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> |
JBIAdminCommands.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
|
CompositeType |
JBIAdminCommands.queryApplicationConfigurationType(String componentName,
String targetName)
Get the CompositeType definition for the components application configuration
|
String |
JBIAdminCommands.retrieveConfigurationDisplayData(String componentName,
String targetName)
Retrieves the component configuration metadata.
|
String |
JBIAdminCommands.retrieveConfigurationDisplaySchema(String componentName,
String targetname)
Retrieves the component specific configuration schema.
|
String |
JBIAdminCommands.setApplicationConfiguration(String componentName,
String targetName,
String name,
Properties config)
Update a named application configuration in a component installed on a given target.
|
String |
JBIAdminCommands.setApplicationVariables(String componentName,
String targetName,
Properties appVariables)
Set application variables on a component installed on a given target.
|
String |
JBIAdminCommands.setComponentConfiguration(String targetName,
String componentName,
Properties configurationValues)
Will return jbi mgmt message with success, failure, or partial success
per instance.
|
void |
JBIAdminCommands.setComponentLoggerLevel(String componentName,
String loggerCustomName,
Level logLevel,
String targetName,
String targetInstanceName)
Sets the component log level for a given custom logger
|
boolean |
JBIAdminCommands.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 |
JBIAdminCommands.setRuntimeLoggerLevel(String runtimeLoggerName,
Level logLevel,
String targetName)
Sets the log level for a given runtime logger
|
void |
JBIAdminCommands.setRuntimeLoggerLevel(String runtimeLoggerName,
Level logLevel,
String targetName,
String targetInstanceName)
Sets the log level for a given runtime logger
|
String |
JBIAdminCommands.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> |
JBIAdminCommands.showBindingComponent(String name,
String state,
String sharedLibraryName,
String serviceAssemblyName,
String[] targetNames)
return component info xml text for the specified binding component if
exists.
|
String |
JBIAdminCommands.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> |
JBIAdminCommands.showServiceAssembly(String name,
String state,
String componentName,
String[] targetNames)
return service assembly info xml text for the specified service assembly
if exists.
|
String |
JBIAdminCommands.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> |
JBIAdminCommands.showServiceEngine(String name,
String state,
String sharedLibraryName,
String serviceAssemblyName,
String[] targetNames)
return component info xml text for the specified service engine if
exists.
|
String |
JBIAdminCommands.showSharedLibrary(String name,
String componentName,
String targetName)
return component info xml text for the specified shared library if
exists.
|
Map<String,String> |
JBIAdminCommands.showSharedLibrary(String name,
String componentName,
String[] targetNames)
return component info xml text for the specified shared library if
exists.
|
String |
JBIAdminCommands.shutdownComponent(String componentName,
boolean force,
String targetName)
shuts down component ( service engine, binding component)
|
Map<String,String> |
JBIAdminCommands.shutdownComponent(String componentName,
boolean force,
String[] targetNames)
shuts down component ( service engine, binding component)
|
String |
JBIAdminCommands.shutdownComponent(String componentName,
String targetName)
shuts down component ( service engine, binding component)
|
Map<String,String> |
JBIAdminCommands.shutdownComponent(String componentName,
String[] targetNames)
shuts down component ( service engine, binding component)
|
String |
JBIAdminCommands.shutdownServiceAssembly(String serviceAssemblyName,
boolean forceShutdown,
String targetName)
shuts down service assembly
|
Map<String,String> |
JBIAdminCommands.shutdownServiceAssembly(String serviceAssemblyName,
boolean forceShutdown,
String[] targetNames)
shuts down service assembly
|
String |
JBIAdminCommands.shutdownServiceAssembly(String serviceAssemblyName,
String targetName)
shuts down service assembly
|
Map<String,String> |
JBIAdminCommands.shutdownServiceAssembly(String serviceAssemblyName,
String[] targetNames)
shuts down service assembly
|
String |
JBIAdminCommands.startComponent(String componentName,
String targetName)
starts component ( service engine, binding component)
|
Map<String,String> |
JBIAdminCommands.startComponent(String componentName,
String[] targetNames)
starts component ( service engine, binding component)
|
String |
JBIAdminCommands.startServiceAssembly(String serviceAssemblyName,
String targetName)
starts service assembly
|
Map<String,String> |
JBIAdminCommands.startServiceAssembly(String serviceAssemblyName,
String[] targetNames)
starts service assembly
|
String |
JBIAdminCommands.stopComponent(String componentName,
String targetName)
stops component ( service engine, binding component)
|
Map<String,String> |
JBIAdminCommands.stopComponent(String componentName,
String[] targetNames)
stops component ( service engine, binding component)
|
String |
JBIAdminCommands.stopServiceAssembly(String serviceAssemblyName,
String targetName)
stops service assembly
|
Map<String,String> |
JBIAdminCommands.stopServiceAssembly(String serviceAssemblyName,
String[] targetNames)
stops service assembly
|
String |
JBIAdminCommands.undeployServiceAssembly(String serviceAssemblyName,
boolean forceDelete,
boolean retainInDomain,
String targetName)
undeploys service assembly
|
Map<String,String> |
JBIAdminCommands.undeployServiceAssembly(String serviceAssemblyName,
boolean forceDelete,
boolean retainInDomain,
String[] targetNames)
undeploys service assembly
|
String |
JBIAdminCommands.undeployServiceAssembly(String serviceAssemblyName,
boolean forceDelete,
String targetName)
undeploys service assembly
|
Map<String,String> |
JBIAdminCommands.undeployServiceAssembly(String serviceAssemblyName,
boolean forceDelete,
String[] targetNames)
undeploys service assembly
|
String |
JBIAdminCommands.undeployServiceAssembly(String serviceAssemblyName,
String targetName)
undeploys service assembly
|
Map<String,String> |
JBIAdminCommands.undeployServiceAssembly(String serviceAssemblyName,
String[] targetNames)
undeploys service assembly
|
String |
JBIAdminCommands.uninstallComponent(String componentName,
boolean forceDelete,
boolean retainInDomain,
String targetName)
uninstalls component ( service engine, binding component)
|
Map<String,String> |
JBIAdminCommands.uninstallComponent(String componentName,
boolean forceDelete,
boolean retainInDomain,
String[] targetNames)
uninstalls component ( service engine, binding component)
|
String |
JBIAdminCommands.uninstallComponent(String componentName,
boolean forceDelete,
String targetName)
uninstalls component ( service engine, binding component)
|
Map<String,String> |
JBIAdminCommands.uninstallComponent(String componentName,
boolean forceDelete,
String[] targetNames)
uninstalls component ( service engine, binding component)
|
String |
JBIAdminCommands.uninstallComponent(String componentName,
String targetName)
uninstalls component ( service engine, binding component)
|
Map<String,String> |
JBIAdminCommands.uninstallComponent(String componentName,
String[] targetNames)
uninstalls component ( service engine, binding component)
|
String |
JBIAdminCommands.uninstallSharedLibrary(String sharedLibraryName,
boolean forceDelete,
boolean retainInDomain,
String targetName)
uninstalls shared library
|
Map<String,String> |
JBIAdminCommands.uninstallSharedLibrary(String sharedLibraryName,
boolean forceDelete,
boolean retainInDomain,
String[] targetNames)
uninstalls shared library
|
String |
JBIAdminCommands.uninstallSharedLibrary(String sharedLibraryName,
boolean forceDelete,
String targetName)
uninstalls shared library
|
Map<String,String> |
JBIAdminCommands.uninstallSharedLibrary(String sharedLibraryName,
boolean forceDelete,
String[] targetNames)
uninstalls shared library
|
String |
JBIAdminCommands.uninstallSharedLibrary(String sharedLibraryName,
String targetName)
uninstalls shared library
|
Map<String,String> |
JBIAdminCommands.uninstallSharedLibrary(String sharedLibraryName,
String[] targetNames)
uninstalls shared library
|
String |
JBIAdminCommands.updateComponent(String componentName,
String zipFilePath)
updates component ( service engine, binding component)
|
CompositeData |
JBIAdminCommands.verifyApplication(String applicationURL,
String targetName,
boolean generateTemplates,
String templateDir,
boolean includeDeployCommand)
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.
|
| Constructor and Description |
|---|
JBIRemoteException(JBIRemoteException exception)
Creates a new instance of JBIException.
|
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.