public class CmsRemoteShellProvider extends java.lang.Object implements I_CmsRemoteShellProvider
| Constructor and Description |
|---|
CmsRemoteShellProvider(int port)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
I_CmsRemoteShell |
createShell(java.lang.String additionalCommandsName)
Creates a new shell instance with the given additional commands class.
|
public CmsRemoteShellProvider(int port)
port - the port to use for created CmsRemoteShell instancespublic I_CmsRemoteShell createShell(java.lang.String additionalCommandsName) throws java.rmi.RemoteException
I_CmsRemoteShellProvidercreateShell in interface I_CmsRemoteShellProvideradditionalCommandsName - the name of the additional commands classjava.rmi.RemoteException - if RMI stuff goes wrongI_CmsRemoteShellProvider.createShell(java.lang.String)