This type is a class for model objects.
Application deployment configuration of an administered object. Corresponds with type AdministeredObjectResource in the application configuration. @since Java EE 7.
Package: appresources| Attributes Summary | |
| refName : EString | The JNDI name of the administered object. |
| interfaceName : EString | The fully qualified name of the interface type of the administered object. |
| className : EString | The fully qualified name of the class of the administered object. |
| resourceAdapter : EString | The name of the resource adapter the administered object. |
| properties : Property * | The properties of the administered object. |
| sources : Contributor + | TBD |
| Attribute Details |