org.apache.geronimo.gshell.remote
Interface RemoteShell

All Superinterfaces:
CommandExecutor, Shell
All Known Implementing Classes:
DefaultRemoteShell, RemoteShellProxy

public interface RemoteShell
extends Shell

Common interface for remote shell support.

Version:
$Rev: 577100 $ $Date: 2007-09-18 16:05:47 -0700 (Tue, 18 Sep 2007) $

Method Summary
 void close()
           
 boolean isOpened()
           
 
Methods inherited from interface org.apache.geronimo.gshell.shell.Shell
getEnvironment, getShellInfo
 
Methods inherited from interface org.apache.geronimo.gshell.command.CommandExecutor
execute, execute, execute
 

Method Detail

isOpened

boolean isOpened()

close

void close()


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.