com.sun.grid.jsv
public final class MailSpecifier extends java.lang.Object implements java.lang.Cloneable, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
NEVER_STR
String representing that email should never be set.
|
static int |
ON_ABORT
Code representing that email should be sent if the job is abourted.
|
static java.lang.String |
ON_ABORT_STR
String representing that email should be sent if the job is abourted.
|
static int |
ON_BEGIN
Code representing that email should be sent when the job is started.
|
static java.lang.String |
ON_BEGIN_STR
String representing that email should be sent when the job is started.
|
static int |
ON_END
Code representing that email should be sent when the job ends.
|
static java.lang.String |
ON_END_STR
String representing that email should be sent when the job ends.
|
static int |
ON_SUSPEND
Code representing that email should be sent if the job is suspended.
|
static java.lang.String |
ON_SUSPEND_STR
String representing that email should be sent if the job is suspended.
|
Constructor and Description |
---|
MailSpecifier() |
Modifier and Type | Method and Description |
---|---|
MailSpecifier |
clone() |
boolean |
equals(java.lang.Object obj) |
byte |
getOccasion()
Return a byte value that represents the occasions when email should be
sent about a job.
|
java.lang.String |
getOccasionString()
Return a String value that represents the occasions when email should be
sent about a job.
|
int |
hashCode() |
byte |
never()
Indicate that email should never be sent about a job.
|
boolean |
onAbort(boolean set)
Set whether email should be sent if the job is aborted.
|
boolean |
onBegin(boolean set)
Set whether email should be sent when the job is started.
|
boolean |
onEnd(boolean set)
Set whether email should be sent when the job end.
|
boolean |
onSuspend(boolean set)
Set whether email should be sent if the job is suspended.
|
void |
setOccasion(java.lang.String value)
Set the occasions when email should be sent for a job according to a
String composed of the string identifiers for the occasions when email
should be sent.
|
java.lang.String |
toString() |
public static final java.lang.String NEVER_STR
public static final int ON_ABORT
public static final java.lang.String ON_ABORT_STR
public static final int ON_BEGIN
public static final java.lang.String ON_BEGIN_STR
public static final int ON_END
public static final java.lang.String ON_END_STR
public static final int ON_SUSPEND
public static final java.lang.String ON_SUSPEND_STR
public boolean onBegin(boolean set)
set
- whether email should be sentpublic boolean onEnd(boolean set)
set
- whether email should be sentpublic boolean onAbort(boolean set)
set
- whether email should be sentpublic boolean onSuspend(boolean set)
set
- whether email should be sentpublic byte never()
getOccasion()
public byte getOccasion()
ON_ABORT
,
ON_BEGIN
,
ON_END
,
ON_SUSPEND
public void setOccasion(java.lang.String value)
value
- the occasion stringON_ABORT_STR
,
ON_BEGIN_STR
,
ON_END_STR
,
ON_SUSPEND_STR
public java.lang.String getOccasionString()
ON_ABORT_STR
,
ON_BEGIN_STR
,
ON_END_STR
,
ON_SUSPEND_STR
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public MailSpecifier clone()
clone
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object