Serialized Form


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

javax.management.ObjectName gBeanName

abstractName

org.apache.geronimo.gbean.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 org.apache.geronimo.gbean.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

org.apache.geronimo.gbean.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
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 © 2003-2007 Apache Software Foundation. All Rights Reserved.