Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

gnu.java.rmi.server
Class RMIVoidValue  view RMIVoidValue download RMIVoidValue.java

java.lang.Object
  extended bygnu.java.rmi.server.RMIVoidValue

final class RMIVoidValue
extends java.lang.Object

Package private class used to indicate a void return type. INSTANCE is the only object of this class ever made.


Field Summary
(package private) static RMIVoidValue INSTANCE
           
 
Constructor Summary
private RMIVoidValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

static RMIVoidValue INSTANCE
Constructor Detail

RMIVoidValue

private RMIVoidValue()