@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 | 
|---|---|
String | 
className
Fully qualified name of the administered object’s class 
 | 
String | 
name
JNDI name of the administered object being defined. 
 | 
String | 
resourceAdapter
The name of the resource adapter that the administered object must be 
  created from. 
 | 
| Modifier and Type | Optional Element and Description | 
|---|---|
String | 
description
Description of the administered object. 
 | 
String | 
interfaceName
Fully qualified name of the administered object’s interface 
 | 
String[] | 
properties
Properties of the administered object. 
 | 
public abstract String name
public abstract String resourceAdapter
public abstract String className
public abstract String description
public abstract String interfaceName
public abstract String[] properties
Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.