Serialized Form


Package com.sun.enterprise.module

Class com.sun.enterprise.module.ModuleMetadata extends Object implements Serializable

Serialized Fields

inhabitants

MultiMap<K,V> inhabitants
META-INF/inhabitants/* files.


entries

Map<K,V> entries
ModuleMetadata.Entrys keyed by the service name.

Class com.sun.enterprise.module.ModuleMetadata.Entry extends Object implements Serializable

Serialized Fields

providerNames

List<E> providerNames

resources

List<E> resources

Class com.sun.enterprise.module.ResolveError extends LinkageError implements Serializable


Package com.sun.enterprise.module.bootstrap

Class com.sun.enterprise.module.bootstrap.BootException extends Exception implements Serializable


Package com.sun.enterprise.module.common_impl

Class com.sun.enterprise.module.common_impl.ByteArrayInhabitantsDescriptor extends Object implements Serializable

Serialized Fields

systemId

String systemId

data

byte[] data

Package com.sun.enterprise.module.maven

Class com.sun.enterprise.module.maven.IOException2 extends IOException implements Serializable


Package com.sun.enterprise.tools

Class com.sun.enterprise.tools.InhabitantsDescriptor extends HashMap<String,String> implements Serializable

Serialized Fields

logger

Logger logger

dirty

boolean dirty

dateEnabled

boolean dateEnabled

commentEnabled

boolean commentEnabled

comment

String comment

Package com.sun.hk2.component

Class com.sun.hk2.component.AbstractCreatorImpl extends AbstractInhabitantImpl<T> implements Serializable

Serialized Fields

type

Class<T> type
Deprecated. 

serviceLocator

ServiceLocator serviceLocator
Deprecated. 

metadata

Map<K,V> metadata
Deprecated. 

Class com.sun.hk2.component.AbstractCreatorInhabitantImpl extends AbstractInhabitantImpl<T> implements Serializable

Serialized Fields

creator

Creator<T> creator
Deprecated. 

Class com.sun.hk2.component.AbstractInhabitantImpl extends DescriptorImpl implements Serializable

Serialized Fields

companions

Collection<E> companions
Deprecated. 

descriptor

Descriptor descriptor
Deprecated. 

Class com.sun.hk2.component.ConstructorCreator extends AbstractCreatorImpl<T> implements Serializable

Class com.sun.hk2.component.EventPublishingInhabitant extends AbstractInhabitantImpl<T> implements Serializable

Serialized Fields

real

Inhabitant<T> real
Deprecated. 
Real Inhabitant object.


serviceLocator

ServiceLocator serviceLocator
Deprecated. 
For use in getting services


listeners

CopyOnWriteArraySet<E> listeners
Deprecated. 
Those that will receive events

Class com.sun.hk2.component.ExistingSingletonInhabitant extends AbstractInhabitantImpl<T> implements Serializable

serialVersionUID: 7658190710958938371L

Serialized Fields

object

Object object
Deprecated. 

type

Class<T> type
Deprecated. 

isCacheSet

boolean isCacheSet
Deprecated. 

cache

Object cache
Deprecated. 

Class com.sun.hk2.component.LazyInhabitant extends EventPublishingInhabitant<T> implements Serializable

serialVersionUID: 6404544098462796138L

Serialized Fields

lead

Inhabitant<T> lead
Deprecated. 

Class com.sun.hk2.component.ScopedInhabitant extends AbstractCreatorInhabitantImpl<T> implements Serializable

Serialized Fields

scope

Scope scope
Deprecated. 

Package org.glassfish.hk2

Class org.glassfish.hk2.ComponentException extends RuntimeException implements Serializable


Package org.glassfish.hk2.api

Class org.glassfish.hk2.api.AnnotationLiteral extends Object implements Serializable

serialVersionUID: -3645430766814376616L

Class org.glassfish.hk2.api.MultiException extends RuntimeException implements Serializable

serialVersionUID: 2112432697858621044L

Serialized Fields

throwables

List<E> throwables

Package org.glassfish.hk2.internal

Class org.glassfish.hk2.internal.ConstantActiveDescriptor extends AbstractActiveDescriptor<T> implements Serializable

serialVersionUID: -9196390718074767455L

Serialized Fields

theOne

Object theOne

Package org.glassfish.hk2.runlevel

Class org.glassfish.hk2.runlevel.RunLevelException extends RuntimeException implements Serializable


Package org.glassfish.hk2.runlevel.utilities

Class org.glassfish.hk2.runlevel.utilities.RunLevelControllerImpl.Interrupt extends RuntimeException implements Serializable


Package org.glassfish.hk2.utilities

Class org.glassfish.hk2.utilities.AbstractActiveDescriptor extends DescriptorImpl implements Serializable

serialVersionUID: 7080312303893604939L

Serialized Fields

advertisedContracts

Set<E> advertisedContracts

scope

Class<T> scope

qualifiers

Set<E> qualifiers

factoryServiceId

Long factoryServiceId

factoryLocatorId

Long factoryLocatorId

isReified

boolean isReified

Class org.glassfish.hk2.utilities.AliasDescriptor extends AbstractActiveDescriptor<T> implements Serializable

serialVersionUID: 2609895430798803508L

Serialized Fields

locator

ServiceLocator locator
The service locator.


descriptor

ActiveDescriptor<T> descriptor
The descriptor that this descriptor will alias.


contract

String contract
The contract type of this descriptor.


qualifiers

Set<E> qualifiers
The set of annotations for this descriptor.


initialized

boolean initialized
Indicates whether or not this descriptor has been initialized.

Class org.glassfish.hk2.utilities.DescriptorImpl extends Object implements Serializable

serialVersionUID: 1558442492395467828L

Serialization Methods

readObject

public boolean readObject(BufferedReader in)
                   throws IOException
This can be used to read in instances of this object that were previously written out with writeObject. Useful for reading from external data files

Throws:
IOException - on failure

writeObject

public void writeObject(PrintWriter out)
                 throws IOException
This writes this object to the data output stream in a human-readable format, excellent for writing out data files

Throws:
IOException - on failure
Serialized Fields

contracts

Set<E> contracts

implementation

String implementation

name

String name

scope

String scope

metadatas

Map<K,V> metadatas

qualifiers

Set<E> qualifiers

descriptorType

DescriptorType descriptorType

loader

HK2Loader loader

rank

int rank

baseDescriptor

Descriptor baseDescriptor

id

Long id

locatorId

Long locatorId

Class org.glassfish.hk2.utilities.NamedImpl extends AnnotationLiteral<javax.inject.Named> implements Serializable

serialVersionUID: 9110325112008963155L

Serialized Fields

name

String name

Package org.jvnet.hk2.component

Class org.jvnet.hk2.component.ComponentException extends ComponentException implements Serializable

Serialized Fields

ctx

ServiceContext ctx
Deprecated. 

Class org.jvnet.hk2.component.MultiMap extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

store

Map<K,V> store
Deprecated. 

concurrencyControls

boolean concurrencyControls
Deprecated. 

modifiable

boolean modifiable
Deprecated. 

Class org.jvnet.hk2.component.UnsatisfiedDependencyException extends ComponentException implements Serializable

Serialized Fields

member

AnnotatedElement member
Deprecated. 

Package org.jvnet.hk2.component.concurrent

Class org.jvnet.hk2.component.concurrent.WorkManager.ExecutionException extends ComponentException implements Serializable

Serialized Fields

cause

List<E> cause

Package org.jvnet.hk2.config

Class org.jvnet.hk2.config.ConfigBean extends Dom implements Serializable

Serialized Fields

writeLock

boolean writeLock

optionalFeatures

Map<K,V> optionalFeatures

objectName

ObjectName objectName
ObjectName will be null until when/if an MBean is registered.


lock

Lock lock
simplistic non reentrant lock implementation, needs rework

Class org.jvnet.hk2.config.ConfigPopulatorException extends ComponentException implements Serializable

Serialized Fields

location

Location location

Class org.jvnet.hk2.config.ConfigurationException extends ComponentException implements Serializable

Serialized Fields

location

Location location

Class org.jvnet.hk2.config.Dom extends LazyInhabitant implements Serializable

Serialized Fields

model

ConfigModel model
Model drives the interpretation of this DOM.


parent

Dom parent

domDescriptor

DomDescriptor<T> domDescriptor

serviceHandle

ServiceHandle<T> serviceHandle

attributes

Map<K,V> attributes
All attributes and their raw values before Translator processing.


children

List<E> children
List of all child elements, both leaves and nodes.

The list is read-only and copy-on-write to support concurrent access.


location

Location location

document

DomDocument<T extends Dom> document
Owner of the DOM tree.


listeners

Set<E> listeners

isCacheSet

boolean isCacheSet

cache

Object cache

Class org.jvnet.hk2.config.DomDescriptor extends AbstractActiveDescriptor<T> implements Serializable

Serialized Fields

theDom

Dom theDom
For serialization


creator

Creator<T> creator

theOne

Object theOne

Class org.jvnet.hk2.config.RetryableException extends Exception implements Serializable

Class org.jvnet.hk2.config.TransactionFailure extends Exception implements Serializable

Class org.jvnet.hk2.config.TranslationException extends ConfigurationException implements Serializable

Class org.jvnet.hk2.config.ValidationException extends Exception implements Serializable

Class org.jvnet.hk2.config.XMLStreamException2 extends XMLStreamException implements Serializable


Package org.jvnet.hk2.config.provider

Class org.jvnet.hk2.config.provider.ConfigTransactionException extends ComponentException implements Serializable

Class org.jvnet.hk2.config.provider.ConfigTransactionRejectedException extends ConfigTransactionException implements Serializable


Package org.jvnet.hk2.deprecated.internal

Class org.jvnet.hk2.deprecated.internal.CreatorImpl extends AbstractInhabitantImpl<T> implements Serializable

Serialized Fields

c

Class<T> c
Deprecated. 

locator

ServiceLocator locator
Deprecated. 

metadata

Map<K,V> metadata
Deprecated. 

Class org.jvnet.hk2.deprecated.internal.InhabitantImpl extends AbstractInhabitantImpl<T> implements Serializable

Serialized Fields

desc

ActiveDescriptor<T> desc
Deprecated. 

locator

ServiceLocator locator
Deprecated. 

Package org.jvnet.hk2.internal

Class org.jvnet.hk2.internal.AutoActiveDescriptor extends AbstractActiveDescriptor<T> implements Serializable

serialVersionUID: -7921574114250721537L

Serialized Fields

implClass

Class<T> implClass

creator

Creator<T> creator

implClassString

String implClassString

lock

Object lock

isCacheSet

boolean isCacheSet

cachedValue

Object cachedValue

Class org.jvnet.hk2.internal.ConstantActiveDescriptor extends AbstractActiveDescriptor<T> implements Serializable

serialVersionUID: 3663054975929743877L

Serialized Fields

theOne

Object theOne

locatorId

Long locatorId

Package org.jvnet.hk2.osgiadapter

Class org.jvnet.hk2.osgiadapter.OSGiModuleDefinition extends Object implements Serializable

Serialized Fields

name

String name

bundleName

String bundleName

location

URI location

version

String version

manifest

Manifest manifest

lifecyclePolicyClassName

String lifecyclePolicyClassName

metadata

ModuleMetadata metadata



Copyright © 2013 Oracle Corporation. All Rights Reserved.