Interface I_CmsRemoteShellProvider

All Superinterfaces:
Remote
All Known Implementing Classes:
CmsRemoteShellProvider

public interface I_CmsRemoteShellProvider extends Remote
Used to create new instances of I_CmsRemoteShell.

  • Method Summary

    Modifier and Type
    Method
    Description
    createShell(String additionalCommandsNames)
    Creates a new shell instance with the given additional commands classes.
  • Method Details

    • createShell

      I_CmsRemoteShell createShell(String additionalCommandsNames) throws RemoteException
      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