IBM WebSphere Extended Deployment (XD)TM
Release 6.0

com.ibm.websphere.batch
BatchJobStepKey

java.lang.Object
  |
  +--com.ibm.websphere.batch.BatchJobStepKey
All Implemented Interfaces
Serializable


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
public  StringjobID
          
public  StringstepID
          

Constructor Summary
BatchJobStepKey()
           Creates an empty key for Entity Bean.
BatchJobStepKey(java.lang.String, java.lang.String)
          


Method Summary
public  booleanequals(java.lang.Object)
           Returns true if both keys are equal.
public  inthashCode()
           Returns the hash code for the key.

Inherited Methods

Methods inherited from java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait

Field Detail

jobID

public 
  jobID
Implementation field for persistent attribute: jobID

stepID

public 
  stepID
Implementation field for persistent attribute: stepID

Constructor Detail

BatchJobStepKey

public BatchJobStepKey( )
Creates an empty key for Entity Bean.


BatchJobStepKey

public BatchJobStepKey( String jobID,String stepID)
Parameters:


Method Detail

equals

public boolean equals(Object otherKey)
Returns true if both keys are equal.
Parameters:


hashCode

public int hashCode()
Returns the hash code for the key.


IBM WebSphere Extended Deployment (XD)TM
Release 6.0