
| JGL - The Generic Collection Library for Java |
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.
-
opaqueData()
- Should not be used directly.
-
opaqueId()
- Should not be used directly.
opaqueData
public abstract Object opaqueData()
- Should not be used directly.
opaqueId
public abstract int opaqueId()
- Should not be used directly.
All Packages Class Hierarchy This Package Previous Next Index