Serialized Form


Package org.glassfish.hk2

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

serialVersionUID: -3645430766814376616L

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


Package org.glassfish.hk2.api

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.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

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

serialVersionUID: 1558442492395467828L

Serialization Methods

readObject

public void 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



Copyright © 2012 Oracle Corporation. All Rights Reserved.