Package org.opencms.rmi
Interface I_CmsRemoteShellProvider
- All Superinterfaces:
Remote
- All Known Implementing Classes:
CmsRemoteShellProvider
Used to create new instances of I_CmsRemoteShell.
-
Method Summary
Modifier and TypeMethodDescriptioncreateShell
(String additionalCommandsNames) Creates a new shell instance with the given additional commands classes.
-
Method Details
-
createShell
Creates a new shell instance with the given additional commands classes.- 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
-