Serialized Form


Package org.jboss.joinpoint.spi

Class org.jboss.joinpoint.spi.JoinpointException extends RuntimeException implements Serializable

serialVersionUID: 3257572793343030583L


Package org.jboss.kernel

Class org.jboss.kernel.KernelPermission extends BasicPermission implements Serializable

serialVersionUID: 5661980843569388590L

Serialization Methods

readObject

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

Package org.jboss.kernel.spi.registry

Class org.jboss.kernel.spi.registry.KernelRegistryEntryAlreadyRegisteredException extends RuntimeException implements Serializable

serialVersionUID: 4123384315506866231L

Class org.jboss.kernel.spi.registry.KernelRegistryEntryNotFoundException extends RuntimeException implements Serializable

serialVersionUID: 3257567295684358200L


Package org.jboss.reflect.plugins

Class org.jboss.reflect.plugins.AnnotationAttributeImpl extends org.jboss.util.JBossObject implements Serializable

serialVersionUID: 3546645408219542832L

Serialized Fields

name

String name
The name


type

TypeInfo type
The attribute type


defaultValue

Value defaultValue
The default value


hash

int hash
The hash code

Class org.jboss.reflect.plugins.AnnotationHolder extends org.jboss.util.JBossObject implements Serializable

serialVersionUID: 3546645408219542832L

Serialized Fields

annotationsArray

AnnotationValue[] annotationsArray
The annotations


annotationMap

HashMap<K,V> annotationMap
Annotations map Map

Class org.jboss.reflect.plugins.AnnotationInfoImpl extends InterfaceInfoImpl implements Serializable

serialVersionUID: 3546645408219542832L

Serialized Fields

attributes

AnnotationAttribute[] attributes
The attributes


attributeMap

HashMap<K,V> attributeMap
Attribute Map

Class org.jboss.reflect.plugins.AnnotationValueImpl extends org.jboss.util.JBossObject implements Serializable

serialVersionUID: 3257290210164289843L

Serialized Fields

annotationType

AnnotationInfo annotationType
The annotation type


attributeValues

HashMap<K,V> attributeValues
The attribute values


hash

int hash
The hash code

Class org.jboss.reflect.plugins.ArrayInfoImpl extends ClassInfoImpl implements Serializable

serialVersionUID: 3905804162787980599L

Serialized Fields

componentType

TypeInfo componentType
The component type


hash

int hash
The hash code

Class org.jboss.reflect.plugins.ArrayValueImpl extends org.jboss.util.JBossObject implements Serializable

serialVersionUID: 3979266949899367475L

Serialized Fields

type

TypeInfo type
The type


values

Value[] values
The values


hash

int hash
The hash code

Class org.jboss.reflect.plugins.ClassInfoImpl extends InheritableAnnotationHolder implements Serializable

serialVersionUID: 3545798779904340792L

Serialized Fields

name

String name
The class name


modifiers

int modifiers
The class modifiers


interfaces

InterfaceInfo[] interfaces
The interfaces


methods

MethodInfo[] methods
The methods


fields

FieldInfo[] fields
The fields


fieldMap

HashMap<K,V> fieldMap
Field map Map


superclass

ClassInfo superclass
The super class


constructors

ConstructorInfo[] constructors
The constructor info

Class org.jboss.reflect.plugins.ClassValueImpl extends org.jboss.util.JBossObject implements Serializable

serialVersionUID: 3256721801307566649L

Serialized Fields

value

String value
The value


type

TypeInfo type
The type


hash

int hash
The hash code

Class org.jboss.reflect.plugins.ConstructorInfoImpl extends AnnotationHolder implements Serializable

serialVersionUID: 3256727273163272758L

Serialized Fields

constructor

Constructor<T> constructor
The constructor


declaringClass

ClassInfo declaringClass
The declring class


parameterTypes

TypeInfo[] parameterTypes
The parameter types


parameters

ParameterInfo[] parameters
The parameters


exceptionTypes

ClassInfo[] exceptionTypes
The exception types


modifiers

int modifiers
The modifiers


hash

int hash
The hash code

Class org.jboss.reflect.plugins.EnumConstantInfoImpl extends org.jboss.util.JBossObject implements Serializable

serialVersionUID: 3761411923568243761L

Serialized Fields

name

String name
The constant name


declaring

EnumInfo declaring
The enumeration


hash

int hash
The hash code

Class org.jboss.reflect.plugins.EnumInfoImpl extends ClassInfoImpl implements Serializable

serialVersionUID: 3617851958849713457L

