Creates new ConnectorArchvisit
return CONNECTOR_EXTENSION;
returnif exists the DeploymentDescriptorFile responsible for handling the configuration deployment descriptors return new ConnectorRuntimeDDFile();
return new ConnectorRuntimeDDFile();
returna default BundleDescriptor for this archivist ConnectorDescriptor connectorDesc = new ConnectorDescriptor(); return connectorDesc;
ConnectorDescriptor connectorDesc = new ConnectorDescriptor(); return connectorDesc;
returnthe Descriptor for this archvist return descriptor;
return descriptor;
returnthe module type handled by this archivist as defined in the application DTD return ModuleType.RAR;
return ModuleType.RAR;
returnthe DeploymentDescriptorFile responsible for handling standard deployment descriptor return standardDD;
return standardDD;
return false;
Set the DOL descriptor for this Archivist, used by super classes if (descriptor instanceof ConnectorDescriptor) { this.descriptor = (ConnectorDescriptor) descriptor; } else { DOLUtils.getDefaultLogger().log(Level.SEVERE, "enterprise.deployment.backend.descriptorFailure", new Object[] {this}); }
if (descriptor instanceof ConnectorDescriptor) { this.descriptor = (ConnectorDescriptor) descriptor; } else { DOLUtils.getDefaultLogger().log(Level.SEVERE, "enterprise.deployment.backend.descriptorFailure", new Object[] {this}); }