org.alfresco.deployment
Class SampleRunnable

java.lang.Object
  extended by org.alfresco.deployment.SampleRunnable
All Implemented Interfaces:
java.io.Serializable, java.lang.Runnable, FSDeploymentRunnable

public class SampleRunnable
extends java.lang.Object
implements FSDeploymentRunnable

Example post filesystem deployment runnable.

See Also:
Serialized Form

Constructor Summary
SampleRunnable()
           
 
Method Summary
 void init(Deployment deployment)
          An initialization method.
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SampleRunnable

public SampleRunnable()
Method Detail

init

public void init(Deployment deployment)
Description copied from interface: FSDeploymentRunnable
An initialization method.

Specified by:
init in interface FSDeploymentRunnable
Parameters:
deployment - The deployment that has just been committed.

run

public void run()
Specified by:
run in interface java.lang.Runnable


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