|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.rmi.server.RemoteObject
java.rmi.server.RemoteServer
java.rmi.server.UnicastRemoteObject
jist.runtime.RemoteJist.JistClient
public static class RemoteJist.JistClient
Remote JiST client RMI "server".
| Field Summary |
|---|
| Fields inherited from class java.rmi.server.RemoteObject |
|---|
ref |
| Constructor Summary | |
|---|---|
RemoteJist.JistClient()
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.rmi.server.UnicastRemoteObject |
|---|
clone, exportObject, exportObject, exportObject, unexportObject |
| Methods inherited from class java.rmi.server.RemoteServer |
|---|
getClientHost, getLog, setLog |
| Methods inherited from class java.rmi.server.RemoteObject |
|---|
equals, getRef, hashCode, toString, toStub |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RemoteJist.JistClient()
throws java.rmi.RemoteException
java.rmi.RemoteException - rpc failure| Method Detail |
|---|
public RemoteIO.RemoteOutputStreamRemote getStdOut()
throws java.rmi.RemoteException
getStdOut in interface RemoteJist.JistClientRemotejava.rmi.RemoteException - rpc failure
public RemoteIO.RemoteOutputStreamRemote getStdErr()
throws java.rmi.RemoteException
getStdErr in interface RemoteJist.JistClientRemotejava.rmi.RemoteException - rpc failure
public void done()
throws java.rmi.RemoteException
done in interface RemoteJist.JistClientRemotejava.rmi.RemoteException - rpc failure
public byte[] getResourceBytes(java.lang.String name)
throws java.rmi.RemoteException
getResourceBytes in interface RemoteJist.ResourceFinderRemotename - resource name
java.rmi.RemoteException - rpc failure
public long getResourceLastModificationDate(java.lang.String name)
throws java.rmi.RemoteException
getResourceLastModificationDate in interface RemoteJist.ResourceFinderRemotename - resource name
java.rmi.RemoteException - rpc failure
public void ping()
throws java.rmi.RemoteException
ping in interface RemoteJist.PingRemotejava.rmi.RemoteException - rpc failure
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||