Serialized Form


Package org.jboss.logging

Class org.jboss.logging.DynamicLogger extends Logger implements Serializable

serialVersionUID: -5963699806863917370L

Serialized Fields

logLevel

int logLevel
The log level to use for the "log" primitive

Class org.jboss.logging.Logger extends Object implements Serializable

serialVersionUID: 4232175575988879434L

Serialization Methods

readObject

private void readObject(ObjectInputStream stream)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Serialized Fields

name

String name
The logger name.


Package org.jboss.net.sockets

Class org.jboss.net.sockets.DefaultSocketFactory extends ServerSocketFactory implements Serializable

serialVersionUID: -7626239955727142958L

Serialized Fields

backlog

int backlog

Class org.jboss.net.sockets.QueuedClientSocketFactory extends Object implements Serializable

serialVersionUID: 6566809337830221375L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.jboss.net.sockets.RMIMultiSocketClient extends Object implements Serializable

serialVersionUID: -945837789475428529L

Serialized Fields

stubs

Remote[] stubs

random

Random random

Class org.jboss.net.sockets.TimeoutClientSocketFactory extends Object implements Serializable

serialVersionUID: -920483051658660269L

Class org.jboss.net.sockets.TimeoutServerSocketFactory extends Object implements Serializable

serialVersionUID: 7006964274840965634L

Serialized Fields

backlog

int backlog

Package org.jboss.util

Class org.jboss.util.AbstractNestedThrowable extends Throwable implements Serializable

Serialized Fields

nested

Throwable nested
The nested throwable

Class org.jboss.util.CoercionException extends NestedRuntimeException implements Serializable

Class org.jboss.util.Counter extends Object implements Serializable

serialVersionUID: 7736259185393081556L

Serialized Fields

count

int count
The current count

Class org.jboss.util.DataConversionException extends NestedRuntimeException implements Serializable

Class org.jboss.util.EmptyStringException extends IllegalArgumentException implements Serializable

Class org.jboss.util.HashCode extends Object implements Serializable

serialVersionUID: 2391396931740264021L

Serialized Fields

value

int value
The hash-code value.

Class org.jboss.util.JBossStringBuilder extends Object implements Serializable

serialVersionUID: 1874946609763446794L

Serialized Fields

chars

char[] chars
The characters


pos

int pos
The position

Class org.jboss.util.LongCounter extends Object implements Serializable

serialVersionUID: 1615297462859270139L

Serialized Fields

count

long count
The current count

Class org.jboss.util.NestedError extends Error implements Serializable

Serialized Fields

nested

Throwable nested
The nested throwable

Class org.jboss.util.NestedException extends Exception implements Serializable

Serialized Fields

nested

Throwable nested
The nested throwable

Class org.jboss.util.NestedRuntimeException extends RuntimeException implements Serializable

Serialized Fields

nested

Throwable nested
The nested throwable

Class org.jboss.util.NestedSQLException extends SQLException implements Serializable

Serialized Fields

nested

Throwable nested
The nested throwable

Class org.jboss.util.NoSuchMethodException extends NoSuchMethodException implements Serializable

Class org.jboss.util.NotCoercibleException extends CoercionException implements Serializable

Class org.jboss.util.NotImplementedException extends RuntimeException implements Serializable

Class org.jboss.util.Null extends Object implements Serializable

serialVersionUID: -403173436435490144L

Class org.jboss.util.NullArgumentException extends IllegalArgumentException implements Serializable

Serialized Fields

name

String name
The name of the argument that was null.


index

Object index
The index of the argument or null if no index.

Class org.jboss.util.StackTrace extends Object implements Serializable

serialVersionUID: -6077429788585907990L

Serialized Fields

stack

List<E> stack
List of StackTrace.Entry elements

Class org.jboss.util.StackTrace.Entry extends Object implements Serializable

serialVersionUID: 7013023772762859280L

Serialized Fields

className

String className
The fully qualified class name for this entry


methodName

String methodName
The method name for this entry


sourceFileName

String sourceFileName
The source file name for this entry


lineNumber

String lineNumber
The source file line number for this entry

Class org.jboss.util.StopWatch extends Object implements Serializable

serialVersionUID: 4628094303187435707L

Serialized Fields

total

long total
Total time


start

long start
Start time


stop

long stop
Stop time


count

int count
The lap count


running

boolean running
Is the watch started

Class org.jboss.util.UnexpectedThrowable extends NestedError implements Serializable

Class org.jboss.util.UnreachableStatementException extends RuntimeException implements Serializable


Package org.jboss.util.collection

Class org.jboss.util.collection.ArrayIterator extends Object implements Serializable

serialVersionUID: -6604583440222021075L

Serialized Fields

array

Object[] array
Array to iterate over.


index

