net.officefloor.plugin.socket.server.ssl.protocol
Class SslTaskWork

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

public class SslTaskWork
extends AbstractSingleTask<SslTaskWork,SslTaskWork.SslTaskDependencies,None>

Task to execute the SSL tasks.

Author:
Daniel Sagenschneider

Nested Class Summary
static class SslTaskWork.SslTaskDependencies
          Key to the SSL task to run.
 
Constructor Summary
SslTaskWork()
           
 
Method Summary
 Object doTask(TaskContext<SslTaskWork,SslTaskWork.SslTaskDependencies,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

SslTaskWork

public SslTaskWork()
Method Detail

doTask

public Object doTask(TaskContext<SslTaskWork,SslTaskWork.SslTaskDependencies,None> context)


Copyright © 2005-2011. All Rights Reserved.