|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjist.runtime.RemoteJist.JistClientLocal
public static class RemoteJist.JistClientLocal
Local JiST client.
| Field Summary | |
|---|---|
private RemoteIO.RemoteOutputStreamRemote |
rerr
Remote stub for local stderr. |
private RemoteIO.RemoteOutputStreamRemote |
rout
Remote stub for local stdout. |
| Constructor Summary | |
|---|---|
RemoteJist.JistClientLocal()
Create new Jist client RMI "server". |
|
| Method Summary | |
|---|---|
void |
done()
Signal client that simulation is done. |
byte[] |
getResourceBytes(java.lang.String name)
Get bytes of a remote resource. |
long |
getResourceLastModificationDate(java.lang.String name)
Get modification time of resource. |
RemoteIO.RemoteOutputStreamRemote |
getStdErr()
Return remote stderr. |
RemoteIO.RemoteOutputStreamRemote |
getStdOut()
Return remote stdout. |
void |
ping()
Ping does not nothing, except check that destination is alive. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private RemoteIO.RemoteOutputStreamRemote rout
private RemoteIO.RemoteOutputStreamRemote rerr
| Constructor Detail |
|---|
public RemoteJist.JistClientLocal()
throws java.rmi.RemoteException
java.rmi.RemoteException - never| Method Detail |
|---|
public RemoteIO.RemoteOutputStreamRemote getStdOut()
getStdOut in interface RemoteJist.JistClientRemotepublic RemoteIO.RemoteOutputStreamRemote getStdErr()
getStdErr in interface RemoteJist.JistClientRemotepublic void done()
done in interface RemoteJist.JistClientRemotepublic byte[] getResourceBytes(java.lang.String name)
getResourceBytes in interface RemoteJist.ResourceFinderRemotename - resource name
public long getResourceLastModificationDate(java.lang.String name)
getResourceLastModificationDate in interface RemoteJist.ResourceFinderRemotename - resource name
public void ping()
ping in interface RemoteJist.PingRemote
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||