org.apache.geronimo.gshell.remote.client.proxy
Class RemoteShellInfoProxy

java.lang.Object
  extended by org.apache.geronimo.gshell.remote.client.proxy.RemoteShellInfoProxy
All Implemented Interfaces:
ShellInfo

public class RemoteShellInfoProxy
extends Object
implements ShellInfo

???

Version:
$Rev: 580765 $ $Date: 2007-09-30 11:52:39 -0700 (Sun, 30 Sep 2007) $

Constructor Summary
RemoteShellInfoProxy(RshClient client)
           
 
Method Summary
 File getHomeDir()
           
 InetAddress getLocalHost()
           
 String getUserName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteShellInfoProxy

public RemoteShellInfoProxy(RshClient client)
Method Detail

getHomeDir

public File getHomeDir()
Specified by:
getHomeDir in interface ShellInfo

getLocalHost

public InetAddress getLocalHost()
Specified by:
getLocalHost in interface ShellInfo

getUserName

public String getUserName()
Specified by:
getUserName in interface ShellInfo


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