All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class COM.objectspace.jgl.voyager.VOpaque

java.lang.Object
   |
   +----COM.objectspace.voyager.VObject
           |
           +----COM.objectspace.jgl.voyager.VOpaque

public class VOpaque
extends VObject
implements Opaque
VOpaque is the virtual class of Opaque.


Constructor Index

 o VOpaque()
Construct a VOpaque that is not associated with an object.
 o VOpaque(VSubspace)
Construct a VOpaque and connect it to the specified object.

Method Index

 o getOriginalClassName()
 o opaqueData()
 o opaqueData(Messenger)
 o opaqueId()
 o opaqueId(Messenger)
 o originalIsInterface()

Constructors

 o VOpaque
 public VOpaque()
Construct a VOpaque that is not associated with an object. This function is used internally by Voyager and should not be invoked by user code. Any attempt to send a message to a reference created using this default constructor will cause a NullPointerException to be thrown.

 o VOpaque
 public VOpaque(VSubspace reference) throws VoyagerException
Construct a VOpaque and connect it to the specified object.

Parameters:
reference - A reference to the object to connect to.
Throws: VoyagerException
A voyager-related exception occurred.

Methods

 o getOriginalClassName
 public String getOriginalClassName()
Overrides:
getOriginalClassName in class VObject
 o originalIsInterface
 public boolean originalIsInterface()
Overrides:
originalIsInterface in class VObject
 o opaqueData
 public Result opaqueData(Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o opaqueData
 public Object opaqueData()
 o opaqueId
 public Result opaqueId(Messenger __messenger)
Parameters:
__messenger - The messenger that should be used to invoke the method
 o opaqueId
 public int opaqueId()

All Packages  Class Hierarchy  This Package  Previous  Next  Index