net.officefloor.plugin.socket.server.http.server
Class HttpServicerTask
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
workName
public final String workName
- Name of the
Work.
taskName
public final String taskName
- Name of the
Task.
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.