Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.webdav.connector
Class WebDAVConnectionSpec  view WebDAVConnectionSpec download WebDAVConnectionSpec.java

java.lang.Object
  extended byorg.apache.webdav.connector.WebDAVConnectionSpec
All Implemented Interfaces:
javax.resource.spi.ConnectionRequestInfo, javax.resource.cci.ConnectionSpec

public class WebDAVConnectionSpec
extends java.lang.Object
implements javax.resource.cci.ConnectionSpec, javax.resource.spi.ConnectionRequestInfo

Specifies where the WebDAVConnection shall go to.

Version:
$Revision: 1.3 $

Field Summary
protected  org.apache.commons.httpclient.HttpURL httpURL
          The http URL on the client connection.
protected  int timeout
           
 
Constructor Summary
WebDAVConnectionSpec(org.apache.commons.httpclient.HttpURL httpURL, int timeout)
          Creates a specification where the WebDAVConnection shall go to.
WebDAVConnectionSpec(java.lang.String url, java.lang.String userName, java.lang.String password, int timeout)
          Creates a specification where the WebDAVConnection shall go to.
 
Method Summary
protected  org.apache.commons.httpclient.HttpURL getHttpURL()
           
protected  int getTimeout()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.resource.spi.ConnectionRequestInfo
equals, hashCode
 

Field Detail

httpURL

protected org.apache.commons.httpclient.HttpURL httpURL
The http URL on the client connection.


timeout

protected int timeout
Constructor Detail

WebDAVConnectionSpec

public WebDAVConnectionSpec(org.apache.commons.httpclient.HttpURL httpURL,
                            int timeout)
Creates a specification where the WebDAVConnection shall go to.


WebDAVConnectionSpec

public WebDAVConnectionSpec(java.lang.String url,
                            java.lang.String userName,
                            java.lang.String password,
                            int timeout)
                     throws org.apache.commons.httpclient.URIException
Creates a specification where the WebDAVConnection shall go to.

Method Detail

getHttpURL

protected org.apache.commons.httpclient.HttpURL getHttpURL()

getTimeout

protected int getTimeout()