Connector Architecture 1.6 API 1.0.0.Final

javax.resource.spi
Annotation Type AdministeredObject


@Documented
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface AdministeredObject

Designates a JavaBean as an administered object.Administered objects are specific to a messaging style or message provider.

Since:
1.6
Version:
Java EE Connector Architecture 1.6

Optional Element Summary
 Class[] adminObjectInterfaces
          Specifies the Java type of the interface implemented by the administered object.
 

adminObjectInterfaces

public abstract Class[] adminObjectInterfaces
Specifies the Java type of the interface implemented by the administered object.

Default:
{}

Connector Architecture 1.6 API 1.0.0.Final

Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.