org.hd.d.pg2k.svrCore.location
Class Location.None
java.lang.Object
org.hd.d.pg2k.svrCore.location.Location.Base
org.hd.d.pg2k.svrCore.location.Location.None
- All Implemented Interfaces:
- java.io.Serializable, MemoryTools.Internable
- Enclosing class:
- Location
private static final class Location.None
- extends Location.Base
Singleton: represents an absence of location information.
|
Field Summary |
private static long |
serialVersionUID
Unique Serialisation class ID generated by http://random.hd.org/. |
|
Constructor Summary |
private |
Location.None(java.util.Properties p)
Special way to construct distinguished NONE value. |
|
Method Summary |
(package private) static Location.None |
makeNone()
Make distinguished NONE value; only call this once. |
private java.lang.Object |
readResolve()
Ensure that there is at most one instance of NONE. |
| Methods inherited from class org.hd.d.pg2k.svrCore.location.Location.Base |
buildFromFile, buildFromFileOrNONE, buildFromProperties, buildFromProperties, equals, getBooleanProp, getDoubleProp, getDoubleProps, getLongProp, getLongProps, hashCode, toString |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- Unique Serialisation class ID generated by http://random.hd.org/.
- See Also:
- Constant Field Values
Location.None
private Location.None(java.util.Properties p)
throws PGException
- Special way to construct distinguished NONE value.
- Throws:
PGException
makeNone
static Location.None makeNone()
- Make distinguished NONE value; only call this once.
readResolve
private java.lang.Object readResolve()
- Ensure that there is at most one instance of NONE.
Copyright (c) 1996-2011, Damon Hart-Davis. All rights reserved.