AdminObject

@since J2EE1.4The adminobjectType specifies information about anadministered object. Administered objects are specific to amessaging style or message provider. This containsinformation on the Java type of the interface implemented byan administered object, its Java class name and itsconfiguration properties.



Attributes Summary
adminObjectInterface : StringThe element adminobject-interface specifies the fully qualified name of the Java type of the interface implemented by an administered object.
adminObjectClass : StringThe element adminobject-class specifies the fully qualified Java class name of an administered object.
configProperties : ConfigProperty *  

Attribute Details

adminObjectInterface    -    The element adminobject-interface specifies the fully qualified name of the Java type of the interface implemented by an administered object. Example: <adminobject-interface>javax.jms.Destination </adminobject-interface>
     data type:  String
     default Value:   unspecified



adminObjectClass    -    The element adminobject-class specifies the fully qualified Java class name of an administered object. Example: <adminobject-class>com.wombat.DestinationImpl </adminobject-class>
     data type:  String
     default Value:   unspecified



configProperties    -     
     data type: ConfigProperty*


Copyright IBM Corp. 1997-2004