int index
The current position in the array.

Class org.jboss.util.collection.CollectionException extends RuntimeException implements Serializable

Class org.jboss.util.collection.CompoundKey extends Object implements Serializable

serialVersionUID: -1181463173922935047L

Serialized Fields

elements

Object[] elements
The elements of the key

Class org.jboss.util.collection.EmptyCollectionException extends CollectionException implements Serializable

Class org.jboss.util.collection.FullCollectionException extends CollectionException implements Serializable

Class org.jboss.util.collection.ListSet extends AbstractSet implements Serializable

serialVersionUID: 7333619218072079496L

Serialized Fields

list

List<E> list
The List which will be used for element storage.

Class org.jboss.util.collection.SerializableEnumeration extends ArrayList implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

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

index

int index

Package org.jboss.util.deadlock

Class org.jboss.util.deadlock.ApplicationDeadlockException extends RuntimeException implements Serializable

Serialized Fields

retry

boolean retry

Package org.jboss.util.id

Class org.jboss.util.id.GUID extends Object implements Serializable

serialVersionUID: 3289509836244263718L

Serialized Fields

vmid

VMID vmid
The virtual machine identifier


uid

UID uid
The unique identifier


hashCode

int hashCode
The hash code of this GUID

Class org.jboss.util.id.UID extends Object implements Serializable

serialVersionUID: -8093336932569424512L

Serialized Fields

time

long time
The time portion of the UID


id

long id
The identity portion of the UID

Class org.jboss.util.id.VMID extends Object implements Serializable

Serialized Fields

address

byte[] address
The address of the current virtual machine


pid

PID pid
The process identifier of the current virtual machine


uid

UID uid
A unique identifier to ensure uniqueness across the host machine


hashCode

int hashCode
The hash code of this VMID


Package org.jboss.util.platform

Class org.jboss.util.platform.PID extends Object implements Serializable

serialVersionUID: -6837013326314943907L

Serialized Fields

id

int id
The int process identifier.


Package org.jboss.util.property

Class org.jboss.util.property.PropertyContainer extends PropertyMap implements Serializable

Serialized Fields

groupname

String groupname
The group name for this container.

Class org.jboss.util.property.PropertyError extends NestedError implements Serializable

Class org.jboss.util.property.PropertyEvent extends EventObject implements Serializable

Serialized Fields

name

String name
Property name.


value

String value
Property value.

Class org.jboss.util.property.PropertyException extends NestedRuntimeException implements Serializable

Class org.jboss.util.property.PropertyGroup extends PropertyMap implements Serializable

Serialized Fields

basename

String basename
Base property name

Class org.jboss.util.property.PropertyMap extends Properties implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream stream)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream stream)
                  throws IOException
Throws:
IOException

Package org.jboss.util.state

Class org.jboss.util.state.IllegalTransitionException extends Exception implements Serializable


Package org.jboss.util.threadpool

Class org.jboss.util.threadpool.BlockingMode extends Object implements Serializable

serialVersionUID: -9102277941374138830L

Serialization Methods

readResolve

Object readResolve()
             throws ObjectStreamException
Overriden to return the indentity instance of BlockingMode based on the stream type int value. This ensures that BlockingMode enums can be compared using ==.

Throws:
ObjectStreamException
Serialized Fields

type

int type
The enum manifest constant

Class org.jboss.util.threadpool.StartTimeoutException extends RuntimeException implements Serializable

Class org.jboss.util.threadpool.TaskStoppedException extends RuntimeException implements Serializable

Class org.jboss.util.threadpool.ThreadPoolFullException extends RuntimeException implements Serializable

Class org.jboss.util.threadpool.ThreadPoolStoppedException extends RuntimeException implements Serializable


Package org.jboss.xb.binding

Class org.jboss.xb.binding.JBossXBException extends Exception implements Serializable

serialVersionUID: 8229078720076583113L

Class org.jboss.xb.binding.JBossXBRuntimeException extends RuntimeException implements Serializable

serialVersionUID: -33504134223704483L

Class org.jboss.xb.binding.JBossXBValueFormatException extends JBossXBRuntimeException implements Serializable

serialVersionUID: -3196504305414545949L

Class org.jboss.xb.binding.SimpleTypeBindings extends Object implements Serializable

serialVersionUID: 4372272109355825813L


Package org.jboss.xml.binding

Class org.jboss.xml.binding.JBossXBException extends Exception implements Serializable

Class org.jboss.xml.binding.JBossXBRuntimeException extends RuntimeException implements Serializable

Class org.jboss.xml.binding.JBossXBValueFormatException extends JBossXBRuntimeException implements Serializable

Class org.jboss.xml.binding.TypeBinding extends Object implements Serializable

serialVersionUID: 2815361862736153588L



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.