Framework Professional Edition Package


com.prosyst.mbs.services.remconsole
Interface RemoteParserService

All Superinterfaces:
com.prosyst.util.io.Remote

public interface RemoteParserService
extends com.prosyst.util.io.Remote


Field Summary
 
Fields inherited from interface com.prosyst.util.io.Remote
AUTHORIZED_ROLES
 
Method Summary
 void execute(java.lang.String command)
          Parses the specified command and calls its execute method.
 void register(RemoteObject remoteOutput)
          Sets the remote output stream for the result messages.
 void release()
          Releases this RemoteParserService instance
 
Methods inherited from interface com.prosyst.util.io.Remote
remoteInterfaces
 

Method Detail

register

void register(RemoteObject remoteOutput)
              throws java.lang.Exception
Sets the remote output stream for the result messages.

Parameters:
remoteOutput - remote reference to the output for the result of the command's executing.
Throws:
java.lang.Exception - if any exception has occurred during the command executing .

execute

void execute(java.lang.String command)
             throws java.lang.Exception
Parses the specified command and calls its execute method.

Parameters:
command - the specified command.
Throws:
java.lang.Exception - if any exception has occurred during the command executing.

release

void release()
             throws java.lang.Exception
Releases this RemoteParserService instance

Throws:
java.lang.Exception

Framework Professional Edition Package


Copyright © 1999-2007 ProSyst Software GmbH. All Rights Reserved