On the General tab, you can configure the following administered object properties:
Resource Adapter Select the name of the resource adapter that administers this object. The configuration property name is resourceAdapter.
Administered Object Interface The
fully-qualified name of the class that implements the object
interface; for example, javax.jms.Queue
.
The configuration property name is administeredObjectInterface.
Administered Object Class The fully-qualified
name of the class that implements the object; for example, com.wombat.connector.jms.QueueImpl
.
The configuration property name is administeredObjectClass.