net.officefloor.plugin.socket.server.http.protocol
Class CleanupTask

java.lang.Object
  extended by net.officefloor.frame.util.AbstractSingleTask<Work,None,None>
      extended by net.officefloor.plugin.socket.server.http.protocol.CleanupTask
All Implemented Interfaces:
TaskFactory<Work,None,None>, WorkFactory<Work>, Task<Work,None,None>, Work

public class CleanupTask
extends AbstractSingleTask<Work,None,None>

Cleans up the HttpManagedObject (particular HttpRequest / HttpResponse combination).

Author:
Daniel Sagenschneider

Constructor Summary
CleanupTask()
           
 
Method Summary
 Object doTask(TaskContext<Work,None,None> context)
           
 
Methods inherited from class net.officefloor.frame.util.AbstractSingleTask
createTask, createWork, getRecycleManagedObjectParameter, registerAsRecycleTask, registerTask, registerTask, registerTask, registerWork
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CleanupTask

public CleanupTask()
Method Detail

doTask

public Object doTask(TaskContext<Work,None,None> context)
              throws IOException
Throws:
IOException


Copyright © 2005-2011. All Rights Reserved.