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.
-
_ref
-
-
NinjaRemoteStub(NinjaRemoteRef)
-
-
getNinjaRemoteRef()
- Returns the NinjaRemoteRef contained within the Stub.
_ref
protected NinjaRemoteRef _ref
NinjaRemoteStub
protected NinjaRemoteStub(NinjaRemoteRef ref)
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