| Library: | J2EE |
| Version: | 1.4 |
| Compatibility: | JDK 1.4 |
| Name | Package | Description |
|---|---|---|
| ActivationSpec | javax.resource.spi | A marker interface holding the configuration of a message endpoint. |
| Association | javax.xml.registry.infomodel | No description provided. |
| AuditableEvent | javax.xml.registry.infomodel | No description provided. |
| BootstrapContext | javax.resource.spi | Used to pass context to the resource adapter start(BootstrapContext) method. |
| BulkResponse | javax.xml.registry | Contains the response of a method in the API that performs a bulk operation and returns a bulk response. |
| BusinessLifeCycleManager | javax.xml.registry | No description provided. |
| BusinessQueryManager | javax.xml.registry | No description provided. |
| BytesMessage | javax.jms | A BytesMessage object is used to send a message containing a
stream of uninterpreted bytes. |
| Call | javax.xml.rpc | The javax.xml.rpc.Call interface provides support for the dynamic invocation of a service endpoint. |
| CapabilityProfile | javax.xml.registry | No description provided. |
| Classification | javax.xml.registry.infomodel | No description provided. |
| ClassificationScheme | javax.xml.registry.infomodel | No description provided. |
| ClientConfiguration | javax.enterprise.deploy.spi.status | Installs configures and runs an application client. |
| Concept | javax.xml.registry.infomodel | No description provided. |
| Connection | javax.jms | A Connection object is a client's active connection to its JMS
provider. |
| Connection | javax.xml.registry | No description provided. |
| Connection | javax.resource.cci | The Connection provides a handle for use by the application to access an underlying physical connection. |
| ConnectionConsumer | javax.jms | For application servers, Connection objects provide a special
facility
for creating a ConnectionConsumer (optional). |
| ConnectionEventListener | javax.sql | A ConnectionEventListener is an object that registers to receive events generated by a PooledConnection. |
| ConnectionEventListener | javax.resource.spi | The ConnectionEventListener interface provides for a callback mechanism to enable objects to listen for events of the ConnectionEvent class. |
| ConnectionFactory | javax.jms | A ConnectionFactory object encapsulates a set of connection
configuration
parameters that has been defined by an administrator. |
| ConnectionFactory | javax.resource.cci | The ConnectionFactory provides an interface for getting a Connection from the Resource adapter. |
| ConnectionManager | javax.resource.spi | The ConnectionManager interface provides the hook which allows a resource adapter to pass a connection to the Application Server. |
| ConnectionMetaData | javax.jms | A ConnectionMetaData object provides information describing the
Connection object. |
| ConnectionMetaData | javax.resource.cci | The ConnectionMetaData provides information about the underlying resources for the connection. |
| ConnectionPoolDataSource | javax.sql | A ConnectionPoolDataSource object is a factory for PooledConnection objects. |
| ConnectionRequestInfo | javax.resource.spi | The ConnectionRequestInfo allows a resource adapter to pass its own information along with a request for a connection. |
| ConnectionSpec | javax.resource.cci | An ConnectionSpec holds connection specific properties for use by a ConnectionFactory in creating a Connection.n Connection in order to execute a function on the underlying resource. |
| DataSource | javax.sql | A DataSource object is a factory for Connection objects. |
| DConfigBean | javax.enterprise.deploy.spi | A configuration associated with one or more deployment descriptors. |
| DConfigBeanRoot | javax.enterprise.deploy.spi | The root of a configuration. |
| DDBean | javax.enterprise.deploy.model | A fragment of a standard deployment descriptor. |
| DDBeanRoot | javax.enterprise.deploy.model | The root of a DDBean tree (a standard deployment descriptor) |
| DeclarativeQueryManager | javax.xml.registry | No description provided. |
| DeliveryMode | javax.jms | The delivery modes supported by the JMS API are PERSISTENT and
NON_PERSISTENT. |
| DeployableObject | javax.enterprise.deploy.model | A representation of a deployment module. |
| DeploymentConfiguration | javax.enterprise.deploy.spi | A container for server specific configuration for a top level deployment. |
| DeploymentFactory | javax.enterprise.deploy.spi.factories | Each application server vendor must provide an implementation of this class in order for the J2EE Deployment API to work with their product. |
| DeploymentManager | javax.enterprise.deploy.spi | The DeploymentManager object provides the core set of functions a J2EE platform must provide for J2EE application deployment. |
| DeploymentStatus | javax.enterprise.deploy.spi.status | The status of the deployment. |
| DeserializationContext | javax.xml.rpc.encoding | A deserializer uses this interface to access and maintain context information during the deserialization. |
| Deserializer | javax.xml.rpc.encoding | A base interface for deserializers. |
| DeserializerFactory | javax.xml.rpc.encoding | A factory of deserializers. |
| Destination | javax.jms | A Destination object encapsulates a provider-specific
address. |
| Detail | javax.xml.soap | A container for DetailEntry objects. |
| DetailEntry | javax.xml.soap | The content for a Detail object, giving details for a SOAPFault object. |
| DissociatableManagedConnection | javax.resource.spi | A marker interface for connections that support the lazy connection association optimization. |
| EJBContext | javax.ejb | The EJBContext interface provides an instance with access to the container-provided runtime context of an enterprise Bean instance. |
| EJBHome | javax.ejb | The EJBHome interface must be extended by all enterprise Beans' remote home interfaces. |
| EJBLocalHome | javax.ejb | The EJBLocalHome interface must be extended by all enterprise Beans' local home interfaces. |
| EJBLocalObject | javax.ejb | The EJBLocalObject interface must be extended by all enterprise Beans' local interfaces. |
| EJBMetaData | javax.ejb | The EJBMetaData interface allows a client to obtain the enterprise Bean's meta-data information. |
| EJBObject | javax.ejb | The EJBObject interface is extended by all enterprise Bean's remote interface. |
| EmailAddress | javax.xml.registry.infomodel | No description provided. |
| EnterpriseBean | javax.ejb | The EnterpriseBean interface must be implemented by every enterprise Bean class. |
| EntityBean | javax.ejb | The EntityBean interface is implemented by every entity enterprise Bean class. |
| EntityContext | javax.ejb | The EntityContext interface provides an instance with access to the container-provided runtime context of an entity enterprise Bean instance. |
| ExceptionListener | javax.jms | If a JMS provider detects a serious problem with a Connection
object, it informs the Connection object's
ExceptionListener, if one has been registered. |
| ExtensibleObject | javax.xml.registry.infomodel | No description provided. |
| ExternalIdentifier | javax.xml.registry.infomodel | No description provided. |
| ExternalLink | javax.xml.registry.infomodel | No description provided. |
| ExtrinsicObject | javax.xml.registry.infomodel | No description provided. |
| FederatedConnection | javax.xml.registry | No description provided. |
| FindQualifier | javax.xml.registry | FindQualifier provides various constants that identify options that effect find method behavior. |
| GenericCredential | javax.resource.spi.security | The interface GenericCredential defines a method of representing a security credential for a resource which is independent of the security mechanism. |
| Handle | javax.ejb | The Handle interface is implemented by all EJB object handles. |
| HandleDelegate | javax.ejb.spi | The HandleDelegate interface is implemented by the EJB container. |
| Handler | javax.xml.rpc.handler | This interface is required to be implemented by a SOAP message handler. |
| HandlerChain | javax.xml.rpc.handler | This interface represents a list of handlers. |
| HandlerRegistry | javax.xml.rpc.handler | This interface provides support for the programmatic configuration of handlers in a HandlerRegistry. |
| Holder | javax.xml.rpc.holders | This interface represents the base interface for both standard and generated Holder classes. |
| HomeHandle | javax.ejb | The HomeHandle interface is implemented by all home object handles. |
| IndexedRecord | javax.resource.cci | The IndexedRecord interface is used for list oriented representations of the Record elements. |
| Interaction | javax.resource.cci | The Interaction enables a component to execute functions on the underlying resource. |
| InteractionSpec | javax.resource.cci | An InteractionSpec holds properties for use by an Interaction in order to execute a function on the underlying resource. |
| InternationalString | javax.xml.registry.infomodel | No description provided. |
| J2eeApplicationObject | javax.enterprise.deploy.model | A deployable object for an ear |
| JAXRResponse | javax.xml.registry | A JAXR requests' response. |
| Key | javax.xml.registry.infomodel | No description provided. |
| LazyAssociatableConnectionManager | javax.resource.spi | An optioanl mixin interface for connection managers that support the lazy connection association optimization. |
| LazyEnlistableConnectionManager | javax.resource.spi | An optioanl mixin interface for connection managers that support the lazy connection enlistment optimization. |
| LazyEnlistableManagedConnection | javax.resource.spi | A marker interface for connections that support the lazy connection enlistment optimization. |
| LifeCycleManager | javax.xml.registry | No description provided. |
| LocalizedString | javax.xml.registry.infomodel | No description provided. |
| LocalTransaction | javax.resource.cci | The LocalTransaction interface is the transaction demarcation interface for transactions local to the resource manager. |
| LocalTransaction | javax.resource.spi | The LocalTransaction interface is for transactions which are managed locally to the underlying resource and don't need an external transaction manager. |
| ManagedConnection | javax.resource.spi | A ManagedConnection instance represents a connection to the underlying recource. |
| ManagedConnectionFactory | javax.resource.spi | A ManagedConnectionFactory is a factory for the creation of ManagedConnection objects and ConnectionFactory objects. |
| ManagedConnectionMetaData | javax.resource.spi | The ManagedConnectionMetaData interface provides information about the underlying resource associated with a ManagedConnetion. |
| MapMessage | javax.jms | A MapMessage object is used to send a set of name-value pairs. |
| MappedRecord | javax.resource.cci | The MappedRecord interface is used for key-value map based representation of the Record elements. |
| Marshaller | javax.xml.bind | The Marshaller class is responsible for governing the process of serializing Java content trees back into XML data. |
| Message | javax.jms | The Message interface is the root interface of all JMS
messages. |
| MessageConsumer | javax.jms | A client uses a MessageConsumer object to receive messages
from a destination. |
| MessageContext | javax.xml.rpc.handler | This interface abstracts the message context that is processed by a handler in the handle method. |
| MessageDrivenBean | javax.ejb | The MessageDrivenBean interface is implemented by every message driven enterprise bean class. |
| MessageDrivenContext | javax.ejb | The MessageDrivenContext interface provides an instance with access to the container-provided runtime context of a message-driven enterprise bean instance. |
| MessageEndpoint | javax.resource.spi.endpoint | A factory for message end points |
| MessageEndpointFactory | javax.resource.spi.endpoint | A factory for message end points |
| MessageListener | javax.jms | A MessageListener object is used to receive asynchronously
delivered messages. |
| MessageListener | javax.resource.cci | A request/response message listener that message driven beans may implement |
| MessageProducer | javax.jms | A client uses a MessageProducer object to send messages to a
destination. |
| Name | javax.xml.soap | A representation of an XML name. |
| Node | javax.xml.soap | A representation of a node (element) in an XML document. |
| ObjectMessage | javax.jms | An ObjectMessage object is used to send a message that contains
a serializable object in the Java programming language ("Java object"). |
| Organization | javax.xml.registry.infomodel | No description provided. |
| PersonName | javax.xml.registry.infomodel | No description provided. |
| PolicyConfiguration | javax.security.jacc | The methods of this interface are used by containers to create policy statements in a Policy provider. |
| PolicyContextHandler | javax.security.jacc | JACC interface which defines the methods that must be implemented by handlers that are to be registered and activated by PolicyContexts |
| PooledConnection | javax.sql | A PooledConnection object is a connection object that provides hooks for connection pool management. |
| PostalAddress | javax.xml.registry.infomodel | No description provided. |
| ProgressListener | javax.enterprise.deploy.spi.status | A listener for progress events. |
| ProgressObject | javax.enterprise.deploy.spi.status | Tracks the progress of a deployment |
| Query | javax.xml.registry | No description provided. |
| QueryManager | javax.xml.registry | This is the common base interface for all QueryManagers in the API. |
| Queue | javax.jms | A Queue object encapsulates a provider-specific queue name. |
| QueueBrowser | javax.jms | A client uses a QueueBrowser object to look at messages on a
queue without removing them. |
| QueueConnection | javax.jms | A QueueConnection object is an active connection to a
point-to-point JMS provider. |
| QueueConnectionFactory | javax.jms | A client uses a QueueConnectionFactory object to create
QueueConnection objects with a point-to-point JMS provider. |
| QueueReceiver | javax.jms | A client uses a QueueReceiver object to receive messages that
have been delivered to a queue. |
| QueueSender | javax.jms | A client uses a QueueSender object to send messages to a queue. |
| QueueSession | javax.jms | A QueueSession object provides methods for creating
QueueReceiver, QueueSender,
QueueBrowser, and TemporaryQueue objects. |
| Record | javax.resource.cci | The Record interface is the base interface for representing input and output for an Interaction. |
| RecordFactory | javax.resource.cci | The RecordFactory interface is used for creating MappedRecord and IndexedRecord instances. |
| Referenceable | javax.resource | The Referenceable interface extends the javax.naming.Referenceable interface. |
| RegistryEntry | javax.xml.registry.infomodel | No description provided. |
| RegistryObject | javax.xml.registry.infomodel | No description provided. |
| RegistryPackage | javax.xml.registry.infomodel | No description provided. |
| RegistryService | javax.xml.registry | No description provided. |
| ResourceAdapter | javax.resource.spi | Operations for lifecycle management and message endpoint configuration. |
| ResourceAdapterAssociation | javax.resource.spi | Interface used to associate the resource adapter with objects that implement this interface. |
| ResourceAdapterMetaData | javax.resource.cci | The ResourceAdaptetMetaData provides information about the resource adapters implementation. |
| ResultSet | javax.resource.cci | A ResultSet represents tabular data returned from the underlying resource by the execution of an interaction. |
| ResultSetInfo | javax.resource.cci | The interface ResultSetInfo provides information on the support for the ResultSet interface by an underlying resource. |
| RowSet | javax.sql | The RowSet interface adds support to the JDBC API for the JavaBeans(TM) component model. |
| RowSetInternal | javax.sql | A rowset object presents itself to a reader or writer as an instance of RowSetInternal. |
| RowSetListener | javax.sql | The RowSetListener interface is implemented by a component that wants to be notified when a significant event happens in the life of a RowSet |
| RowSetMetaData | javax.sql | The RowSetMetaData interface extends ResultSetMetaData with methods that allow a metadata object to be initialized. |
| RowSetReader | javax.sql | An object implementing the RowSetReader interface may be registered with a RowSet object that supports the reader/writer paradigm. |
| RowSetWriter | javax.sql | An object that implements the RowSetWriter interface may be registered with a RowSet object that supports the reader/writer paradigm. |
| SerializationContext | javax.xml.rpc.encoding | This interface is implemented by the JAX-RPC runtime system in an XML processing mechanism specific manner. |
| Serializer | javax.xml.rpc.encoding | This interface defines the base interface for serializers. |
| SerializerFactory | javax.xml.rpc.encoding | This is a factory of the serializers. |
| ServerSession | javax.jms | A ServerSession object is an application server object that
is used by a server to associate a thread with a JMS session (optional). |
| ServerSessionPool | javax.jms | A ServerSessionPool object is an object implemented by an
application server to provide a pool of ServerSession objects
for processing the messages of a ConnectionConsumer (optional). |
| Service | javax.xml.registry.infomodel | No description provided. |
| Service | javax.xml.rpc | Service class acts as a factory for:
|
| ServiceBinding | javax.xml.registry.infomodel | No description provided. |
| ServiceLifecycle | javax.xml.rpc.server | This interface defines a lifecycle interface for a JAX-RPC service endpoint. |
| ServletEndpointContext | javax.xml.rpc.server | This interface provides an endpoint context maintained by the underlying servlet container based JAX-RPC runtime system. |
| Session | javax.jms | A |
| SessionBean | javax.ejb | The SessionBean interface is implemented by every session enterprise Bean class. |
| SessionContext | javax.ejb | The SessionContext interface provides access to the runtime session context that the container provides for a session enterprise Bean instance. |
| SessionSynchronization | javax.ejb | The SessionSynchronization interface allows a session Bean instance to be notified by its container of transaction boundaries. |
| Slot | javax.xml.registry.infomodel | No description provided. |
| SOAPBody | javax.xml.soap | An object that represents the contents of the SOAP body element in a SOAP message. |
| SOAPBodyElement | javax.xml.soap | A SOAPBodyElement object represents the contents in a SOAPBody object. |
| SOAPConstants | javax.xml.soap | The definition of constants pertaining to the SOAP 1.1 protocol. |
| SOAPElement | javax.xml.soap | An object representing an element of a SOAP message that is allowed but not specifically prescribed by a SOAP specification. |
| SOAPEnvelope | javax.xml.soap | The container for the SOAPHeader and SOAPBody portions of a SOAPPart object. |
| SOAPFault | javax.xml.soap | An element in the SOAPBody object that contains error and/or status information. |
| SOAPFaultElement | javax.xml.soap | A representation of the contents in a SOAPFault object. |
| SOAPHeader | javax.xml.soap | A representation of the SOAP header element. |
| SOAPHeaderElement | javax.xml.soap | An object representing the contents in the SOAP header part of the SOAP envelope. |
| SOAPMessageContext | javax.xml.rpc.handler.soap | This interface provides access to the SOAP message for either RPC request or response. |
| SpecificationLink | javax.xml.registry.infomodel | No description provided. |
| Status | javax.transaction | The Status interface defines the constants for transaction status codes. |
| Streamable | javax.resource.cci | The Streamable interface allows a resource adapter to interact with a Record as a stream of bytes. |
| StreamMessage | javax.jms | A StreamMessage object is used to send a stream of primitive
types in the Java programming language. |
| Stub | javax.xml.rpc | The interface javax.xml.rpc.Stub is the common base interface for the stub classes. |
| Synchronization | javax.transaction | This is the callback interface that has to be implemented by objects interested in receiving notification before and after a transaction commits or rolls back. |
| Target | javax.enterprise.deploy.spi | A single logical server. |
| TargetModuleID | javax.enterprise.deploy.spi | A module deployed to a target. |
| TelephoneNumber | javax.xml.registry.infomodel | No description provided. |
| TemporaryQueue | javax.jms | A TemporaryQueue object is a unique Queue object
created for the duration of a Connection. |
| TemporaryTopic | javax.jms | A TemporaryTopic object is a unique Topic object
created for the duration of a Connection. |
| Text | javax.xml.soap | A representation of a node whose value is text. |
| TextMessage | javax.jms | A TextMessage object is used to send a message containing a
java.lang.String. |
| TimedObject | javax.ejb | The TimedObject interface contains the callback method that is used to deliver timer expiration notifications. |
| Timer | javax.ejb | The Timer interface contains information about a timer that was created through the EJB Timer Service |
| TimerHandle | javax.ejb | The TimerHandle interface is implemented by all EJB timer handles. |
| TimerService | javax.ejb | The TimerService interface provides enterprise bean components with access to the container-provided Timer Service. |
| Topic | javax.jms | A Topic object encapsulates a provider-specific topic name. |
| TopicConnection | javax.jms | A TopicConnection object is an active connection to a
publish/subscribe JMS provider. |
| TopicConnectionFactory | javax.jms | A client uses a TopicConnectionFactory object to create
TopicConnection objects with a publish/subscribe JMS provider. |
| TopicPublisher | javax.jms | A client uses a TopicPublisher object to publish messages on a
topic. |
| TopicSession | javax.jms | A TopicSession object provides methods for creating
TopicPublisher, TopicSubscriber, and
TemporaryTopic objects. |
| TopicSubscriber | javax.jms | A client uses a TopicSubscriber object to receive messages that
have been published to a topic. |
| Transaction | javax.transaction | The Transaction interface allows operations to be performed on transactions. |
| TransactionManager | javax.transaction | The TransactionManager interface defines the methods that allow an application server to manage transactions on behalf of the applications. |
| TypeMapping | javax.xml.rpc.encoding | This is the base interface for the representation of a type mapping. |
| TypeMappingRegistry | javax.xml.rpc.encoding | This defines a registry of TypeMapping instances for encoding styles. |
| Unmarshaller | javax.xml.bind | The Unmarshaller class governs the process of deserializing XML data into newly created Java content trees, optionally validating the XML data as it is unmarshalled. |
| UnmarshallerHandler | javax.xml.bind | Unmarshaller implemented as SAX ContentHandler. |
| URIValidator | javax.xml.registry.infomodel | No description provided. |
| User | javax.xml.registry.infomodel | No description provided. |
| UserTransaction | javax.transaction | This interface allows an application to explicitly manage transactions. |
| ValidatingManagedConnectionFactory | javax.resource.spi | A mixin interface for connection factories that can validate their managed connections |
| ValidationEvent | javax.xml.bind | This event indicates that a problem was encountered while validating the incoming XML data during an unmarshal operation, while performing on-demand validation of the Java content tree, or while marshalling the Java content tree back to XML data. |
| ValidationEventHandler | javax.xml.bind | A basic event handler interface for validation errors. |
| ValidationEventLocator | javax.xml.bind | Encapsulate the location of a ValidationEvent. |
| Validator | javax.xml.bind | The Validator class is responsible for controlling the validation of content trees during runtime. |
| Versionable | javax.xml.registry.infomodel | No description provided. |
| Work | javax.resource.spi.work | Work submitted to a work manager |
| WorkListener | javax.resource.spi.work | Listens to events on work |
| WorkManager | javax.resource.spi.work | Interface used to associate the resource adapter with objects that implement this interface. |
| XAConnection | javax.jms | The XAConnection interface extends the capability of
Connection by providing an XASession (optional). |
| XAConnection | javax.sql | An XAConnection object provides support for distributed transactions. |
| XAConnectionFactory | javax.jms | The XAConnectionFactory interface is a base interface for the
XAQueueConnectionFactory and
XATopicConnectionFactory interfaces. |
| XADataSource | javax.sql | A factory for XAConnection objects. |
| XAQueueConnection | javax.jms | An XAQueueConnection provides the same create options as
QueueConnection (optional). |
| XAQueueConnectionFactory | javax.jms | An XAQueueConnectionFactory provides the same create options as
a QueueConnectionFactory (optional). |
| XAQueueSession | javax.jms | An XAQueueSession provides a regular QueueSession,
which can be used to
create QueueReceiver, QueueSender, and
QueueBrowser objects (optional). |
| XAResource | javax.transaction.xa | The XAResource interface is a Java mapping of the industry standard XA interface based on the X/Open CAE Specification (Distributed Transaction Processing: The XA Specification). |
| XASession | javax.jms | The XASession interface extends the capability of
Session by adding access to a JMS provider's support for the
Java Transaction API (JTA) (optional). |
| XATerminator | javax.resource.spi | Transaction completion and crash recovery |
| XATopicConnection | javax.jms | An XATopicConnection provides the same create options as
TopicConnection (optional). |
| XATopicConnectionFactory | javax.jms | An XATopicConnectionFactory provides the same create options as
a TopicConnectionFactory (optional). |
| XATopicSession | javax.jms | An XATopicSession provides a regular TopicSession. |
| Xid | javax.transaction.xa | The Xid interface is a Java mapping of the X/Open transaction identifier XID structure. |
| XpathListener | javax.enterprise.deploy.model | The listener interface for receiving xpath events. |
| Search |




