| com.sun.jbi.ui.client.RemoteJBIAdminCommands
RemoteJBIAdminCommands | public interface RemoteJBIAdminCommands (Code) | | This interface defined the mehtods that will be implemeted to exeute a remote commands
that involves a file upload to the server. If any implemetation does not suport the
fuctinoality, it should return Unspported exception wrapped in JBIRemoteException.
RI implements a default implementation that throws the unsupported exception.
author: Sun Microsystems, Inc. |
remoteDeployServiceAssembly | public String remoteDeployServiceAssembly(String zipFilePath) throws JBIRemoteException(Code) | | remotely deploys service assembly by uploading the file to server side.
Not supported in RI. Using this interface throws unsupported exception in RI.
result as a management message xml text Parameters: zipFilePath - fie path throws: JBIRemoteException - on error |
remoteInstallComponent | public String remoteInstallComponent(String zipFilePath, Properties paramProps) throws JBIRemoteException(Code) | | remotely install service engine or binding component by uploading the file server side
Not supported in RI. Using this interface throws unsupported exception in RI.
result as a management message xml text Parameters: paramProps - Properties object contains name,value pair for parameters. Parameters: zipFilePath - fie path throws: JBIRemoteException - on error |
remoteInstallComponent | public String remoteInstallComponent(String zipFilePath) throws JBIRemoteException(Code) | | remotely install service engine or binding component by uploading the file server side
Not supported in RI. Using this interface throws unsupported exception in RI.
result as a management message xml text Parameters: zipFilePath - fie path throws: JBIRemoteException - on error |
remoteInstallSharedLibrary | public String remoteInstallSharedLibrary(String zipFilePath) throws JBIRemoteException(Code) | | remotely install shared library by uploading the file to server side
Not supported in RI. Using this interface throws unsupported exception in RI.
result as a management message xml text Parameters: zipFilePath - fie path throws: JBIRemoteException - on error |
|
|