Serialized Form
Package org.apache.geronimo.kernel |
gBeanName
javax.management.ObjectName gBeanName
abstractName
org.apache.geronimo.gbean.AbstractName abstractName
Package org.apache.geronimo.kernel.config |
serialVersionUID: 4324193220056650732l
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
serialVersionUID: -16555213664245560l
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
serialVersionUID: -4121586344416418391l
readResolve
protected Object readResolve()
name
String name
value
int value
command
String command
configurationId
Artifact configurationId
lifecycleResults
LifecycleResults lifecycleResults
serialVersionUID: 4660197333193740244l
loaded
Set loaded
unloaded
Set unloaded
started
Set started
stopped
Set stopped
failed
Map failed
configId
Artifact configId
serialVersionUID: 6015138334529564307l
writeObject
private void writeObject(ObjectOutputStream stream)
throws IOException
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 |
readResolve
private Object readResolve()
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 |
Package org.apache.geronimo.kernel.repository |
serialVersionUID: -3459638899709893444l
groupId
String groupId
artifactId
String artifactId
version
Version version
type
String type
serialVersionUID: -1940822102064150145l
artifact
Artifact artifact
importType
ImportType importType
serialVersionUID: 7075760873629376317l
configId
Artifact configId
dependencies
LinkedHashSet dependencies
hiddenClasses
Set hiddenClasses
nonOverrideableClasses
Set nonOverrideableClasses
inverseClassLoading
boolean inverseClassLoading
suppressDefaultEnvironment
boolean suppressDefaultEnvironment
serialVersionUID: 9084371394522950958l
readResolve
protected Object readResolve()
name
String name
artifact
Artifact artifact
serialVersionUID: 7941704456058067109l
majorVersion
Integer majorVersion
minorVersion
Integer minorVersion
incrementalVersion
Integer incrementalVersion
buildNumber
Integer buildNumber
qualifier
String qualifier
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.