|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Defines a FAX Job.
ClientProtocol,
Client| Field Summary | |
static java.lang.String |
CHOP_DEFAULT
|
static java.lang.String |
NOTIFY_ALL
|
static java.lang.String |
NOTIFY_DONE
|
static java.lang.String |
NOTIFY_NONE
|
static java.lang.String |
NOTIFY_REQUEUE
|
static int |
PRIORITY_BULK
|
static int |
PRIORITY_HIGH
|
static int |
PRIORITY_NORMAL
|
static int |
RESOLUTION_LOW
|
static int |
RESOLUTION_MEDIUM
|
| Method Summary | |
void |
addDocument(java.lang.String value)
|
int |
getChopThreshold()
|
java.lang.String |
getDialstring()
|
java.lang.String |
getDocumentName()
|
java.lang.String |
getFromUser()
|
long |
getId()
get the job-id of this Job instance. |
java.lang.String |
getJobInfo()
Get JobInfo attribute. |
java.lang.String |
getKilltime()
|
int |
getMaximumDials()
|
int |
getMaximumTries()
|
java.lang.String |
getNotifyAddress()
|
java.lang.String |
getNotifyType()
|
java.lang.String |
getPageChop()
|
java.awt.Dimension |
getPageDimension()
|
int |
getPageLength()
|
int |
getPageWidth()
|
int |
getPriority()
|
java.lang.String |
getProperty(java.lang.String key)
Get the value for an arbitrary property for this job. |
java.lang.String |
getRetrytime()
|
java.lang.String |
getTagline()
Get TagLine format attribute. |
boolean |
getUseTagline()
Get the UseTagLine attribute. |
int |
getVerticalResolution()
|
void |
setChopThreshold(int value)
|
void |
setDialstring(java.lang.String value)
|
void |
setFromUser(java.lang.String value)
|
void |
setJobInfo(java.lang.String value)
Set the JobInfo attribute. |
void |
setKilltime(java.lang.String value)
|
void |
setMaximumDials(int value)
|
void |
setMaximumTries(int value)
|
void |
setNotifyAddress(java.lang.String value)
|
void |
setNotifyType(java.lang.String value)
set the notification type. |
void |
setPageChop(java.lang.String value)
|
void |
setPageDimension(java.awt.Dimension value)
Set the job's pagesize. |
void |
setPageLength(int length)
|
void |
setPageWidth(int width)
|
void |
setPriority(int value)
|
void |
setProperty(java.lang.String property,
int value)
Set any arbitrary property on this job to an integer value. |
void |
setProperty(java.lang.String parameter,
java.lang.String value)
Set any arbitrary property on this job. |
void |
setRetrytime(java.lang.String value)
|
void |
setSendTime(java.util.Date sendTime)
Set the SENDTIME attribute. |
void |
setSendTime(java.lang.String sendTime)
Set the SENDTIME attribute. |
void |
setTagline(java.lang.String value)
Set the TagLine format attribute. |
void |
setUseTagline(boolean f)
Set the UseTagLine format attribute. |
void |
setVerticalResolution(int value)
|
| Field Detail |
public static final int PRIORITY_NORMAL
public static final int PRIORITY_BULK
public static final int PRIORITY_HIGH
public static final int RESOLUTION_LOW
public static final int RESOLUTION_MEDIUM
public static final java.lang.String NOTIFY_NONE
public static final java.lang.String NOTIFY_DONE
public static final java.lang.String NOTIFY_REQUEUE
public static final java.lang.String NOTIFY_ALL
public static final java.lang.String CHOP_DEFAULT
| Method Detail |
public java.lang.String getFromUser()
throws ServerResponseException,
java.io.IOException
public java.lang.String getKilltime()
throws ServerResponseException,
java.io.IOException
public int getMaximumDials()
throws ServerResponseException,
java.io.IOException
public int getMaximumTries()
throws ServerResponseException,
java.io.IOException
public int getPriority()
throws ServerResponseException,
java.io.IOException
public java.lang.String getDialstring()
throws ServerResponseException,
java.io.IOException
public java.lang.String getNotifyAddress()
throws ServerResponseException,
java.io.IOException
public int getVerticalResolution()
throws ServerResponseException,
java.io.IOException
public java.awt.Dimension getPageDimension()
throws ServerResponseException,
java.io.IOException
public int getPageWidth()
throws ServerResponseException,
java.io.IOException
public int getPageLength()
throws ServerResponseException,
java.io.IOException
public java.lang.String getNotifyType()
throws ServerResponseException,
java.io.IOException
public java.lang.String getPageChop()
throws ServerResponseException,
java.io.IOException
public int getChopThreshold()
throws ServerResponseException,
java.io.IOException
public java.lang.String getDocumentName()
throws ServerResponseException,
java.io.IOException
public java.lang.String getRetrytime()
throws ServerResponseException,
java.io.IOException
public java.lang.String getJobInfo()
throws ServerResponseException,
java.io.IOException
public java.lang.String getTagline()
throws ServerResponseException,
java.io.IOException
public boolean getUseTagline()
throws ServerResponseException,
java.io.IOException
public java.lang.String getProperty(java.lang.String key)
throws ServerResponseException,
java.io.IOException
ServerResponseException - the server responded with an error. This is likely due to a protocol error.java.io.IOException - an i/o error occuredpublic long getId()
public void setFromUser(java.lang.String value)
throws ServerResponseException,
java.io.IOException
public void setKilltime(java.lang.String value)
throws ServerResponseException,
java.io.IOException
public void setMaximumDials(int value)
throws ServerResponseException,
java.io.IOException
public void setMaximumTries(int value)
throws ServerResponseException,
java.io.IOException
public void setPriority(int value)
throws ServerResponseException,
java.io.IOException
public void setDialstring(java.lang.String value)
throws ServerResponseException,
java.io.IOException
public void setNotifyAddress(java.lang.String value)
throws ServerResponseException,
java.io.IOException
public void setVerticalResolution(int value)
throws ServerResponseException,
java.io.IOException
public void setPageDimension(java.awt.Dimension value)
throws ServerResponseException,
java.io.IOException
for common pagesizes
public void setPageWidth(int width)
throws ServerResponseException,
java.io.IOException
public void setPageLength(int length)
throws ServerResponseException,
java.io.IOException
public void setNotifyType(java.lang.String value)
throws ServerResponseException,
java.io.IOException
value - the new notification typeServerResponseException - the server responded with an error. This is likely a protocol violation.java.io.IOException - an IO error occurred while communicating with the server
public void setPageChop(java.lang.String value)
throws ServerResponseException,
java.io.IOException
public void setChopThreshold(int value)
throws ServerResponseException,
java.io.IOException
public void addDocument(java.lang.String value)
throws ServerResponseException,
java.io.IOException
public void setRetrytime(java.lang.String value)
throws ServerResponseException,
java.io.IOException
public void setJobInfo(java.lang.String value)
throws ServerResponseException,
java.io.IOException
public void setTagline(java.lang.String value)
throws ServerResponseException,
java.io.IOException
public void setUseTagline(boolean f)
throws ServerResponseException,
java.io.IOException
public void setProperty(java.lang.String parameter,
java.lang.String value)
throws ServerResponseException,
java.io.IOException
ServerResponseException - the server responded with an error code. This is likely a protocol violation.java.io.IOException - an i/o error occured
public void setProperty(java.lang.String property,
int value)
throws ServerResponseException,
java.io.IOException
ServerResponseException - the server responded with an error code. This is likely a protocol violation.java.io.IOException - an i/o error occured
public void setSendTime(java.util.Date sendTime)
throws ServerResponseException,
java.io.IOException
sendTime - ServerResponseException - the server responded with an error code. This is likely a protocol violation.java.io.IOException - an i/o error occured
public void setSendTime(java.lang.String sendTime)
throws ServerResponseException,
java.io.IOException
sendTime - ServerResponseException - the server responded with an error code. This is likely a protocol violation.java.io.IOException - an i/o error occured
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||