Serialized Form
|
Package org.apache.geronimo.gbean |
serialVersionUID: 3584199042821734754L
artifact
Artifact artifact
name
Map<K,V> name
objectName
ObjectName objectName
uri
URI uri
serialVersionUID: 7444620122607155678L
artifact
Artifact artifact
name
Map<K,V> name
interfaceTypes
Set<E> interfaceTypes
uri
URI uri
serialVersionUID: 2805493042418685048L
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?
encrypted
boolean encrypted
- Does this attribute need to be encrypted when persisted?
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
serialVersionUID: -6198804067155550221L
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
sourceClass
String sourceClass
name
String name
className
String className
j2eeType
String j2eeType
attributes
Set<E> attributes
attributesByName
Map<K,V> attributesByName
constructor
GConstructorInfo constructor
operations
Set<E> operations
notifications
Set<E> notifications
references
Set<E> references
referencesByName
Map<K,V> referencesByName
interfaces
Set<E> interfaces
priority
int priority
serialVersionUID: -769958715671913257L
attributeNames
List<E> attributeNames
serialVersionUID: 2241808021653786721L
name
String name
notificationTypes
Set<E> notificationTypes
serialVersionUID: -5593225815559931812L
name
String name
- The name of this method.
returnType
String returnType
- The return type of this method.
parameters
List<E> parameters
- Parameters of this method.
methodName
String methodName
- Target method name.
serialVersionUID: 8817036672214905192L
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<E> patterns
abstractName
AbstractName abstractName
|
Package org.apache.geronimo.kernel |
gBeanName
ObjectName gBeanName
abstractName
AbstractName abstractName
matches
Set<E> matches
|
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<E> 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<K,V> childConfigurations
- Child configurations of this configuration
ownedConfigurations
Set<E> 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<E> ownedConfigurations
childConfigurations
Set<E> 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<E> loaded
unloaded
Set<E> unloaded
started
Set<E> started
stopped
Set<E> stopped
failed
Map<K,V> failed
configId
Artifact configId
serialVersionUID: 6015138334529564307L
writeObject
private void writeObject(ObjectOutputStream stream)
throws IOException
- Throws:
IOException
gbeans
List<E> 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<E> dependencies
hiddenClasses
Set<E> hiddenClasses
nonOverrideableClasses
Set<E> nonOverrideableClasses
inverseClassLoading
boolean inverseClassLoading
suppressDefaultEnvironment
boolean suppressDefaultEnvironment
serialVersionUID: 9084371394522950958L
readResolve
protected Object readResolve()
name
String name
serialVersionUID: -2557777157677213124L
query
Artifact query
stack
Stack<E> stack
artifact
Artifact artifact
serialVersionUID: 7941704456058067109L
majorVersion
Integer majorVersion
minorVersion
Integer minorVersion
incrementalVersion
Integer incrementalVersion
buildNumber
Integer buildNumber
qualifier
String qualifier
|
Package org.apache.geronimo.kernel.rmi |
serialVersionUID: 8238444722121747980L
connectionTimeout
int connectionTimeout
readTimeout
int readTimeout
serialVersionUID: -7864354227405488644L
readTimeout
int readTimeout
Copyright © 2003-2011 The Apache Geronimo development community. All Rights Reserved.