java.rmi.Remote, Toolpublic class RemoteTool extends java.rmi.server.UnicastRemoteObject implements Tool
| Constructor | Description |
|---|---|
RemoteTool(Tool tool) |
Constructs a RemoteTool.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
send(Job job,
Tool replyTo) |
Sends a job to this tool.
|
finalize, getClass, notify, notifyAll, wait, wait, waitpublic RemoteTool(Tool tool) throws java.rmi.RemoteException
tool - a Tool to handle forwarded jobsjava.rmi.RemoteException - if this cannot be constructed