org.opensourcephysics.tools
Interface Job

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

public interface Job
extends java.rmi.Remote

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


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

Method Detail

getXML

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

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

setXML

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

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