Package org.opensourcephysics.tools
Class LocalJob
java.lang.Object
org.opensourcephysics.tools.LocalJob
- All Implemented Interfaces:
Serializable
,Job
This is a Job implementation for osp data transfers within a single vm.
- Version:
- 1.0
- Author:
- Douglas Brown
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LocalJob
public LocalJob()Constructs a LocalJob. -
LocalJob
Constructs a LocalJob with a specified xml string.- Parameters:
xml
- the string
-
LocalJob
Constructs a LocalJob for a specified object.- Parameters:
obj
- the object
-
-
Method Details
-
getXML
Gets the xml string. Implements Job. -
setXML
Sets the xml string. Implements Job. -
setXML
Sets the xml string to that saved by the specified object.- Parameters:
obj
- the object
-