Modifier and Type | Field and Description |
---|---|
private Notifications |
TransformationCatalogEntry.mNotifications
All the notifications associated with the job
|
Modifier and Type | Method and Description |
---|---|
Notifications |
TransformationCatalogEntry.getNotifications()
Returns all the notifications associated with the job.
|
Modifier and Type | Method and Description |
---|---|
void |
TransformationCatalogEntry.addNotifications(Notifications invokes)
Adds all the notifications passed to the underlying container.
|
Modifier and Type | Method and 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 |
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.
|
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.
|
Modifier and Type | Field and Description |
---|---|
protected Notifications |
CompoundTransformation.mNotifications
All the notifications associated with the job
|
protected Notifications |
ADag.mNotifications
All the notifications associated with the job
|
private Notifications |
Job.mNotifications
All the notifications associated with the job
|
Modifier and Type | Method and Description |
---|---|
Notifications |
CompoundTransformation.getNotifications()
Returns all the notifications associated with the job.
|
Notifications |
ADag.getNotifications()
Returns all the notifications associated with the job.
|
Notifications |
Job.getNotifications()
Returns all the notifications associated with the job.
|
Modifier and Type | Method and Description |
---|---|
void |
Notifications.addAll(Notifications notifications)
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.
|
void |
Job.addNotifications(Notifications invokes)
Adds all the notifications passed to the underlying container.
|
Modifier and Type | Field and Description |
---|---|
private Notifications |
DAX2CDAG.mNotifications
All the notifications associated with the adag
|