public class RemoteTool extends java.rmi.server.UnicastRemoteObject implements Tool
| Constructor and Description |
|---|
RemoteTool(Tool tool)
Constructs a RemoteTool.
|
| Modifier and Type | Method and Description |
|---|---|
void |
send(Job job,
Tool replyTo)
Sends a job to this tool.
|
clone, exportObject, exportObject, exportObject, unexportObjectpublic RemoteTool(Tool tool) throws java.rmi.RemoteException
tool - a Tool to handle forwarded jobsjava.rmi.RemoteException - if this cannot be constructed