Uses of Class
org.globus.cog.abstraction.xml.MarshalException

Packages that use MarshalException
org.globus.cog.abstraction.impl.common.task   
org.globus.cog.abstraction.impl.common.taskgraph   
org.globus.cog.abstraction.interfaces   
org.globus.cog.abstraction.xml   
 

Uses of MarshalException in org.globus.cog.abstraction.impl.common.task
 

Methods in org.globus.cog.abstraction.impl.common.task that throw MarshalException
 void TaskImpl.toXML(File file)
           
 

Uses of MarshalException in org.globus.cog.abstraction.impl.common.taskgraph
 

Methods in org.globus.cog.abstraction.impl.common.taskgraph that throw MarshalException
 void TaskGraphImpl.toXML(File file)
           
 

Uses of MarshalException in org.globus.cog.abstraction.interfaces
 

Methods in org.globus.cog.abstraction.interfaces that throw MarshalException
 void TaskGraph.toXML(File file)
          Checkpoints the current state of this TaskGraph in XML format.
 void Task.toXML(File file)
          Checkpoints the current state of this Task in XML format.
 

Uses of MarshalException in org.globus.cog.abstraction.xml
 

Methods in org.globus.cog.abstraction.xml that throw MarshalException
static void TaskMarshaller.marshal(Task task, File xmlFile)
           
static void TaskMarshaller.marshal(Task task, Task xmlTask)
           
static void TaskGraphMarshaller.marshal(TaskGraph taskGraph, File xmlFile)
           
static void TaskGraphMarshaller.marshal(TaskGraph taskGraph, TaskGraph xmlTaskGraph)