|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.websphere.batch.BatchJobStepKey
public class BatchJobStepKey
This is the Key class for a Batch Step EJB. The Batch Execution Environment uses this Key to identify a batch step EJB.
Field Summary | |
---|---|
java.lang.String |
jobID
Implementation field for persistent attribute: jobID |
java.lang.String |
stepID
Implementation field for persistent attribute: stepID |
Constructor Summary | |
---|---|
BatchJobStepKey()
Creates an empty key for the Entity Bean. |
|
BatchJobStepKey(java.lang.String jobID,
java.lang.String stepID)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object otherKey)
Returns true if both keys are equal. |
int |
hashCode()
Returns the hash code for the key. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String jobID
public java.lang.String stepID
Constructor Detail |
---|
public BatchJobStepKey()
public BatchJobStepKey(java.lang.String jobID, java.lang.String stepID)
Method Detail |
---|
public boolean equals(java.lang.Object otherKey)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |