RSE
Release 1.0

org.eclipse.rse.services.dstore.shells
Class DStoreHostShell

java.lang.Object
  extended byorg.eclipse.rse.services.shells.AbstractHostShell
      extended byorg.eclipse.rse.services.dstore.shells.DStoreHostShell
All Implemented Interfaces:
IHostShell

public class DStoreHostShell
extends AbstractHostShell
implements IHostShell


Constructor Summary
DStoreHostShell(DStoreStatusMonitor statusMonitor, org.eclipse.dstore.core.model.DataStore dataStore, String initialWorkingDirectory, String invocation, String encoding, String[] environment)
           
 
Method Summary
 void exit()
           
 IHostShellOutputReader getStandardErrorReader()
           
 IHostShellOutputReader getStandardOutputReader()
           
 boolean isActive()
           
 void writeToShell(String command)
           
 
Methods inherited from class org.eclipse.rse.services.shells.AbstractHostShell
addOutputListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.rse.services.shells.IHostShell
addOutputListener
 

Constructor Detail

DStoreHostShell

public DStoreHostShell(DStoreStatusMonitor statusMonitor,
                       org.eclipse.dstore.core.model.DataStore dataStore,
                       String initialWorkingDirectory,
                       String invocation,
                       String encoding,
                       String[] environment)
Method Detail

isActive

public boolean isActive()
Specified by:
isActive in interface IHostShell

writeToShell

public void writeToShell(String command)
Specified by:
writeToShell in interface IHostShell

getStandardOutputReader

public IHostShellOutputReader getStandardOutputReader()
Specified by:
getStandardOutputReader in interface IHostShell

getStandardErrorReader

public IHostShellOutputReader getStandardErrorReader()
Specified by:
getStandardErrorReader in interface IHostShell

exit

public void exit()
Specified by:
exit in interface IHostShell

RSE
Release 1.0

Copyright (c) IBM Corporation and others 2000, 2006. All Rights Reserved.