Serialized Form


Package org.apache.geronimo.gbean

Class org.apache.geronimo.gbean.AbstractName extends Object implements Serializable

serialVersionUID: 3584199042821734754L

Serialized Fields

artifact

Artifact artifact

name

Map name

objectName

ObjectName objectName

uri

URI uri

Class org.apache.geronimo.gbean.AbstractNameQuery extends Object implements Serializable

serialVersionUID: 7444620122607155678L

Serialized Fields

artifact

Artifact artifact

name

Map name

interfaceTypes

Set interfaceTypes

uri

URI uri

Class org.apache.geronimo.gbean.DynamicGAttributeInfo extends GAttributeInfo implements Serializable

Class org.apache.geronimo.gbean.DynamicGOperationInfo extends GOperationInfo implements Serializable

Class org.apache.geronimo.gbean.GAttributeInfo extends Object implements Serializable

Serialized Fields

name

String name
Name of this attribute.


type

String type
Type of this attribute.


persistent

boolean persistent
Is this attribute persistent?


manageable

boolean manageable
Is this attribute manageable?


readable

boolean readable
Is this attribute readable?


writable

boolean writable
Is this attribute writiable?


getterName

String getterName
Name of the getter method. The default is "get" + name. In the case of a defualt value we do a caseless search for the name.


setterName

String setterName
Name of the setter method. The default is "set" + name. In the case of a defualt value we do a caseless search for the name.

Class org.apache.geronimo.gbean.GBeanData extends Object implements Serializable

serialVersionUID: -1012491431781444074L

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.apache.geronimo.gbean.GBeanInfo extends Object implements Serializable

Serialized Fields

sourceClass

String sourceClass

name

String name

className

String className

j2eeType

String j2eeType

attributes

Set attributes

attributesByName

Map attributesByName

constructor

GConstructorInfo constructor

operations

Set operations

notifications

Set notifications

references

Set references

referencesByName

Map referencesByName

interfaces

Set interfaces

priority

int priority

Class org.apache.geronimo.gbean.GConstructorInfo extends Object implements Serializable

Serialized Fields

attributeNames

List attributeNames

Class org.apache.geronimo.gbean.GNotificationInfo extends Object implements Serializable

Serialized Fields

name

String name

notificationTypes

Set notificationTypes

Class org.apache.geronimo.gbean.GOperationInfo extends Object implements Serializable

Serialized Fields

name

String name
The name of this method.


parameters

List parameters
Parameters of this method.


methodName

String methodName
Target method name.

Class org.apache.geronimo.gbean.GReferenceInfo extends Object implements Serializable

Serialized Fields

name

String name
Name of this reference.


referenceType

String referenceType
Type of this reference.


proxyType

String proxyType
Type of the proxy injected into the bean.


setterName

String setterName
Name of the setter method.


nameTypeName

String nameTypeName
String for type component when constructing reference patterns. For jsr-77 this maps to j2eeType=nameTypeName

Class org.apache.geronimo.gbean.InvalidConfigurationException extends RuntimeException implements Serializable

Class org.apache.geronimo.gbean.ReferencePatterns extends Object implements Serializable

serialVersionUID: 1888371271299507818L

Serialized Fields

patterns

Set patterns

abstractName

AbstractName abstractName

Class org.apache.geronimo.gbean.WaitingException extends Exception implements Serializable


Package org.apache.geronimo.kernel

Class org.apache.geronimo.kernel.GBeanAlreadyExistsException extends KernelException implements Serializable

Class org.apache.geronimo.kernel.GBeanNotFoundException extends KernelException implements Serializable

Serialized Fields

gBeanName

ObjectName gBeanName

abstractName

AbstractName abstractName

Class org.apache.geronimo.kernel.InternalKernelException extends RuntimeException implements Serializable

Class org.apache.geronimo.kernel.InvalidGBeanException extends KernelException implements Serializable

Class org.apache.geronimo.kernel.KernelException extends Exception implements Serializable

Class org.apache.geronimo.kernel.KernelFactoryError extends Error implements Serializable

Class org.apache.geronimo.kernel.NoSuchAttributeException extends KernelException implements Serializable

Class org.apache.geronimo.kernel.NoSuchOperationException extends KernelException implements Serializable


Package org.apache.geronimo.kernel.config

Class org.apache.geronimo.kernel.config.ConfigurationAlreadyExistsException extends InvalidConfigurationException implements Serializable

Class org.apache.geronimo.kernel.config.ConfigurationData extends Object implements Serializable

serialVersionUID: 4324193220056650732L

Serialized Fields

created

long created
The time at which this configuration was created.


moduleType

ConfigurationModuleType moduleType
Identifies the type of configuration (WAR, RAR et cetera)


environment

Environment environment
Defines the configuration id, parent configurations, and classpath


classPath

