@Retention(value=RUNTIME) @Target(value=TYPE) @Repeatable(value=AdministeredObjectDefinitions.class) public @interface AdministeredObjectDefinition
lookup
element of the
Resource
annotation.Resource
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
className
Fully qualified name of the administered object’s class
|
java.lang.String |
name
JNDI name of the administered object being defined.
|
java.lang.String |
resourceAdapter
The name of the resource adapter that the administered object must be
created from.
|
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
description
Description of the administered object.
|
java.lang.String |
interfaceName
Fully qualified name of the administered object’s interface
|
java.lang.String[] |
properties
Properties of the administered object.
|
public abstract java.lang.String name
public abstract java.lang.String resourceAdapter
public abstract java.lang.String className
public abstract java.lang.String description
public abstract java.lang.String interfaceName
public abstract java.lang.String[] properties