|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.dse.jxfsds.wosaptr.JxfsServiceJob
This class provides implementation of basic functionality for IJxfsServiceJob.
Field Summary | |
---|---|
static java.lang.String |
JXFS_COPYRIGHT
String containing the copyright for this class. |
static java.lang.String |
JXFS_VERSION_CONTROL
String containing version information for this class. |
Constructor Summary | |
---|---|
JxfsServiceJob(int controlId,
int operationId)
This constructor creates a JxfsServiceJob object. |
Method Summary | |
---|---|
int |
getControlId()
Gets the ID of the Device Control this job belongs to. |
int |
getIdentificationID()
Gets the identificationID of the asynchronous operation this job is performing. |
protected abstract java.lang.String |
getLogOrigin()
Get the log origin String for the service using this class. |
int |
getOperationID()
Gets the operationID that represents this kind of operation. |
void |
setIdentificationID(int id)
Sets the identificationID which is received from the IDFactory class. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.jxfs.forum.support.IJxfsServiceJob |
---|
cancel, execute |
Field Detail |
public static final java.lang.String JXFS_VERSION_CONTROL
public static final java.lang.String JXFS_COPYRIGHT
Constructor Detail |
public JxfsServiceJob(int controlId, int operationId)
controlId
- Control ID for this job.operationId
- for this kind of job.Method Detail |
public int getControlId()
getControlId
in interface com.jxfs.forum.support.IJxfsServiceJob
public int getIdentificationID()
getIdentificationID
in interface com.jxfs.forum.support.IJxfsServiceJob
protected abstract java.lang.String getLogOrigin()
public int getOperationID()
getOperationID
in interface com.jxfs.forum.support.IJxfsServiceJob
public void setIdentificationID(int id) throws com.jxfs.events.JxfsException
setIdentificationID
in interface com.jxfs.forum.support.IJxfsServiceJob
id
- Integer containing the identification id.
com.jxfs.events.JxfsException
- JXFS_E_PARAMETER_INVALID - invalid parameter,
|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |