All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface ninja.rmi.NinjaSkeleton

public interface NinjaSkeleton
NinjaSkeleton is an interface which skeleton objects implement (skeletons being the server-side "stub" for remote objects).


Method Index

 o dispatch(Remote, NinjaRemoteCall, int, long)

Methods

 o dispatch
 public abstract void dispatch(Remote obj,
                               NinjaRemoteCall theCall,
                               int opnum,
                               long hash) throws Exception

All Packages  Class Hierarchy  This Package  Previous  Next  Index