@Retention(value=RUNTIME) @Target(value=TYPE) public @interface AdministeredObjectDefinition
lookup element of the
Resource annotation.Resource| Modifier and Type | Required Element and Description |
|---|---|
String |
className
Class name of the administered object.
|
String |
name
JNDI name of the administered object being defined.
|
String |
resourceAdapterName
Name of the resource adapter.
|
| Modifier and Type | Optional Element and Description |
|---|---|
String |
description
Description of the administered object.
|
String |
interfaceName
Interface name of the administered object.
|
String[] |
properties
Properties of the administered object.
|
public abstract String name
public abstract String className
public abstract String resourceAdapterName
public abstract String description
public abstract String interfaceName
public abstract String[] properties
Copyright © 2013 GlassFish Community. All Rights Reserved.