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).


Method Index

 o done()
 o executeCall()
 o getInputStream()
 o getOutputStream()
 o getResultStream(boolean)
 o releaseInputStream()
 o releaseOutputStream()

Methods

 o getOutputStream
 public abstract ObjectOutput getOutputStream() throws IOException
 o releaseOutputStream
 public abstract void releaseOutputStream() throws IOException
 o getInputStream
 public abstract ObjectInput getInputStream() throws IOException
 o releaseInputStream
 public abstract void releaseInputStream() throws IOException
 o getResultStream
 public abstract ObjectOutput getResultStream(boolean success) throws IOException, StreamCorruptedException
 o executeCall
 public abstract void executeCall() throws Exception
 o done
 public abstract void done() throws IOException

All Packages  Class Hierarchy  This Package  Previous  Next  Index