|
Oracle Fusion Middleware Java API Reference for Oracle ADF Share 11g Release 1 (11.1.1.4.0) E10686-05 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ConnectionType
Describes a type of connection (eg MDS, Database, UDDI) and provides the name of the InitialContextFactory that should be used to create an resource catalog adapter for a provider of this type.
| Method Summary | |
|---|---|
java.lang.String |
getADFConnectionsChildMBeanImplementor()
Returns classname if this connection type has implemented connection mbean as specified by the oracle.adf.mbean.share.connection.ADFConnectionsChild |
java.lang.String |
getDescription(java.util.Locale locale)
Get the localized description of the connection type. |
java.lang.String |
getDisplayName(java.util.Locale locale)
Get the localized display name of the connection type. |
java.lang.String |
getId()
Get the unique id of the connection type. |
boolean |
isInstanceOf(java.lang.Class connectionCls)
Returns true if an instance of the connection class would match this connection type. |
boolean |
isInstanceOf(javax.naming.Referenceable connection)
Returns true if the specified connection object instance matches this ConnectionType |
boolean |
isInstanceOf(java.lang.String connectionClassName)
Returns true if an the named connection class is represented by this connection type. |
| Method Detail |
|---|
java.lang.String getId()
java.lang.String getDisplayName(java.util.Locale locale)
locale - requested Locale for the display name
Localejava.lang.String getDescription(java.util.Locale locale)
locale - requested Locale for the description
Localeboolean isInstanceOf(javax.naming.Referenceable connection)
connection - the connection instance whose type should be compared
to this ConnectionType
boolean isInstanceOf(java.lang.Class connectionCls)
connectionCls - the connection class whose type should be compared
to this ConnectionType
boolean isInstanceOf(java.lang.String connectionClassName)
connectionClassName - the name of the connection class whose type
should be compared to this ConnectionType
java.lang.String getADFConnectionsChildMBeanImplementor()
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Share 11g Release 1 (11.1.1.4.0) E10686-05 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||