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
 java.lang.Class[] adminObjectInterfaces
          Specifies the Java type of the interface implemented by the administered object.
 

adminObjectInterfaces

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

Default:
{}


Submit a bug or feature

Copyright © 2009-2011, Oracle Corporation and/or its affiliates. All Rights Reserved. Use is subject to license terms.

Generated on 10-February-2011 12:41