public class RemoteJob extends java.rmi.server.UnicastRemoteObject implements Job
Constructor and Description |
---|
RemoteJob(Job job)
Constructs a RemoteJob that wraps a source job.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getXML()
Gets the xml string.
|
void |
setXML(java.lang.String xml)
Sets the xml string.
|
clone, exportObject, exportObject, exportObject, unexportObject
public RemoteJob(Job job) throws java.rmi.RemoteException
job
- the LocalJobjava.rmi.RemoteException
- if object cannot be constructed