Serialized Fields

enumConstants

EnumConstantInfoImpl[] enumConstants
Enumeration constants


constants

HashMap<K,V> constants
The constants

Class org.jboss.reflect.plugins.EnumValueImpl extends org.jboss.util.JBossObject implements Serializable

serialVersionUID: 4120848858889662517L

Serialized Fields

type

TypeInfo type
The type


value

String value
The value


hash

int hash
The hash code

Class org.jboss.reflect.plugins.FieldInfoImpl extends AnnotationHolder implements Serializable

serialVersionUID: 3546084661584539959L

Serialized Fields

name

String name
The field name


field

Field field
The field


type

TypeInfo type
The field type


modifiers

int modifiers
The field modifier


declaringClass

ClassInfo declaringClass
The declaring class


hash

int hash
The hash code

Class org.jboss.reflect.plugins.InheritableAnnotationHolder extends org.jboss.util.JBossObject implements Serializable

serialVersionUID: 3257290210164289843L

Serialized Fields

declaredAnnotations

Map<K,V> declaredAnnotations
Declared annotations Map


allAnnotations

Map<K,V> allAnnotations
All annotations Map


allAnnotationsArray

AnnotationValue[] allAnnotationsArray
All annotations


declaredAnnotationsArray

AnnotationValue[] declaredAnnotationsArray
Declared annotations


annotatedElement

Object annotatedElement
The annotated element


typeInfoFactory

IntrospectionTypeInfoFactoryImpl typeInfoFactory
The typeinfo factory

Class org.jboss.reflect.plugins.InterfaceInfoImpl extends ClassInfoImpl implements Serializable

serialVersionUID: 3258690987944522291L

Class org.jboss.reflect.plugins.MethodInfoImpl extends AnnotationHolder implements Serializable

serialVersionUID: 3257007670035756341L

Serialized Fields

name

String name
The method name


method

Method method
The method


declaringClass

ClassInfo declaringClass
The declaring class


parameterTypes

TypeInfo[] parameterTypes
The parameter types


parameters

ParameterInfo[] parameters
The parameters


exceptionTypes

ClassInfo[] exceptionTypes
The exception types


modifiers

int modifiers
The modifiers


returnType

TypeInfo returnType
The return type


hash

int hash
The hash code

Class org.jboss.reflect.plugins.ParameterInfoImpl extends AnnotationHolder implements Serializable

serialVersionUID: 3256725082746664754L

Serialized Fields

name

String name
The parameter name


parameterType

TypeInfo parameterType
The parameter type

Class org.jboss.reflect.plugins.StringValueImpl extends org.jboss.util.JBossObject implements Serializable

serialVersionUID: 3977862864859836468L

Serialized Fields

value

String value
The value


type

TypeInfo type
The type


Package org.jboss.reflect.spi

Class org.jboss.reflect.spi.PrimitiveInfo extends Object implements Serializable

serialVersionUID: 3256718498443835449L

Serialization Methods

readResolve

Object readResolve()
             throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

ordinal

int ordinal
The ordinal

Class org.jboss.reflect.spi.PrimitiveValue extends org.jboss.util.JBossObject implements Serializable

serialVersionUID: 3907214866304741945L

Serialized Fields

value

String value
The value


type

PrimitiveInfo type
The type


Package org.jboss.util

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

Serialized Fields

nested

Throwable nested

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

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

serialVersionUID: 7736259185393081556L

Serialized Fields

count

int count

Class org.jboss.util.DataConversionException extends org.jboss.util.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

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

serialVersionUID: 1874946609763446794L

Serialized Fields

chars

char[] chars

pos

int pos

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

serialVersionUID: 1615297462859270139L

Serialized Fields

count

long count

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

Serialized Fields

nested

Throwable nested

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

Serialized Fields

nested

Throwable nested

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

Serialized Fields

nested

Throwable nested

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

Serialized Fields

nested

Throwable nested

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

Class org.jboss.util.NotCoercibleException extends org.jboss.util.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

index

Object index

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

serialVersionUID: -6077429788585907990L

Serialized Fields

stack

List<E> stack

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

serialVersionUID: 7013023772762859280L

Serialized Fields

className

String className

methodName

String methodName

sourceFileName

String sourceFileName

lineNumber

String lineNumber

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

serialVersionUID: 4628094303187435707L

Serialized Fields

total

long total

start

long start

stop

long stop

count

int count

running

boolean running

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

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



Copyright © 2004 JBoss Inc. All Rights Reserved.