Serialized Form
Package com.digi.config.core |
serialVersionUID: 5359817077571116226l
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.
id
UUID id
baseSortValue
long baseSortValue
alternateSortValue
long alternateSortValue
active
boolean active
owningCtlrId
UUID owningCtlrId
serialVersionUID: -5016223072897873237l
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.
id
UUID id
- Id of this controller
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
device
Device device
- The device who's kvpGroup changed
rciCommand
RciCommand rciCommand
- The command that caused the error
commandException
java.lang.Exception commandException
- Any auxillary java exception that occured during command processing
kvpCluster
KvpNode kvpCluster
- The kvpCluster that caused the error
Package com.digi.config.exception |
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 |
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
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
m_currentState
int m_currentState
m_progress
javax.swing.JProgressBar m_progress
Package com.digi.config.util |
serialVersionUID: 1769686275538599176l
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.
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
resourceKey
java.lang.String resourceKey
replacementText
java.rmi.MarshalledObject[] replacementText
rsrcBundleName
java.lang.String rsrcBundleName
originalLocale
java.util.Locale originalLocale
pattern
java.util.regex.Pattern pattern
matcher
java.util.regex.Matcher matcher
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
serialVersionUID: 4795284070894478266l
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
name
java.lang.String name
message
java.lang.String message
callStack
java.lang.String callStack
serialVersionUID: -5279696515406579267l
mostSig
long mostSig
- The most significant 64 bits.
leastSig
long leastSig
- The least significant 64 bits.
Copyright © 2001-2002 Digi International. All Rights Reserved.