net.officefloor.plugin.socket.server.http.server
Class HttpServicerTask

java.lang.Object
  extended by net.officefloor.plugin.socket.server.http.server.HttpServicerTask

public class HttpServicerTask
extends Object

Reference to a Task to be invoked to service the ServerHttpConnection.

Author:
Daniel Sagenschneider

Field Summary
 String taskName
          Name of the Task.
 String workName
          Name of the Work.
 
Constructor Summary
HttpServicerTask(String workName, String taskName)
          Initiate.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

workName

public final String workName
Name of the Work.


taskName

public final String taskName
Name of the Task.

Constructor Detail

HttpServicerTask

public HttpServicerTask(String workName,
                        String taskName)
Initiate.

Parameters:
workName - Name of the Work.
taskName - Name of the Task.


Copyright © 2005-2011. All Rights Reserved.