Uses of Class
edu.isi.pegasus.planner.classes.Notifications

Packages that use Notifications
edu.isi.pegasus.planner.catalog.transformation   
edu.isi.pegasus.planner.catalog.transformation.impl   
edu.isi.pegasus.planner.classes   
edu.isi.pegasus.planner.parser.dax   
 

Uses of Notifications in edu.isi.pegasus.planner.catalog.transformation
 

Fields in edu.isi.pegasus.planner.catalog.transformation declared as Notifications
private  Notifications TransformationCatalogEntry.mNotifications
          All the notifications associated with the job
 

Methods in edu.isi.pegasus.planner.catalog.transformation that return Notifications
 Notifications TransformationCatalogEntry.getNotifications()
          Returns all the notifications associated with the job.
 

Methods in edu.isi.pegasus.planner.catalog.transformation with parameters of type Notifications
 void TransformationCatalogEntry.addNotifications(Notifications invokes)
          Adds all the notifications passed to the underlying container.
 

Uses of Notifications in edu.isi.pegasus.planner.catalog.transformation.impl
 

Methods in edu.isi.pegasus.planner.catalog.transformation.impl with parameters of type Notifications
protected  boolean File.addTCEntry(String namespace, String name, String version, String physicalname, TCType type, String resourceid, List pfnprofiles, List lfnprofiles, SysInfo system, Notifications invokes, boolean write)
          Add an single entry into the transformation catalog.
protected  boolean Text.addTCEntry(String namespace, String name, String version, String physicalname, TCType type, String resourceid, List pfnprofiles, List lfnprofiles, SysInfo system, Notifications invokes, boolean write)
          Add an single entry into the transformation catalog.
protected  boolean Database.addTCEntry(String namespace, String name, String version, String physicalname, TCType type, String resourceid, List lfnprofiles, List pfnprofiles, SysInfo system, Notifications invokes, boolean write)
          Add an single entry into the transformation catalog.
 

Uses of Notifications in edu.isi.pegasus.planner.classes
 

Fields in edu.isi.pegasus.planner.classes declared as Notifications
private  Notifications Job.mNotifications
          All the notifications associated with the job
protected  Notifications CompoundTransformation.mNotifications
          All the notifications associated with the job
protected  Notifications ADag.mNotifications
          All the notifications associated with the job
 

Methods in edu.isi.pegasus.planner.classes that return Notifications
 Notifications Job.getNotifications()
          Returns all the notifications associated with the job.
 Notifications CompoundTransformation.getNotifications()
          Returns all the notifications associated with the job.
 Notifications ADag.getNotifications()
          Returns all the notifications associated with the job.
 

Methods in edu.isi.pegasus.planner.classes with parameters of type Notifications
 void Notifications.addAll(Notifications notifications)
          Adds all the notifications passed to the underlying container.
 void Job.addNotifications(Notifications invokes)
          Adds all the notifications passed to the underlying container.
 void CompoundTransformation.addNotifications(Notifications invokes)
          Adds all the notifications passed to the underlying container.
 void ADag.addNotifications(Notifications invokes)
          Adds all the notifications passed to the underlying container.
 

Uses of Notifications in edu.isi.pegasus.planner.parser.dax
 

Fields in edu.isi.pegasus.planner.parser.dax declared as Notifications
private  Notifications DAX2CDAG.mNotifications
          All the notifications associated with the adag
 



Copyright © 2011 The University of Southern California. All Rights Reserved.