| org.apache.geronimo.connector.deployment.jsr88.AdminObjectDCB
AdminObjectDCB | public class AdminObjectDCB extends DConfigBeanSupport (Code) | | Represents /connector/adminobject in a Geronimo Connector deployment plan.
Corresponds to /connector/resourceadapter/adminobject in the J2EE deployment plan.
Note that in an arbitrary Geronimo connector plan, there can be multiple
adminobject entries per adminobject from the J2EE plan. When we load such
a plan, we combine all the adminobject-instances from those adminobjects
into a single Geronimo adminobject per J2EE adminobject, so if we write it
out again it'll be a little different, but that way this can be a DConfigBean
instead of a POJO (the loading code is in ConnectorDCB).
version: $Rev: 476049 $ $Date: 2006-11-16 20:35:17 -0800 (Thu, 16 Nov 2006) $ |
Constructor Summary | |
public | AdminObjectDCB(DDBean adminobjectDDBean, GerAdminobjectType adminobject) |
AdminObjectDCB | public AdminObjectDCB(DDBean adminobjectDDBean, GerAdminobjectType adminobject)(Code) | | |
addAdminObjectInstance | void addAdminObjectInstance(GerAdminobjectInstanceType xml)(Code) | | |
getAdminObject | GerAdminobjectType getAdminObject()(Code) | | |
getAdminObjectClass | public String getAdminObjectClass()(Code) | | |
getAdminObjectInterface | public String getAdminObjectInterface()(Code) | | |
getSchemaTypeLoader | protected SchemaTypeLoader getSchemaTypeLoader()(Code) | | |
|
|