| Interface | Description |
|---|---|
| CallFlowAgent | |
| ComponentEnvManager | |
| ContainerUtil | |
| GlassFishInputStreamHandler |
A class that is used to restore state during deserialization
|
| GlassFishOutputStreamHandler |
A class to save state during Serialization.
|
| IndirectlySerializable |
An interface that allows Non-Serializable objects to be persisted.
|
| InjectionManager |
InjectionManager provides runtime resource injection(@Resource, @EJB, etc.)
and generic callback(PostConstruct/PreDestroy) services It performs
the actual injection into the fields and methods of designated
J2EE 5 component instances and managed class instances.
|
| JavaEEContainerManager | |
| JavaEEIOUtils |
A contract that defines a set of methods to serialize / deserialze Java EE
objects (even if they are not directly serializable).
|
| JavaEEObjectStreamHandler | |
| SerializableObjectFactory |
An interface that creates an Object that was serialized using
IndirectlySerializable
|
| Class | Description |
|---|---|
| InterceptorInfo | |
| JavaEEObjectInputStream | |
| JavaEEObjectOutputStream | |
| JavaEEObjectStreamFactory |
A Factory class for creating EJBObject input/output Stream
|
| Enum | Description |
|---|---|
| EntityManagerMethod | |
| EntityManagerQueryMethod |
| Exception | Description |
|---|---|
| InjectionException |
Checked Exception from InjectionManager
|
Copyright © 2017. All rights reserved.