@Retention(value=RUNTIME) @Target(value=TYPE) public @interface AdministeredObjectDefinition
lookup element of the
  Resource annotation.Resource| Modifier and Type | Required Element and Description | 
|---|---|
| String | classNameFully qualified name of the administered object’s class | 
| String | nameJNDI name of the administered object being defined. | 
| String | resourceAdapterThe name of the resource adapter that the administered object must be 
  created from. | 
| Modifier and Type | Optional Element and Description | 
|---|---|
| String | descriptionDescription of the administered object. | 
| String | interfaceNameFully qualified name of the administered object’s interface | 
| String[] | propertiesProperties 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 © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.