public interface RemoteJBIAdminCommands
| 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 paramProps)
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.
|
String remoteDeployServiceAssembly(String zipFilePath) throws JBIRemoteException
zipFilePath - fie pathJBIRemoteException - on errorString remoteInstallComponent(String zipFilePath, Properties paramProps) throws JBIRemoteException
paramProps - Properties object contains name,value pair for parameters.zipFilePath - fie pathJBIRemoteException - on errorString remoteInstallComponent(String zipFilePath) throws JBIRemoteException
zipFilePath - fie pathJBIRemoteException - on errorString remoteInstallSharedLibrary(String zipFilePath) throws JBIRemoteException
zipFilePath - fie pathJBIRemoteException - on errorCopyright © 2011-2016 OpenESB Community. All Rights Reserved.