@Target(value=TYPE) @Retention(value=RUNTIME) public @interface AdministeredObjectDefinition
Resource
Modifier and Type | Required Element and Description |
---|---|
String |
className
The fully qualified domain name of the administered object class.
|
String |
name
JNDI name of the administrered object resource 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 resource.
|
String |
interfaceName
The fully qualified domain name of the administered object interface class.
|
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 © 2016 JBoss by Red Hat. All rights reserved.