Serialized Form


Package com.digi.config.core

Class com.digi.config.core.ControlledItemComparator extends java.lang.Object implements Serializable

Class com.digi.config.core.ControlledItemImpl extends java.lang.Object implements Serializable

serialVersionUID: 5359817077571116226l

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Read object must provide initialization for transient fields in a defined item. specifically, when a defined item is transferred between jvm's we need to have a fresh set of listeners in the new jvm


writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
A custom method to write the contents of this object to an object output stream. This happens during serialization.

Serialized Fields

id

UUID id

baseSortValue

long baseSortValue

alternateSortValue

long alternateSortValue

active

boolean active

owningCtlrId

UUID owningCtlrId

Class com.digi.config.core.ControllerImpl extends ControlledItemImpl implements Serializable

serialVersionUID: -5016223072897873237l

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Read object must provide initialization for transient fields in a defined item. specifically, when a defined item is transferred between jvm's we need to have a fresh set of listeners in the new jvm


writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
A custom method to write the contents of this object to an object output stream. This happens during serialization.

Serialized Fields

id

UUID id
Id of this controller

Class com.digi.config.core.ControllerMembershipEvent extends java.lang.Object implements Serializable

Serialized Fields

items

java.util.Collection items
The items effected by the event


referencePosition

int referencePosition
The reference position within the controller that the event takes place

Class com.digi.config.core.DeviceChangeEvent extends java.lang.Object implements Serializable

Serialized Fields

device

Device device
The device who's kvpGroup changed

Class com.digi.config.core.DeviceCommandException extends java.lang.Exception implements Serializable

Serialized Fields

rciCommand

RciCommand rciCommand
The command that caused the error


commandException

java.lang.Exception commandException
Any auxillary java exception that occured during command processing

Class com.digi.config.core.DeviceValidationException extends java.lang.Exception implements Serializable

Serialized Fields

kvpCluster

KvpNode kvpCluster
The kvpCluster that caused the error


Package com.digi.config.exception

Class com.digi.config.exception.LocalizationException extends java.lang.Exception implements Serializable

Serialized Fields

resourceBundleName

java.lang.String resourceBundleName
The name of the ResourceBundle that was being used when localization encountered the problem.


key

java.lang.String key
The key into the resource bundle for the message that was being localized


Package com.digi.config.ui

Class com.digi.config.ui.CustomPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

customizeKey

java.lang.String customizeKey

backgroundIcon

javax.swing.ImageIcon backgroundIcon

backgroundImage

java.awt.Image backgroundImage

tileImage

boolean tileImage

stretchImage

boolean stretchImage

opaque

boolean opaque

backgroundColor

java.awt.Color backgroundColor

foregroundColor

java.awt.Color foregroundColor

bundle

java.util.ResourceBundle bundle

inPaint

boolean inPaint

Class com.digi.config.ui.GridContentPanel extends CustomPanel implements Serializable

Serialized Fields

gbl

java.awt.GridBagLayout gbl

c

java.awt.GridBagConstraints c

rowCount

int rowCount

maxColumns

int maxColumns

edittingRow

boolean edittingRow
indicates if current row is being editted


headingBarColor

java.awt.Color headingBarColor

Class com.digi.config.ui.SplashScreenPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

m_currentState

int m_currentState

m_progress

javax.swing.JProgressBar m_progress


Package com.digi.config.util

Class com.digi.config.util.ArrayMap extends java.lang.Object implements Serializable

serialVersionUID: 1769686275538599176l

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Read object must provide initialization for transient fields in a defined item. Specifically, when a defined item is transferred between jvm's we need to have a fresh set of listeners in the new jvm.


writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
A custom method to write the contents of this object to an object output stream. This happens during serialization.

Class com.digi.config.util.LocalizableMessage extends java.lang.Object implements Serializable

Serialization Methods

readObject

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

writeObject

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

resourceKey

java.lang.String resourceKey

replacementText

java.rmi.MarshalledObject[] replacementText

rsrcBundleName

java.lang.String rsrcBundleName

originalLocale

java.util.Locale originalLocale

Class com.digi.config.util.RegexFormatter extends javax.swing.text.DefaultFormatter implements Serializable

Serialized Fields

pattern

java.util.regex.Pattern pattern

matcher

java.util.regex.Matcher matcher

Class com.digi.config.util.SystemLogCtlrImpl extends ControllerImpl implements Serializable

Serialized Fields

logToFile

boolean logToFile
Do you want to log the data in a file? (otherwise it is only in the log area of the gui.)


logFileName

java.lang.String logFileName
The name of the file where the log data is stored.


logDebugMsg

boolean logDebugMsg
Should logging include debug messages? (All other severities are always logged.)


printWriter

java.io.PrintWriter printWriter

Class com.digi.config.util.SystemLogEntry extends ControlledItemImpl implements Serializable

serialVersionUID: 4795284070894478266l

Serialized Fields

baseMsg

java.lang.String baseMsg
The first level message text


detailedMsg

java.lang.String detailedMsg
The second level message


severity

int severity
The message severity


serviceID

java.lang.String serviceID
The message service ID


exceptionInfo

SystemLogEntry.ExceptionInfo exceptionInfo
Exception Information


creationTime

java.util.Calendar creationTime
Time that the Entry was created


systemName

java.lang.String systemName
The system that the Entry was created on

Class com.digi.config.util.SystemLogEntry.ExceptionInfo extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name

message

java.lang.String message

callStack

java.lang.String callStack

Class com.digi.config.util.UUID extends java.lang.Object implements Serializable

serialVersionUID: -5279696515406579267l

Serialized Fields

mostSig

long mostSig
The most significant 64 bits.


leastSig

long leastSig
The least significant 64 bits.



Copyright © 2001-2002 Digi International. All Rights Reserved.