|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal 11g Release 1 (11.1.1.9.0) E15995-08 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Documented
@Inherited
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface ConnectionConfiguration
Annotation for connection configuration classes. The following is an example of an annotated configuration class:
@L10n(bundle="resources.JndiConnectionResources")
@ConnectionConfiguration
(
connectionType="jndi.connection",
cacheExpirySeconds=5
)
public class JndiConnectionConfig
extends AnnotatedConfiguration
{
@ConnectionProperty
(
propertyname="jndi_name"
)
@L10nDesc
(
key="jndiName.description"
)
public String jndiName;
}
| Optional Element Summary | |
|---|---|
java.lang.String |
connectionTypeA string that represents the connection type of this connection configuration class. |
java.lang.String |
definitionNameThe name of the definition to use. |
public abstract java.lang.String definitionName
public abstract java.lang.String connectionType
|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal 11g Release 1 (11.1.1.9.0) E15995-08 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||