Serialized Form


Package com.gridsystems.gridexception

Class com.gridsystems.gridexception.GridException extends java.lang.Exception implements Serializable

serialVersionUID: 1234523452345L

Serialized Fields

message

java.lang.String message
The exception message.


code

java.lang.String code
The exception code.


params

java.lang.String[] params
The exception parameters.


Package com.gridsystems.utils

Class com.gridsystems.utils.FileProperties extends java.util.Properties implements Serializable

serialVersionUID: 1234523452345L

Serialized Fields

f

java.io.File f
The source file for the property data.


lastModified

long lastModified
The last known modification time of the file.


ts

long ts
Last update time.


header

java.lang.String header
The header to set when writing the file.


lockWrite

java.util.concurrent.atomic.AtomicInteger lockWrite
A flag indicating if a setProperty should invoke commit.


accessing

java.util.concurrent.atomic.AtomicBoolean accessing
A call to commit after some property modification triggers the execution of the SecurityManager on file access. If the file is ig.properties, the Security Manager can attempt itself to write on the already opened file, producing undesired side-effects. This flag is used to prevent the Security Manager from commiting ig.properties when the main thread is already trying to do it.

Class com.gridsystems.utils.SecureFileProperties extends FileProperties implements Serializable

serialVersionUID: 1324523452343L

Class com.gridsystems.utils.SortedFileProperties extends SecureFileProperties implements Serializable

serialVersionUID: 14376457265L


Package com.gridsystems.utils.text

Class com.gridsystems.utils.text.ComposedFormat extends java.text.Format implements Serializable

serialVersionUID: 134563456345L

Serialized Fields

formatters

java.util.List<E> formatters
Array of formatters.

Class com.gridsystems.utils.text.MaxWidthFormat extends java.text.Format implements Serializable

serialVersionUID: 1234523454325L

Serialized Fields

length

int length
Length.


align

java.lang.String align
Alignment.


suffix

java.lang.String suffix
Suffix.



Copyright © 2007-2008 Grid Systems, S.A.. All Rights Reserved.