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:
{}


Copyright © 2008 Red Hat Middleware LLC (http://www.jboss.com/)