|
JBoss Common Classes 2.2.17.GA | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Package org.jboss.net.sockets |
---|
Class org.jboss.net.sockets.DefaultClientSocketFactory extends Object implements Serializable |
---|
serialVersionUID: -920483051658660269L
Serialized Fields |
---|
InetAddress bindAddress
Class org.jboss.net.sockets.DefaultSocketFactory extends ServerSocketFactory implements Serializable |
---|
serialVersionUID: -7626239955727142958L
Serialized Fields |
---|
int backlog
Class org.jboss.net.sockets.QueuedClientSocketFactory extends Object implements Serializable |
---|
Serialization Methods |
---|
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
IOException
Class org.jboss.net.sockets.RMIMultiSocketClient extends Object implements Serializable |
---|
serialVersionUID: -945837789475428529L
Serialized Fields |
---|
Remote[] stubs
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 |
---|
int backlog
Package org.jboss.util |
---|
Class org.jboss.util.AbstractNestedThrowable extends Throwable implements Serializable |
---|
Serialized Fields |
---|
Throwable nested
Class org.jboss.util.Counter extends Object implements Serializable |
---|
serialVersionUID: 7736259185393081556L
Serialized Fields |
---|
int count
Class org.jboss.util.EmptyStringException extends IllegalArgumentException implements Serializable |
---|
serialVersionUID: -7958716001355854762L
Class org.jboss.util.HashCode extends Object implements Serializable |
---|
serialVersionUID: 2391396931740264021L
Serialized Fields |
---|
int value
Class org.jboss.util.JBossStringBuilder extends Object implements Serializable |
---|
serialVersionUID: 1874946609763446794L
Serialized Fields |
---|
char[] chars
int pos
Class org.jboss.util.LongCounter extends Object implements Serializable |
---|
serialVersionUID: 1615297462859270139L
Serialized Fields |
---|
long count
Class org.jboss.util.NestedError extends Error implements Serializable |
---|
serialVersionUID: -4135571897343827853L
Serialized Fields |
---|
Throwable nested
Class org.jboss.util.NestedException extends Exception implements Serializable |
---|
serialVersionUID: 7003381223684751953L
Serialized Fields |
---|
Throwable nested
Class org.jboss.util.NestedRuntimeException extends RuntimeException implements Serializable |
---|
serialVersionUID: 9017248167673450852L
Serialized Fields |
---|
Throwable nested
Class org.jboss.util.NestedSQLException extends SQLException implements Serializable |
---|
serialVersionUID: -8348882503434035185L
Serialized Fields |
---|
Throwable nested
Class org.jboss.util.NoSuchMethodException extends NoSuchMethodException implements Serializable |
---|
serialVersionUID: -3044955578250977290L
Class org.jboss.util.NotImplementedException extends RuntimeException implements Serializable |
---|
serialVersionUID: -3915801189311749818L
Class org.jboss.util.Null extends Object implements Serializable |
---|
serialVersionUID: -403173436435490144L
Class org.jboss.util.NullArgumentException extends IllegalArgumentException implements Serializable |
---|
serialVersionUID: -2308503249278841584L
Serialized Fields |
---|
String name
Object index
Class org.jboss.util.StopWatch extends Object implements Serializable |
---|
serialVersionUID: 4628094303187435707L
Serialized Fields |
---|
long total
long start
long stop
int count
boolean running
Class org.jboss.util.UnexpectedThrowable extends NestedError implements Serializable |
---|
serialVersionUID: 4318032849691437298L
Class org.jboss.util.UnreachableStatementException extends RuntimeException implements Serializable |
---|
serialVersionUID: -6741968131968754812L
Package org.jboss.util.collection |
---|
Class org.jboss.util.collection.ArrayIterator extends Object implements Serializable |
---|
serialVersionUID: -6604583440222021075L
Serialized Fields |
---|
Object[] array
int index
Class org.jboss.util.collection.CollectionException extends RuntimeException implements Serializable |
---|
serialVersionUID: 1470947618739421094L
Class org.jboss.util.collection.CompoundKey extends Object implements Serializable |
---|
serialVersionUID: -1181463173922935047L
Serialized Fields |
---|
Object[] elements
Class org.jboss.util.collection.ConcurrentReferenceHashMap extends AbstractMap<K,V> implements Serializable |
---|
serialVersionUID: 7249069246763182397L
Serialization Methods |
---|
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
Serialized Fields |
---|
int segmentMask
int segmentShift
org.jboss.util.collection.ConcurrentReferenceHashMap.Segment<K,V>[] segments
boolean identityComparisons
Class org.jboss.util.collection.ConcurrentSet extends AbstractSet<E> implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
ConcurrentHashMap<K,V> map
Class org.jboss.util.collection.ConcurrentSkipListMap extends AbstractMap<K,V> implements Serializable |
---|
serialVersionUID: -8627078645895051609L
Serialization Methods |
---|
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
Serialized Fields |
---|
Comparator<T> comparator
Class org.jboss.util.collection.EmptyCollectionException extends CollectionException implements Serializable |
---|
serialVersionUID: -4562591066479152759L
Class org.jboss.util.collection.FastCopyHashMap extends AbstractMap<K,V> implements Serializable |
---|
serialVersionUID: 10929568968762L
Serialization Methods |
---|
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
Serialized Fields |
---|
float loadFactor
Class org.jboss.util.collection.FullCollectionException extends CollectionException implements Serializable |
---|
serialVersionUID: -1795773071357559465L
Class org.jboss.util.collection.LazyList extends Object implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
List<E> delegate
Class org.jboss.util.collection.LazyMap extends Object implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
Map<K,V> delegate
Class org.jboss.util.collection.LazySet extends Object implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
Set<E> delegate
Class org.jboss.util.collection.ListSet extends AbstractSet implements Serializable |
---|
serialVersionUID: 7333619218072079496L
Serialized Fields |
---|
List<E> list
Class org.jboss.util.collection.SerializableEnumeration extends ArrayList implements Serializable |
---|
serialVersionUID: 8678951571196067510L
Serialization Methods |
---|
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
IOException
Serialized Fields |
---|
int index
Package org.jboss.util.deadlock |
---|
Class org.jboss.util.deadlock.ApplicationDeadlockException extends RuntimeException implements Serializable |
---|
serialVersionUID: -908428091244600395L
Serialized Fields |
---|
boolean retry
Package org.jboss.util.id |
---|
Class org.jboss.util.id.GUID extends Object implements Serializable |
---|
serialVersionUID: 3289509836244263718L
Serialized Fields |
---|
VMID vmid
UID uid
int hashCode
Class org.jboss.util.id.UID extends Object implements Serializable |
---|
serialVersionUID: -8093336932569424512L
Serialized Fields |
---|
long time
long id
Class org.jboss.util.id.VMID extends Object implements Serializable |
---|
serialVersionUID: -4339675822939194520L
Serialized Fields |
---|
byte[] address
PID pid
UID uid
int hashCode
Package org.jboss.util.platform |
---|
Class org.jboss.util.platform.PID extends Object implements Serializable |
---|
serialVersionUID: -6837013326314943907L
Serialized Fields |
---|
int id
Package org.jboss.util.property |
---|
Class org.jboss.util.property.PropertyContainer extends PropertyMap implements Serializable |
---|
serialVersionUID: -3347198703863412326L
Serialized Fields |
---|
String groupname
Class org.jboss.util.property.PropertyError extends NestedError implements Serializable |
---|
serialVersionUID: -4956548740655706282L
Class org.jboss.util.property.PropertyEvent extends EventObject implements Serializable |
---|
serialVersionUID: -5007209897739884086L
Serialized Fields |
---|
String name
String 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 |
---|
String basename
Class org.jboss.util.property.PropertyMap extends Properties implements Serializable |
---|
serialVersionUID: 8747802918099008518L
Serialization Methods |
---|
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream stream) throws IOException
IOException
Package org.jboss.util.state |
---|
Class org.jboss.util.state.IllegalTransitionException extends Exception implements Serializable |
---|
serialVersionUID: -3392564168782896452L
Package org.jboss.util.threadpool |
---|
Class org.jboss.util.threadpool.BlockingMode extends Object implements Serializable |
---|
serialVersionUID: -9102277941374138830L
Serialization Methods |
---|
Object readResolve() throws ObjectStreamException
ObjectStreamException
Serialized Fields |
---|
int type
Class org.jboss.util.threadpool.StartTimeoutException extends RuntimeException implements Serializable |
---|
serialVersionUID: 2287779538710535096L
Class org.jboss.util.threadpool.TaskStoppedException extends RuntimeException implements Serializable |
---|
serialVersionUID: -5166095239829218680L
Class org.jboss.util.threadpool.ThreadPoolFullException extends RuntimeException implements Serializable |
---|
serialVersionUID: -1044683480627340299L
Class org.jboss.util.threadpool.ThreadPoolStoppedException extends RuntimeException implements Serializable |
---|
serialVersionUID: 8732248855455909385L
Package org.jboss.util.xml.catalog |
---|
Class org.jboss.util.xml.catalog.CatalogException extends Exception implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
Exception exception
int exceptionType
|
JBoss Common Classes 2.2.17.GA | |||||||||
PREV NEXT | FRAMES NO FRAMES |