org.alfresco.deployment
Interface FSDeploymentRunnable

All Superinterfaces:
java.lang.Runnable, java.io.Serializable
All Known Implementing Classes:
FSRunnableTester, ProgramRunnable, SampleRunnable, SurfRefreshRunnable

public interface FSDeploymentRunnable
extends java.lang.Runnable, java.io.Serializable

Interface of classes that can be run post deployment.

See Also:
SampleRunnable, ProgramRunnable

Method Summary
 void init(Deployment deployment)
          An initialization method.
 
Methods inherited from interface java.lang.Runnable
run
 

Method Detail

init

void init(Deployment deployment)
An initialization method.

Parameters:
deployment - The deployment that has just been committed.


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.