Serialized Form


Package jhomenet.server.auth

Class jhomenet.server.auth.AuthManagerEvent extends java.util.EventObject implements Serializable

Serialized Fields

userStatus

AuthManager.UserStatus userStatus

Class jhomenet.server.auth.Role extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name
The role name.


Package jhomenet.server.auth.swingx

Class jhomenet.server.auth.swingx.JHSLoginDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

panel

JHSLoginPanel panel
The login panel containing the username & password fields, and handling the login procedures.

Class jhomenet.server.auth.swingx.JHSLoginPanel.ComboNamePanel extends javax.swing.JComboBox implements Serializable

Serialized Fields

userNameStore

UserNameStore userNameStore

Class jhomenet.server.auth.swingx.JHSLoginPanel.SimpleNamePanel extends javax.swing.JTextField implements Serializable


Package jhomenet.server.boot

Class jhomenet.server.boot.BootException extends java.lang.Exception implements Serializable


Package jhomenet.server.console.command

Class jhomenet.server.console.command.CommandException extends java.lang.Exception implements Serializable


Package jhomenet.server.hw.driver.X10

Class jhomenet.server.hw.driver.X10.X10ContainerException extends java.lang.Exception implements Serializable


Package jhomenet.server.hw.mngt

Class jhomenet.server.hw.mngt.HardwareManagerException extends java.lang.Exception implements Serializable


Package jhomenet.server.util

Class jhomenet.server.util.RandomNumberGenerator extends java.lang.Object implements Serializable

serialVersionUID: 3905348978240129619L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

mt

int[] mt

mti

int mti

mag01

int[] mag01

nextGaussian

double nextGaussian

haveNextGaussian

boolean haveNextGaussian



Copyright © 2004-2007 David Irwin. All Rights Reserved.