All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface COM.objectspace.jgl.Opaque

public interface Opaque
Opaque is a methos of exposing data that would normally be hidden. It should not be used directly, but is used internally to assist distributed communication.


Method Index

 o opaqueData()
Should not be used directly.
 o opaqueId()
Should not be used directly.

Methods

 o opaqueData
 public abstract Object opaqueData()
Should not be used directly.

 o opaqueId
 public abstract int opaqueId()
Should not be used directly.


All Packages  Class Hierarchy  This Package  Previous  Next  Index