Class TomcatSLDDataSupplierServiceImpl
- java.lang.Object
-
- de.hybris.datasupplier.generator.tomcat.collector.BaseTomcatCollectorServiceImpl
-
- de.hybris.datasupplier.generator.tomcat.collector.TomcatSLDDataSupplierServiceImpl
-
- All Implemented Interfaces:
com.sap.sup.admin.sldsupplier.collector.SLDDataSupplierService,TomcatCollectorServiceInitializable,TomcatSLDDataSupplierService
public class TomcatSLDDataSupplierServiceImpl extends BaseTomcatCollectorServiceImpl implements TomcatSLDDataSupplierService
-
-
Constructor Summary
Constructors Constructor Description TomcatSLDDataSupplierServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.sap.sup.admin.sldsupplier.collector.AppServerConfigurationcollectAppServerConfiguration()DatabaseComponentDeploymentcollectDatabaseComponentDeployment(TomcatConfiguration tomcatConfiguration)Collects database informationcom.sap.sup.admin.sldsupplier.sc.ProductSoftwareComponentDeploymentscollectProductSoftwareComponenDeployments(com.sap.sup.admin.sldsupplier.collector.AppServerConfiguration serverConfiguration)com.sap.sup.admin.sldsupplier.sc.ProductSoftwareComponentDeploymentscollectProductSoftwareComponenDeployments(TomcatConfiguration tomcatConfiguration)Collects software configurationTomcatConfigurationcollectTomcatConfiguration()Collects tomcat configurationprotected voiddoDestroy()protected voiddoInit()-
Methods inherited from class de.hybris.datasupplier.generator.tomcat.collector.BaseTomcatCollectorServiceImpl
destroy, getCollectorContext, getFactory, getServiceInitializer, getVerbose, init, initializeCollector, isInitialized, setCollectorContext, setFactory, setServiceInitializer
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.hybris.datasupplier.generator.tomcat.collector.TomcatSLDDataSupplierService
destroy, init
-
-
-
-
Method Detail
-
doInit
protected void doInit()
- Overrides:
doInitin classBaseTomcatCollectorServiceImpl
-
collectAppServerConfiguration
public com.sap.sup.admin.sldsupplier.collector.AppServerConfiguration collectAppServerConfiguration() throws com.sap.sup.admin.sldsupplier.error.ConfigurationDataCollectException- Specified by:
collectAppServerConfigurationin interfacecom.sap.sup.admin.sldsupplier.collector.SLDDataSupplierService- Throws:
com.sap.sup.admin.sldsupplier.error.ConfigurationDataCollectException
-
collectTomcatConfiguration
public TomcatConfiguration collectTomcatConfiguration() throws com.sap.sup.admin.sldsupplier.error.ConfigurationDataCollectException
Description copied from interface:TomcatSLDDataSupplierServiceCollects tomcat configuration- Specified by:
collectTomcatConfigurationin interfaceTomcatSLDDataSupplierService- Returns:
- tomcat configuration
- Throws:
com.sap.sup.admin.sldsupplier.error.ConfigurationDataCollectException- if something goes wrong during collecting Tomcat configuration
-
collectProductSoftwareComponenDeployments
public com.sap.sup.admin.sldsupplier.sc.ProductSoftwareComponentDeployments collectProductSoftwareComponenDeployments(com.sap.sup.admin.sldsupplier.collector.AppServerConfiguration serverConfiguration) throws com.sap.sup.admin.sldsupplier.error.SoftwareComponentDataCollectException- Specified by:
collectProductSoftwareComponenDeploymentsin interfacecom.sap.sup.admin.sldsupplier.collector.SLDDataSupplierService- Throws:
com.sap.sup.admin.sldsupplier.error.SoftwareComponentDataCollectException
-
collectProductSoftwareComponenDeployments
public com.sap.sup.admin.sldsupplier.sc.ProductSoftwareComponentDeployments collectProductSoftwareComponenDeployments(TomcatConfiguration tomcatConfiguration) throws com.sap.sup.admin.sldsupplier.error.SoftwareComponentDataCollectException
Description copied from interface:TomcatSLDDataSupplierServiceCollects software configuration- Specified by:
collectProductSoftwareComponenDeploymentsin interfaceTomcatSLDDataSupplierService- Parameters:
tomcatConfiguration- - tomcat configuration- Returns:
- software configuration
- Throws:
com.sap.sup.admin.sldsupplier.error.SoftwareComponentDataCollectException- if something goes wrong during collectiong Product/Software component objects
-
collectDatabaseComponentDeployment
public DatabaseComponentDeployment collectDatabaseComponentDeployment(TomcatConfiguration tomcatConfiguration)
Description copied from interface:TomcatSLDDataSupplierServiceCollects database information- Specified by:
collectDatabaseComponentDeploymentin interfaceTomcatSLDDataSupplierService- Parameters:
tomcatConfiguration- - tomcat configuration- Returns:
- database configuration
-
doDestroy
protected void doDestroy()
- Overrides:
doDestroyin classBaseTomcatCollectorServiceImpl
-
-