org.opensourcephysics.tools
Interface Job

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
ClipboardJob, LocalJob, RemoteJob

public interface Job
extends java.rmi.Remote

This is a Remote interface for osp data transfers via XML and RMI.

Version:
1.0
Author:
Douglas Brown

Method Summary
 java.lang.String getXML()
          Gets the xml string.
 void setXML(java.lang.String xml)
          Sets the xml string.
 

Method Detail

getXML

java.lang.String getXML()
                        throws java.rmi.RemoteException
Gets the xml string.

Returns:
the xml string
Throws:
java.rmi.RemoteException

setXML

void setXML(java.lang.String xml)
            throws java.rmi.RemoteException
Sets the xml string.

Parameters:
xml - the xml string
Throws:
java.rmi.RemoteException