|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectatg.nucleus.logging.VariableArgumentApplicationLoggingImpl
atg.nucleus.GenericService
atg.purge.handler.PipelinePurgeHandler
public class PipelinePurgeHandler
Purge handler implementation which start new pipeline chain and pass current purge item as a parameter into it.
| Field Summary | |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string |
| Fields inherited from class atg.nucleus.GenericService |
|---|
SERVICE_INFO_KEY |
| Fields inherited from interface atg.purge.pipeline.ProcessorConstants |
|---|
PURGE_ITEM, RETCODE_NOT_OK, RETCODE_OK |
| Fields inherited from interface atg.nucleus.logging.TraceApplicationLogging |
|---|
DEFAULT_LOG_TRACE_STATUS |
| Fields inherited from interface atg.nucleus.logging.ApplicationLogging |
|---|
DEFAULT_LOG_DEBUG_STATUS, DEFAULT_LOG_ERROR_STATUS, DEFAULT_LOG_INFO_STATUS, DEFAULT_LOG_WARNING_STATUS |
| Constructor Summary | |
|---|---|
PipelinePurgeHandler()
|
|
| Method Summary | |
|---|---|
void |
doStartService()
Ensure the pipeline manager and chain id are set before starting. |
java.lang.String |
getPipelineChainId()
Gets the id of the pipeline chain to execute. |
PipelineManager |
getPipelineManager()
Gets the pipeline manager component. |
void |
handlePurgeItem(PurgeItem pItem)
Execute the pipeline chain passing current purge item as pipeline parameter. |
void |
setPipelineChainId(java.lang.String pPipelineChainId)
Sets the id of the pipeline chain to execute. |
void |
setPipelineManager(PipelineManager pPipelineManager)
Sets the pipeline manager component. |
| Methods inherited from class atg.nucleus.logging.VariableArgumentApplicationLoggingImpl |
|---|
vlogDebug, vlogDebug, vlogDebug, vlogDebug, vlogDebugTrace, vlogError, vlogError, vlogError, vlogError, vlogInfo, vlogInfo, vlogInfo, vlogInfo, vlogTrace, vlogTrace, vlogTrace, vlogTrace, vlogWarning, vlogWarning, vlogWarning, vlogWarning |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static java.lang.String CLASS_VERSION
| Constructor Detail |
|---|
public PipelinePurgeHandler()
| Method Detail |
|---|
public void setPipelineManager(PipelineManager pPipelineManager)
public PipelineManager getPipelineManager()
public void setPipelineChainId(java.lang.String pPipelineChainId)
public java.lang.String getPipelineChainId()
public void handlePurgeItem(PurgeItem pItem)
throws atg.purge.PurgeException
handlePurgeItem in interface atg.purge.handler.PurgeHandlerpItem - the purge item
atg.purge.PurgeException - if an error occurred while purging current item.
public void doStartService()
throws ServiceException
doStartService in class GenericServiceServiceException - if the Service had a problem starting up
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||