|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.7.0) E10653-08 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.adf.model.connection.url.URLProviderFactory
public class URLProviderFactory
URLProviderFactory is the design time resource creator for the
URLConnection. The Termination of the UI will call into
the ProviderFactory to generate a Referenceable facet of
the URLConnection to be registered with the Connection
Architecture
| Constructor Summary | |
|---|---|
URLProviderFactory()
Instantiate this ProviderFactory |
|
| Method Summary | |
|---|---|
javax.naming.directory.Attributes |
getAttributes(javax.naming.Referenceable connection)
Get the attributes from the Connection Referenceable. |
boolean |
isInstanceOf(javax.naming.Referenceable connection)
Check if the specified Referenceable instance describes
a URLConnection |
javax.naming.Referenceable |
newInstance(javax.naming.directory.Attributes attrs,
javax.naming.Context connectionCtx)
Create the Referenceable facet of the URLConnection
based on the attributes collected by the UI session. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public URLProviderFactory()
| Method Detail |
|---|
public javax.naming.Referenceable newInstance(javax.naming.directory.Attributes attrs,
javax.naming.Context connectionCtx)
throws java.lang.Exception
Referenceable facet of the URLConnection
based on the attributes collected by the UI session.
attrs - The Attributes that describe the connection to
to be created.
Referenceable instance of the
connection created.
java.lang.Exception
public javax.naming.directory.Attributes getAttributes(javax.naming.Referenceable connection)
throws java.lang.Exception
connection - The Referenceable facet describing
the connection instance
Attributes that describe the
connection
java.lang.Exceptionpublic boolean isInstanceOf(javax.naming.Referenceable connection)
Referenceable instance describes
a URLConnection
connection - The Refereneable instance
true if the Referenceable
instance represents a URLConnection instance
falseotherwise.
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.7.0) E10653-08 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||