public static class RemoteJBIAdminCommandsFactory.DefaultRemoteJBIAdminCommandsImpl extends AbstractJMXClient implements RemoteJBIAdminCommands
mJmxConnection| Constructor and Description |
|---|
RemoteJBIAdminCommandsFactory.DefaultRemoteJBIAdminCommandsImpl(Properties connProps)
constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
remoteDeployServiceAssembly(String zipFilePath)
remotely deploys service assembly by uploading the file to server side.
|
String |
remoteInstallComponent(String zipFilePath)
remotely install service engine or binding component by uploading the file server side
Not supported in RI.
|
String |
remoteInstallComponent(String zipFilePath,
Properties params)
remotely install service engine or binding component by uploading the file server side
Not supported in RI.
|
String |
remoteInstallSharedLibrary(String zipFilePath)
remotely install shared library by uploading the file to server side
Not supported in RI.
|
closeJmxConnection, getAdminServiceMBeanObjectName, getI18NBundle, getJbiAdminUiMBeanObjectName, getJMXConnection, getMBeanAttribute, invokeMBeanOperation, invokeMBeanOperation, invokeMBeanOperation, invokeMBeanOperation, invokeMBeanOperation, openJmxConnection, setJMXConnectionpublic RemoteJBIAdminCommandsFactory.DefaultRemoteJBIAdminCommandsImpl(Properties connProps)
connProps - Properties objectpublic String remoteDeployServiceAssembly(String zipFilePath) throws JBIRemoteException
remoteDeployServiceAssembly in interface RemoteJBIAdminCommandszipFilePath - fie pathJBIRemoteException - on errorpublic String remoteInstallComponent(String zipFilePath, Properties params) throws JBIRemoteException
remoteInstallComponent in interface RemoteJBIAdminCommandsparamProps - Properties object contains name,value pair for parameters.zipFilePath - fie pathJBIRemoteException - on errorpublic String remoteInstallComponent(String zipFilePath) throws JBIRemoteException
remoteInstallComponent in interface RemoteJBIAdminCommandszipFilePath - fie pathJBIRemoteException - on errorpublic String remoteInstallSharedLibrary(String zipFilePath) throws JBIRemoteException
remoteInstallSharedLibrary in interface RemoteJBIAdminCommandszipFilePath - fie pathJBIRemoteException - on errorCopyright © 2011-2016 OpenESB Community. All Rights Reserved.