|
|||||||||
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 | |
---|---|
private RemoteIO.RemoteOutputStreamRemote |
rerr
Remote stub for local stderr. |
private RemoteIO.RemoteOutputStreamRemote |
rout
Remote stub for local stdout. |
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 |
Field Detail |
---|
private RemoteIO.RemoteOutputStreamRemote rout
private RemoteIO.RemoteOutputStreamRemote rerr
Constructor Detail |
---|
public RemoteJist.JistClient() throws java.rmi.RemoteException
java.rmi.RemoteException
- rpc failureMethod Detail |
---|
public RemoteIO.RemoteOutputStreamRemote getStdOut() throws java.rmi.RemoteException
getStdOut
in interface RemoteJist.JistClientRemote
java.rmi.RemoteException
- rpc failurepublic RemoteIO.RemoteOutputStreamRemote getStdErr() throws java.rmi.RemoteException
getStdErr
in interface RemoteJist.JistClientRemote
java.rmi.RemoteException
- rpc failurepublic void done() throws java.rmi.RemoteException
done
in interface RemoteJist.JistClientRemote
java.rmi.RemoteException
- rpc failurepublic byte[] getResourceBytes(java.lang.String name) throws java.rmi.RemoteException
getResourceBytes
in interface RemoteJist.ResourceFinderRemote
name
- resource name
java.rmi.RemoteException
- rpc failurepublic long getResourceLastModificationDate(java.lang.String name) throws java.rmi.RemoteException
getResourceLastModificationDate
in interface RemoteJist.ResourceFinderRemote
name
- resource name
java.rmi.RemoteException
- rpc failurepublic void ping() throws java.rmi.RemoteException
ping
in interface RemoteJist.PingRemote
java.rmi.RemoteException
- rpc failure
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |