|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1) E10653-04 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object oracle.adf.model.connection.url.FileURLConnection
public class FileURLConnection
FileURLConnection represents a URLConnection
resource to a local file
providing the services published by the URLConnection
.
URLConnection
Field Summary | |
---|---|
protected static java.lang.String |
PROTOCOL
|
Fields inherited from interface oracle.adf.model.connection.url.URLConnection |
---|
ATTR_NAME, ATTR_URL |
Constructor Summary | |
---|---|
protected |
FileURLConnection(java.lang.String name,
DocumentFragment description,
java.util.Hashtable environment)
Instantiate this URLConnection instance from the description and the corresponding environment. |
protected |
FileURLConnection(java.lang.String name,
java.net.URL url)
Instantiate this URLConnection instance for the File URL resource |
Method Summary | |
---|---|
void |
close()
Close this connection. |
protected DocumentFragment |
describe()
Create the DocumentFragment that describes this connection to the Connection Architecture. |
boolean |
equals(java.lang.Object connection)
Tests for the equality of another URLConnection instance with the current instance. |
AuthenticationScheme |
getAuthenticationScheme()
Get the AuthenticationScheme used by this connection
to authenticate against the endpoint |
java.lang.Object |
getInteraction()
Start the communication session. |
java.lang.String |
getName()
Get the Name of this connection |
Proxy |
getProxy()
Get the proxy details for the URL Connection. |
javax.naming.Reference |
getReference()
Return the Reference that describes the details of
this connection. |
int |
getTimeout()
Get the timeout set on this connection. |
java.net.URL |
getURL()
Get the URL resource represented by this connection |
void |
open()
Open the connection. |
void |
release()
Release this connection instance back to the pool. |
protected void |
setPool(ConnectionPool pool)
Set the Connection pool on this instance. |
void |
setProxy(Proxy proxy)
Configure the proxy details for the URL access |
void |
setTimeout(int timeout)
Set the timeout property for the connection. |
java.lang.String |
toString()
Returns a String representation of this Connection. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected static final java.lang.String PROTOCOL
Constructor Detail |
---|
protected FileURLConnection(java.lang.String name, java.net.URL url) throws ConnectionException
name
- The Name of this Connection.url
- The URL
for the file resource
{@link
- ConnectionException} if the connection instance could not
be created.
ConnectionException
protected FileURLConnection(java.lang.String name, DocumentFragment description, java.util.Hashtable environment) throws ConnectionException
name
- The Name of this Connection.description
- The DocumentFragment
describing this
connectionEnvironment
- The Environment having the necessary credential
information for this connection.
{@link
- ConnectionException} if the connection instance could not
be created.
ConnectionException
Method Detail |
---|
public java.lang.String getName()
getName
in interface URLConnection
public void open() throws ConnectionException
open
in interface URLConnection
{@link
- ConnectionException} if the connection failed to open.
ConnectionException
public void setProxy(Proxy proxy)
This is not supported for the File Protocol. A {#link java.lang.UnsupportedOperationException} is thrown if the client attempts to invoke this operation on this connection instance
setProxy
in interface URLConnection
proxy
- The Proxy details needed to access the URL
{#java.lang.UnsupportedOperationException}
- always when invoked on
the file connection.public Proxy getProxy()
This is not supported for the File Protocol. A null is always returned when a client invokes this operation on the file connection.
getProxy
in interface URLConnection
public java.lang.Object getInteraction() throws ConnectionException
open()
before starting the interaction. This is necessary to
initialize and prepare the atual physical channel for communication.
getInteraction
in interface URLConnection
FileInteraction
that represents the underlying
communication channel.
{@link
- ConnectionException} if an error occurred in starting the
interaction.
ConnectionException
public AuthenticationScheme getAuthenticationScheme()
AuthenticationScheme
used by this connection
to authenticate against the endpoint
As of current implementation no Authentication schemes are supported for this FileURLConnection. Hence a call to this API by the client will always returnnull
getAuthenticationScheme
in interface URLConnection
AuthenticationScheme
used by this
connection. If the connection does not use any authentication
null
is returned.public java.net.URL getURL()
getURL
in interface URLConnection
URL
resource of this connectionpublic void setTimeout(int timeout)
setTimeout
in interface URLConnection
timeout
- The timeout to be set on the connection instance.public int getTimeout()
getTimeout
in interface URLConnection
public void close() throws ConnectionException
open()
on the connection again. Reopening the connection will reset the state
of the interaction associated with this connection.
close
in interface URLConnection
{@link
- ConnectionException} if a failure occured in closing the
connection.
ConnectionException
public void release() throws ConnectionException
release
in interface URLConnection
{@link
- ConnectionException} if the connection could be released to
the pool.
ConnectionException
public javax.naming.Reference getReference() throws javax.naming.NamingException
Reference
that describes the details of
this connection.
getReference
in interface javax.naming.Referenceable
java.naming.Reference
instance describing this
connection
javax.naming.NamingException
- if an error was encountered.public boolean equals(java.lang.Object connection)
equals
in class java.lang.Object
true
if the connection instances are the same
false
otherwise.public java.lang.String toString()
toString
in class java.lang.Object
protected DocumentFragment describe() throws ConnectionException
DocumentFragment
describing this connection
instance.
ConnectionException
protected void setPool(ConnectionPool pool)
pool
- The ConnectionPool
from which this connection
instance was allocated.
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1) E10653-04 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |