Uses of Package
org.jcoderz.commons.connector

Packages that use org.jcoderz.commons.connector
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. 
org.jcoderz.commons.connector.file   
org.jcoderz.commons.connector.http   
 

Classes in org.jcoderz.commons.connector used by org.jcoderz.commons.connector
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}. .
ConnectionHandle
          The base connection handle interface.
ConnectionNotificationListener
          This interface provides a set of methods to notify the underlying listener about connection's events.
ConnectionRequestFailedException
          Failure whilst sending a request to {org.jcoderz.commons.types.Url:url}.
ConnectorConfiguration
          The configuration ServiceConfiguration interface of the Connector.
ConnectorException
          This is the base exception for all message in the package org.jcoderz.commons.connector.
UserPassword
          Provides UserName and Password.
 

Classes in org.jcoderz.commons.connector used by org.jcoderz.commons.connector.file
ConnectionNotificationListener
          This interface provides a set of methods to notify the underlying listener about connection's events.
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.
UserPassword
          Provides UserName and Password.
 

Classes in org.jcoderz.commons.connector used by org.jcoderz.commons.connector.http
ConnectionRequestInfoBase
          The base class for all ConnectionRequestInfo implementations.
ConnectorConfiguration
          The configuration ServiceConfiguration interface of the Connector.
ConnectorException
          This is the base exception for all message in the package org.jcoderz.commons.connector.
 



Copyright 2007 The jCoderZ Project.