Serialized Form
-
Package org.jboss.net.sockets
-
Class org.jboss.net.sockets.DefaultClientSocketFactory extends java.lang.Object implements Serializable
- serialVersionUID:
- -920483051658660269L
-
Serialized Fields
-
bindAddress
java.net.InetAddress bindAddress
An override of the server address
-
-
Class org.jboss.net.sockets.DefaultSocketFactory extends javax.net.ServerSocketFactory implements Serializable
- serialVersionUID:
- -7626239955727142958L
-
Serialized Fields
-
backlog
int backlog
-
-
Class org.jboss.net.sockets.QueuedClientSocketFactory extends java.lang.Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeExternal
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
- Throws:
java.io.IOException
-
-
-
Class org.jboss.net.sockets.RMIMultiSocketClient extends java.lang.Object implements Serializable
- serialVersionUID:
- -945837789475428529L
-
Serialized Fields
-
random
java.util.Random random
-
stubs
java.rmi.Remote[] stubs
-
-
Class org.jboss.net.sockets.TimeoutClientSocketFactory extends java.lang.Object implements Serializable
- serialVersionUID:
- -920483051658660269L
-
Class org.jboss.net.sockets.TimeoutServerSocketFactory extends java.lang.Object implements Serializable
- serialVersionUID:
- 7006964274840965634L
-
Serialized Fields
-
backlog
int backlog
-
-
-
Package org.jboss.util
-
Class org.jboss.util.AbstractNestedThrowable extends java.lang.Throwable implements Serializable
-
Serialized Fields
-
nested
java.lang.Throwable nested
The nested throwable
-
-
-
Class org.jboss.util.Counter extends java.lang.Object implements Serializable
- serialVersionUID:
- 7736259185393081556L
-
Serialized Fields
-
count
int count
The current count
-
-
Class org.jboss.util.EmptyStringException extends java.lang.IllegalArgumentException implements Serializable
- serialVersionUID:
- -7958716001355854762L
-
Class org.jboss.util.HashCode extends java.lang.Object implements Serializable
- serialVersionUID:
- 2391396931740264021L
-
Serialized Fields
-
value
int value
The hash-code value.
-
-
Class org.jboss.util.JBossStringBuilder extends java.lang.Object implements Serializable
- serialVersionUID:
- 1874946609763446794L
-
Serialized Fields
-
chars
char[] chars
The characters -
pos
int pos
The position
-
-
Class org.jboss.util.LongCounter extends java.lang.Object implements Serializable
- serialVersionUID:
- 1615297462859270139L
-
Serialized Fields
-
count
long count
The current count
-
-
Class org.jboss.util.NestedError extends java.lang.Error implements Serializable
- serialVersionUID:
- -4135571897343827853L
-
Serialized Fields
-
nested
java.lang.Throwable nested
The nested throwable
-
-
Class org.jboss.util.NestedException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 7003381223684751953L
-
Serialized Fields
-
nested
java.lang.Throwable nested
The nested throwable
-
-
Class org.jboss.util.NestedRuntimeException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 9017248167673450852L
-
Serialized Fields
-
nested
java.lang.Throwable nested
The nested throwable
-
-
Class org.jboss.util.NestedSQLException extends java.sql.SQLException implements Serializable
- serialVersionUID:
- -8348882503434035185L
-
Serialized Fields
-
nested
java.lang.Throwable nested
The nested throwable
-
-
Class org.jboss.util.NoSuchMethodException extends java.lang.NoSuchMethodException implements Serializable
- serialVersionUID:
- -3044955578250977290L
-
Class org.jboss.util.NotImplementedException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- -3915801189311749818L
-
Class org.jboss.util.Null extends java.lang.Object implements Serializable
- serialVersionUID:
- -403173436435490144L
-
Class org.jboss.util.NullArgumentException extends java.lang.IllegalArgumentException implements Serializable
- serialVersionUID:
- -2308503249278841584L
-
Serialized Fields
-
index
java.lang.Object index
The index of the argument or null if no index. -
name
java.lang.String name
The name of the argument that was null.
-
-
Class org.jboss.util.StopWatch extends java.lang.Object implements Serializable
- serialVersionUID:
- 4628094303187435707L
-
Serialized Fields
-
count
int count
The lap count -
running
boolean running
Is the watch started -
start
long start
Start time -
stop
long stop
Stop time -
total
long total
Total time
-
-
Class org.jboss.util.UnexpectedThrowable extends NestedError implements Serializable
- serialVersionUID:
- 4318032849691437298L
-
Class org.jboss.util.UnreachableStatementException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- -6741968131968754812L
-
-
Package org.jboss.util.collection
-
Class org.jboss.util.collection.ArrayIterator extends java.lang.Object implements Serializable
- serialVersionUID:
- -6604583440222021075L
-
Serialized Fields
-
array
java.lang.Object[] array
Array to iterate over. -
index
int index
The current position in the array.
-
-
Class org.jboss.util.collection.CollectionException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 1470947618739421094L
-
Class org.jboss.util.collection.CompoundKey extends java.lang.Object implements Serializable
- serialVersionUID:
- -1181463173922935047L
-
Serialized Fields
-
elements
java.lang.Object[] elements
The elements of the key
-
-
Class org.jboss.util.collection.ConcurrentReferenceHashMap extends java.util.AbstractMap<K,V> implements Serializable
- serialVersionUID:
- 7249069246763182397L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream s) throws java.io.IOException, java.lang.ClassNotFoundException
Reconstitute the ConcurrentReferenceHashMap instance from a stream (i.e., deserialize it).- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream s) throws java.io.IOException
Save the state of the ConcurrentReferenceHashMap instance to a stream (i.e., serialize it).- Serial Data:
- the key (Object) and value (Object) for each key-value mapping, followed by a null pair. The key-value mappings are emitted in no particular order.
- Throws:
java.io.IOException
-
-
Serialized Fields
-
identityComparisons
boolean identityComparisons
-
segmentMask
int segmentMask
Mask value for indexing into segments. The upper bits of a key's hash code are used to choose the segment. -
segments
ConcurrentReferenceHashMap.Segment<K,V>[] segments
The segments, each of which is a specialized hash table -
segmentShift
int segmentShift
Shift value for indexing within segments.
-
-
Class org.jboss.util.collection.ConcurrentReferenceHashSet extends MapDelegateSet<E> implements Serializable
- serialVersionUID:
- 1L
-
Class org.jboss.util.collection.ConcurrentSet extends MapDelegateSet<E> implements Serializable
- serialVersionUID:
- 1L
-
Class org.jboss.util.collection.ConcurrentSkipListMap extends java.util.AbstractMap<K,V> implements Serializable
- serialVersionUID:
- -8627078645895051609L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream s) throws java.io.IOException, java.lang.ClassNotFoundException
Reconstitute the Map instance from a stream.- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream s) throws java.io.IOException
Save the state of the Map instance to a stream.- Serial Data:
- The key (Object) and value (Object) for each key-value mapping represented by the Map, followed by null. The key-value mappings are emitted in key-order (as determined by the Comparator, or by the keys' natural ordering if no Comparator).
- Throws:
java.io.IOException
-
-
Serialized Fields
-
comparator
java.util.Comparator<? super K> comparator
The Comparator used to maintain order in this Map, or null if using natural order.
-
-
Class org.jboss.util.collection.EmptyCollectionException extends CollectionException implements Serializable
- serialVersionUID:
- -4562591066479152759L
-
Class org.jboss.util.collection.FastCopyHashMap extends java.util.AbstractMap<K,V> implements Serializable
- serialVersionUID:
- 10929568968762L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream s) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream s) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Serialized Fields
-
loadFactor
float loadFactor
The user defined load factor which defines when to resize
-
-
Class org.jboss.util.collection.FastCopyHashSet extends MapDelegateSet<E> implements Serializable
- serialVersionUID:
- 1L
-
Class org.jboss.util.collection.FullCollectionException extends CollectionException implements Serializable
- serialVersionUID:
- -1795773071357559465L
-
Class org.jboss.util.collection.LazyList extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
delegate
java.util.List<T> delegate
The delegate list
-
-
Class org.jboss.util.collection.LazyMap extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.jboss.util.collection.LazySet extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
delegate
java.util.Set<T> delegate
The delegate set
-
-
Class org.jboss.util.collection.ListSet extends java.util.AbstractSet implements Serializable
- serialVersionUID:
- 7333619218072079496L
-
Serialized Fields
-
list
java.util.List list
The List which will be used for element storage.
-
-
Class org.jboss.util.collection.MapDelegateSet extends java.util.AbstractSet<E> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
map
java.util.Map<E,java.lang.Object> map
The delegate map
-
-
Class org.jboss.util.collection.SerializableEnumeration extends java.util.ArrayList implements Serializable
- serialVersionUID:
- 8678951571196067510L
-
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
-
index
int index
-
-
-
Package org.jboss.util.deadlock
-
Class org.jboss.util.deadlock.ApplicationDeadlockException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- -908428091244600395L
-
Serialized Fields
-
retry
boolean retry
-
-
-
Package org.jboss.util.id
-
Class org.jboss.util.id.GUID extends java.lang.Object implements Serializable
- serialVersionUID:
- 3289509836244263718L
-
Class org.jboss.util.id.UID extends java.lang.Object implements Serializable
- serialVersionUID:
- -8093336932569424512L
-
Serialized Fields
-
id
long id
The identity portion of the UID -
time
long time
The time portion of the UID
-
-
Class org.jboss.util.id.VMID extends java.lang.Object implements Serializable
- serialVersionUID:
- -4339675822939194520L
-
-
Package org.jboss.util.platform
-
Class org.jboss.util.platform.PID extends java.lang.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
- serialVersionUID:
- -3347198703863412326L
-
Serialized Fields
-
groupname
java.lang.String groupname
The group name for this container.
-
-
Class org.jboss.util.property.PropertyError extends NestedError implements Serializable
- serialVersionUID:
- -4956548740655706282L
-
Class org.jboss.util.property.PropertyEvent extends java.util.EventObject implements Serializable
- serialVersionUID:
- -5007209897739884086L
-
Serialized Fields
-
name
java.lang.String name
Property name. -
value
java.lang.String value
Property value.
-
-
Class org.jboss.util.property.PropertyException extends NestedRuntimeException implements Serializable
- serialVersionUID:
- 452085442436956822L
-
Class org.jboss.util.property.PropertyGroup extends PropertyMap implements Serializable
- serialVersionUID:
- -2557641199743063159L
-
Serialized Fields
-
basename
java.lang.String basename
Base property name
-
-
Class org.jboss.util.property.PropertyMap extends java.util.Properties implements Serializable
- serialVersionUID:
- 8747802918099008518L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream stream) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream stream) throws java.io.IOException
- Throws:
java.io.IOException
-
-
-
Package org.jboss.util.state
-
Class org.jboss.util.state.IllegalTransitionException extends java.lang.Exception implements Serializable
- serialVersionUID:
- -3392564168782896452L
-
-
Package org.jboss.util.threadpool
-
Class org.jboss.util.threadpool.BlockingMode extends java.lang.Object implements Serializable
- serialVersionUID:
- -9102277941374138830L
-
Serialization Methods
-
readResolve
java.lang.Object readResolve() throws java.io.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:
java.io.ObjectStreamException
-
-
Serialized Fields
-
type
int type
The enum manifest constant
-
-
Class org.jboss.util.threadpool.StartTimeoutException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 2287779538710535096L
-
Class org.jboss.util.threadpool.TaskStoppedException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- -5166095239829218680L
-
Class org.jboss.util.threadpool.ThreadPoolFullException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- -1044683480627340299L
-
Class org.jboss.util.threadpool.ThreadPoolStoppedException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 8732248855455909385L
-
-
Package org.jboss.util.xml.catalog
-
Class org.jboss.util.xml.catalog.CatalogException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
exception
java.lang.Exception exception
The embedded exception if tunnelling, or null. -
exceptionType
int exceptionType
-
-