AdminObject
This type is a class for model objects.
@version J2EE1.4
The adminobjectType specifies information about an
administered object. Administered objects are specific to a
messaging style or message provider. This contains
information on the Java type of the interface implemented by
an administered object, its Java class name and its
configuration properties.
Package: jca
Classifier ID: -1
Instance class name: * Unspecified *
Instance class: * Unspecified *
Reference attributes having this type:
AdminObjectTemplateProps.adminObject
J2CAdminObject.adminObject
Collection attributes having this type:
ResourceAdapter.adminObjects
Attributes Summary |
adminObjectInterface : EString |
The element adminobject-interface specifies the
fully qualified name of the Java type of the
interface implemented by an administered object.
Example:
javax.jms.Destination
|
adminObjectClass : EString |
The element adminobject-class specifies the fully
qualified Java class name of an administered object.
Example:
com.wombat.DestinationImpl
|
configProperties : ConfigProperty *
|
* No description is available *
|
adminObjectInterface - The element adminobject-interface specifies the
fully qualified name of the Java type of the
interface implemented by an administered object.
Example:
javax.jms.Destination
Data Type: EString
Default value: unspecified
Required: false
Changeable: true
Unsettable: false
Many: false
Ordered: true
Lower bound: 0
Upper bound: 1
Unique: true
Derived: false
Transient: false
Volatile: false
adminObjectClass - The element adminobject-class specifies the fully
qualified Java class name of an administered object.
Example:
com.wombat.DestinationImpl
Data Type: EString
Default value: unspecified
Required: false
Changeable: true
Unsettable: false
Many: false
Ordered: true
Lower bound: 0
Upper bound: 1
Unique: true
Derived: false
Transient: false
Volatile: false
configProperties - * No description is available *
Reference Type: ConfigProperty *
Containment: true
Container: false
Required: false
Changeable: true
Unsettable: false
Many: true
Ordered: true
Lower bound: 0
Upper bound: Unbounded
Unique: true
Derived: false
Transient: false
Volatile: false
(C) COPYRIGHT International Business Machines Corp. 1996-2006