All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ninja.rmi.NinjaRemoteStub

java.lang.Object
   |
   +----ninja.rmi.NinjaRemoteStub

public class NinjaRemoteStub
extends Object
implements Serializable
NinjaRemoteStub is the superclass of client-side 'stub' objects.


Variable Index

 o _ref

Constructor Index

 o NinjaRemoteStub(NinjaRemoteRef)

Method Index

 o getNinjaRemoteRef()
Returns the NinjaRemoteRef contained within the Stub.

Variables

 o _ref
 protected NinjaRemoteRef _ref

Constructors

 o NinjaRemoteStub
 protected NinjaRemoteStub(NinjaRemoteRef ref)

Methods

 o getNinjaRemoteRef
 public NinjaRemoteRef getNinjaRemoteRef()
Returns the NinjaRemoteRef contained within the Stub. Made public so that client-side code can access the ref.


All Packages  Class Hierarchy  This Package  Previous  Next  Index