| java.lang.Object org.datashare.objects.RegistrationInfo
APPLET | final public static int APPLET(Code) | | clientMode for clients that were launched as an Applet
|
APPLICATION | final public static int APPLICATION(Code) | | clientMode for clients that were launched as an Application
|
DESKTOP | final public static int DESKTOP(Code) | | clientMode for clients that were launched from the K2 Desktop
|
PUBLIC_API | final public static int PUBLIC_API(Code) | | clienMode for automatic clients, like from the public API
|
UNKNOWN | final public static int UNKNOWN(Code) | | |
clientMode | public int clientMode(Code) | | indicates how the client code was launched (APPLET/APPLICATION/DESKTOP)
|
clientModes | final public static String clientModes(Code) | | when indexed by clientMode, returns mode in which client was started/launched
|
otherInfo | public String otherInfo(Code) | | this field is available to let the user input optional additional info about themselves.
|
serialVersionUID | final static long serialVersionUID(Code) | | this allows us to serialize this class without 'marshalling' errors.
|
|
|