java.rmi.Remote, Jobpublic class RemoteJob extends java.rmi.server.UnicastRemoteObject implements Job
| Constructor | Description |
|---|---|
RemoteJob(Job job) |
Constructs a RemoteJob that wraps a source job.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getXML() |
Gets the xml string.
|
void |
setXML(java.lang.String xml) |
Sets the xml string.
|
finalize, getClass, notify, notifyAll, wait, wait, waitpublic RemoteJob(Job job) throws java.rmi.RemoteException
job - the LocalJobjava.rmi.RemoteException - if object cannot be constructed