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 NotificationsTransformationCatalogEntry. mNotificationsAll the notifications associated with the jobMethods in edu.isi.pegasus.planner.catalog.transformation that return Notifications Modifier and Type Method Description NotificationsTransformationCatalogEntry. 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 voidTransformationCatalogEntry. 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 booleanDatabase. 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 booleanFile. 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 booleanText. 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 NotificationsADag. mNotificationsAll the notifications associated with the jobprotected NotificationsCompoundTransformation. mNotificationsAll the notifications associated with the jobprivate NotificationsJob. mNotificationsAll the notifications associated with the jobMethods in edu.isi.pegasus.planner.classes that return Notifications Modifier and Type Method Description NotificationsADag. getNotifications()Returns all the notifications associated with the job.NotificationsCompoundTransformation. getNotifications()Returns all the notifications associated with the job.NotificationsJob. 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 voidNotifications. addAll(Notifications notifications)Adds all the notifications passed to the underlying container.voidADag. addNotifications(Notifications invokes)Adds all the notifications passed to the underlying container.voidCompoundTransformation. addNotifications(Notifications invokes)Adds all the notifications passed to the underlying container.voidJob. 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 NotificationsDAX2CDAG. mNotificationsAll the notifications associated with the adag
-