|
|||||||||
| Home >> All >> gnu >> java >> rmi >> [ server overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
gnu.java.rmi.server
Class RMIVoidValue

java.lang.Objectgnu.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()
|
|||||||||
| Home >> All >> gnu >> java >> rmi >> [ server overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
gnu.java.rmi.server.RMIVoidValue