Package org.jcoderz.commons.connector

This package contains a set of classes and interfaces that should be used by a resource adapter specific implementation of the J2EE Connector API.

See:
          Description

Interface Summary
ConnectionHandle The base connection handle interface.
ConnectionNotificationListener This interface provides a set of methods to notify the underlying listener about connection's events.
ConnectorConfiguration The configuration ServiceConfiguration interface of the Connector.
 

Class Summary
ConLogMessage Enumeration of all Connector log messages.
ConLogMessage.ConnectionRequestFailed Failure whilst sending a request to {org.jcoderz.commons.types.Url:url}. .
ConLogMessage.ConnectionResponseFailed Failure whilst receiving a response from {org.jcoderz.commons.types.Url:url}. .
ConLogMessage.ConnectionTimeoutError Connection timeout whilst waiting for response from {org.jcoderz.commons.types.Url:url}.
ConLogMessage.CreatingConnectorFailed Creating a container managed http connection failed to {org.jcoderz.commons.types.Url:url}. .
ConLogMessage.InitializingSslFailed Initializing SSL for outgoing connections failed with reason {String:reason}. .
ConnectionBase This abstract class provides a set of common methods that used by all derived connection's implementations.
ConnectionRequestInfoBase The base class for all ConnectionRequestInfo implementations.
ConnectorConfigurationImpl The configuration ServiceConfiguration implementation of the Connector.
ConnectorConfigurationKeys This class defines all configuration keys for the Connector service.
DefaultConnectionManager The default Connection Manager.
ManagedConnectionFactoryBase This class implements the ManagedConnectionFactory interface and provides a set of abstract methods which have to be overrided by a derived class to provide the connector specific features.
SecurityUtil Utility provides method to extract user name and password from a set of security relevant objects such as PasswordCredential, ConnectionRequestInfo and so on.
UserPassword Provides UserName and Password.
UserPasswordTest Tests the class UserPassword.
 

Exception Summary
ConnectionRequestFailedException Failure whilst sending a request to {org.jcoderz.commons.types.Url:url}.
ConnectionResponseFailedException Failure whilst receiving a response from {org.jcoderz.commons.types.Url:url}.
ConnectionTimeoutErrorException Connection timeout whilst waiting for response from {org.jcoderz.commons.types.Url:url}.
ConnectorException This is the base exception for all message in the package org.jcoderz.commons.connector.
ConnectorRuntimeException This is the base exception for all message in the package org.jcoderz.commons.connector.
CreatingConnectorFailedException Creating a container managed http connection failed to {org.jcoderz.commons.types.Url:url}.
InitializingSslFailedException Initializing SSL for outgoing connections failed with reason {String:reason}.
 

Package org.jcoderz.commons.connector Description

This package contains a set of classes and interfaces that should be used by a resource adapter specific implementation of the J2EE Connector API.

Classes in this package are only allowed to have a dependency to the JDK and to the package javax.resource.



Copyright 2007 The jCoderZ Project.