Package org.opencms.rmi
Class CmsRemoteShellProvider
java.lang.Object
org.opencms.rmi.CmsRemoteShellProvider
- All Implemented Interfaces:
Remote
,I_CmsRemoteShellProvider
Remote object responsible for creating new remote shell instances.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateShell
(String additionalCommandsNames) Creates a new shell instance with the given additional commands classes.
-
Constructor Details
-
CmsRemoteShellProvider
Creates a new instance.- Parameters:
port
- the port to use for created CmsRemoteShell instances
-
-
Method Details
-
createShell
Description copied from interface:I_CmsRemoteShellProvider
Creates a new shell instance with the given additional commands classes.- Specified by:
createShell
in interfaceI_CmsRemoteShellProvider
- Parameters:
additionalCommandsNames
- comma separated list of full qualified names of classes with additional commands- Returns:
- the new shell instance
- Throws:
RemoteException
- if RMI stuff goes wrong- See Also:
-