Serialized Form
Package org.apache.geronimo.gbean |
serialVersionUID: 3584199042821734754L
artifact
Artifact artifact
name
Map name
objectName
ObjectName objectName
uri
URI uri
serialVersionUID: 7444620122607155678L
artifact
Artifact artifact
name
Map name
interfaceTypes
Set interfaceTypes
uri
URI uri
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.
serialVersionUID: -1012491431781444074L
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Throws:
IOException
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
attributeNames
List attributeNames
name
String name
notificationTypes
Set notificationTypes
name
String name
- The name of this method.
parameters
List parameters
- Parameters of this method.
methodName
String methodName
- Target method name.
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
serialVersionUID: 1888371271299507818L
patterns
Set patterns
abstractName
AbstractName abstractName
Package org.apache.geronimo.kernel |
gBeanName
ObjectName gBeanName
abstractName
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
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
- 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 © 2006 Apache Software Foundation. All Rights Reserved.