|
Foundation |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConnectionInfo | |
---|---|
com.sas.services.information | Interact with data repositories on behalf of client applications. |
com.sas.services.webdav | Provides a client API for accessing WebDAV servers. |
Uses of ConnectionInfo in com.sas.services.information |
---|
Fields in com.sas.services.information declared as ConnectionInfo | |
---|---|
protected ConnectionInfo |
DAVRepository.hostInfo
|
Constructors in com.sas.services.information with parameters of type ConnectionInfo | |
---|---|
DAVChildRepository(ConnectionInfo _hostInfo,
com.sas.services.information.cache.RepositoryCache parentCache,
java.lang.String name,
DAVRepositoryInterface parent)
Constructs an instance of a child DAV repository. |
Uses of ConnectionInfo in com.sas.services.webdav |
---|
Constructors in com.sas.services.webdav with parameters of type ConnectionInfo | |
---|---|
ConnectionInfo(ConnectionInfo connection)
|
|
DAVResource(ConnectionInfo cInfo)
Create a DAVResource using the connection information. |
|
DAVResource(ConnectionInfo cInfo,
boolean createCollection)
Create a DAVResource using the connection information. |
|
DAVResource(ConnectionInfo cInfo,
boolean createCollection,
java.lang.Object logger)
Deprecated. As of release 9.3, replaced by DAVResource.DAVResource(ConnectionInfo, boolean) |
|
DAVResource(ConnectionInfo cInfo,
boolean createCollection,
java.lang.Object logger,
org.apache.commons.httpclient.Cookie session)
Deprecated. As of release 9.3, replaced by DAVResource.DAVResource(ConnectionInfo, boolean) |
|
DAVResource(ConnectionInfo cInfo,
java.lang.Object logger)
Deprecated. As of release 9.3, replaced by DAVResource.DAVResource(ConnectionInfo) |
|
DAVResource(ConnectionInfo cInfo,
java.lang.Object logger,
org.apache.commons.httpclient.Cookie session)
Deprecated. As of release 9.3, replaced by DAVResource.DAVResource(ConnectionInfo) |
|
Foundation |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |