All Packages Class Hierarchy This Package Previous Next Index
Interface ninja.rmi.NinjaRemoteCall
- public interface NinjaRemoteCall
NinjaRemoteCall is an interface implemented by each of the remote call
objects (such as Reliable_RemoteCall).
-
done()
-
-
executeCall()
-
-
getInputStream()
-
-
getOutputStream()
-
-
getResultStream(boolean)
-
-
releaseInputStream()
-
-
releaseOutputStream()
-
getOutputStream
public abstract ObjectOutput getOutputStream() throws IOException
releaseOutputStream
public abstract void releaseOutputStream() throws IOException
getInputStream
public abstract ObjectInput getInputStream() throws IOException
releaseInputStream
public abstract void releaseInputStream() throws IOException
getResultStream
public abstract ObjectOutput getResultStream(boolean success) throws IOException, StreamCorruptedException
executeCall
public abstract void executeCall() throws Exception
done
public abstract void done() throws IOException
All Packages Class Hierarchy This Package Previous Next Index