org.alfresco.repo.activities.feed.local
Class LocalFeedGridJob

java.lang.Object
  extended by org.alfresco.repo.activities.feed.local.LocalFeedGridJob
All Implemented Interfaces:
FeedGridJob

public class LocalFeedGridJob
extends java.lang.Object
implements FeedGridJob

Implementation to execute local (ie. not grid) feed job


Constructor Summary
LocalFeedGridJob()
           
 
Method Summary
 java.io.Serializable execute()
           
 JobSettings getArgument()
           
 void setArgument(JobSettings arg)
           
 void setFeedTaskProcessor(FeedTaskProcessor feedTaskProcessor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalFeedGridJob

public LocalFeedGridJob()
Method Detail

setFeedTaskProcessor

public void setFeedTaskProcessor(FeedTaskProcessor feedTaskProcessor)

execute

public java.io.Serializable execute()
                             throws java.lang.Exception
Specified by:
execute in interface FeedGridJob
Throws:
java.lang.Exception

setArgument

public void setArgument(JobSettings arg)
Specified by:
setArgument in interface FeedGridJob

getArgument

public JobSettings getArgument()
Specified by:
getArgument in interface FeedGridJob


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