Uses of Class
edu.isi.pegasus.planner.classes.Notifications
-
-
Uses of Notifications in edu.isi.pegasus.planner.catalog.transformation
Fields in edu.isi.pegasus.planner.catalog.transformation declared as Notifications Modifier and Type Field Description private Notifications
TransformationCatalogEntry. mNotifications
All the notifications associated with the jobMethods in edu.isi.pegasus.planner.catalog.transformation that return Notifications Modifier and Type Method Description Notifications
TransformationCatalogEntry. getNotifications()
Returns all the notifications associated with the job.Methods in edu.isi.pegasus.planner.catalog.transformation with parameters of type Notifications Modifier and Type Method Description 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 Modifier and Type Method Description protected boolean
Database. addTCEntry(java.lang.String namespace, java.lang.String name, java.lang.String version, java.lang.String physicalname, TCType type, java.lang.String resourceid, java.util.List lfnprofiles, java.util.List pfnprofiles, SysInfo system, Notifications invokes, boolean write)
Add an single entry into the transformation catalog.protected boolean
File. addTCEntry(java.lang.String namespace, java.lang.String name, java.lang.String version, java.lang.String physicalname, TCType type, java.lang.String resourceid, java.util.List pfnprofiles, java.util.List lfnprofiles, SysInfo system, Notifications invokes, boolean write)
Add an single entry into the transformation catalog.protected boolean
Text. addTCEntry(java.lang.String namespace, java.lang.String name, java.lang.String version, java.lang.String physicalname, TCType type, java.lang.String resourceid, java.util.List pfnprofiles, java.util.List lfnprofiles, 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 Modifier and Type Field Description protected Notifications
ADag. mNotifications
All the notifications associated with the jobprotected Notifications
CompoundTransformation. mNotifications
All the notifications associated with the jobprivate Notifications
Job. mNotifications
All the notifications associated with the jobMethods in edu.isi.pegasus.planner.classes that return Notifications Modifier and Type Method Description Notifications
ADag. getNotifications()
Returns all the notifications associated with the job.Notifications
CompoundTransformation. getNotifications()
Returns all the notifications associated with the job.Notifications
Job. getNotifications()
Returns all the notifications associated with the job.Methods in edu.isi.pegasus.planner.classes with parameters of type Notifications Modifier and Type Method Description void
Notifications. addAll(Notifications notifications)
Adds all the notifications passed to the underlying container.void
ADag. 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
Job. 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 Modifier and Type Field Description private Notifications
DAX2CDAG. mNotifications
All the notifications associated with the adag
-