LinkedHashSet classPath
List of URIs in this configuration's classpath. These are for the classes directly included in the configuration


gbeanState

GBeanState gbeanState
The gbeans contained in this configuration


childConfigurations

Map childConfigurations
Child configurations of this configuration


ownedConfigurations

Set ownedConfigurations
Configurations owned by this configuration. This is only used for cascade-uninstall.


inPlaceConfigurationDir

File inPlaceConfigurationDir
The base file of an in-place configuration


autoStart

boolean autoStart
Should this configuraiton be autoStarted

Class org.apache.geronimo.kernel.config.ConfigurationInfo extends Object implements Serializable

serialVersionUID: -16555213664245560L

Serialized Fields

storeName

AbstractName storeName

configID

Artifact configID

type

ConfigurationModuleType type

created

long created

inPlaceLocation

File inPlaceLocation

ownedConfigurations

Set ownedConfigurations

childConfigurations

Set childConfigurations

state

State state

parentID

Artifact parentID

Class org.apache.geronimo.kernel.config.ConfigurationModuleType extends Object implements Serializable

serialVersionUID: -4121586344416418391L

Serialization Methods

readResolve

protected Object readResolve()
Serialized Fields

name

String name

value

int value

Class org.apache.geronimo.kernel.config.InvalidConfigException extends Exception implements Serializable

Class org.apache.geronimo.kernel.config.LifecycleException extends Exception implements Serializable

Serialized Fields

command

String command

configurationId

Artifact configurationId

lifecycleResults

LifecycleResults lifecycleResults

Class org.apache.geronimo.kernel.config.LifecycleResults extends Object implements Serializable

serialVersionUID: 4660197333193740244L

Serialized Fields

loaded

Set loaded

unloaded

Set unloaded

started

Set started

stopped

Set stopped

failed

Map failed

Class org.apache.geronimo.kernel.config.NoSuchConfigException extends Exception implements Serializable

Serialized Fields

configId

Artifact configId

Class org.apache.geronimo.kernel.config.NoSuchStoreException extends Exception implements Serializable

Class org.apache.geronimo.kernel.config.SerializedGBeanState extends Object implements Serializable

serialVersionUID: 6015138334529564307L

Serialization Methods

writeObject

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

gbeans

List gbeans
GBeans contained in this configuration.


gbeanState

byte[] gbeanState
The serialized form of the gbeans. Once this is set on more gbeans can be added.


Package org.apache.geronimo.kernel.management

Class org.apache.geronimo.kernel.management.State extends Object implements Serializable

Serialization Methods

readResolve

private Object readResolve()
Serialized Fields

name

String name
The user readable name of this state from the J2EE Management specification


index

int index
The state index from the J2EE Management specification


eventTypeValue

String eventTypeValue
Type value to be broadcasted on entering this state.


Package org.apache.geronimo.kernel.proxy

Class org.apache.geronimo.kernel.proxy.DeadProxyException extends IllegalStateException implements Serializable

Class org.apache.geronimo.kernel.proxy.ProxyCreationException extends RuntimeException implements Serializable


Package org.apache.geronimo.kernel.repository

Class org.apache.geronimo.kernel.repository.Artifact extends Object implements Serializable

serialVersionUID: -3459638899709893444L

Serialized Fields

groupId

String groupId

artifactId

String artifactId

version

Version version

type

String type

Class org.apache.geronimo.kernel.repository.Dependency extends Object implements Serializable

serialVersionUID: -1940822102064150145L

Serialized Fields

artifact

Artifact artifact

importType

ImportType importType

Class org.apache.geronimo.kernel.repository.Environment extends Object implements Serializable

serialVersionUID: 7075760873629376317L

Serialized Fields

configId

Artifact configId

dependencies

LinkedHashSet dependencies

hiddenClasses

Set hiddenClasses

nonOverrideableClasses

Set nonOverrideableClasses

inverseClassLoading

boolean inverseClassLoading

suppressDefaultEnvironment

boolean suppressDefaultEnvironment

Class org.apache.geronimo.kernel.repository.ImportType extends Object implements Serializable

serialVersionUID: 9084371394522950958L

Serialization Methods

readResolve

protected Object readResolve()
Serialized Fields

name

String name

Class org.apache.geronimo.kernel.repository.MissingDependencyException extends Exception implements Serializable

Class org.apache.geronimo.kernel.repository.MultipleMatchesException extends Exception implements Serializable

Serialized Fields

artifact

Artifact artifact

Class org.apache.geronimo.kernel.repository.Version extends Object implements Serializable

serialVersionUID: 7941704456058067109L

Serialized Fields

majorVersion

Integer majorVersion

minorVersion

Integer minorVersion

incrementalVersion

Integer incrementalVersion

buildNumber

Integer buildNumber

qualifier

String qualifier



Copyright © 2006 Apache Software Foundation. All Rights Reserved.