|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.websphere.batch.BatchLogger
public class BatchLogger
This api enables a Batch Step EJB to log a message to the Job log at runtime.
Constructor Summary | |
---|---|
BatchLogger()
|
Method Summary | |
---|---|
void |
log(java.lang.String jobid,
java.lang.String message)
This method is called by a Batch Step EJB to log a message to the Batch Job Log Message stream. |
void |
logToFile(java.lang.String jobid,
java.lang.String message)
This method is called by a Batch Step EJB to log a message to the Batch Job Log File. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BatchLogger()
Method Detail |
---|
public void log(java.lang.String jobid, java.lang.String message)
jobid
- - The ID of the job associated with the Batch Step EJB.message
- - The message to be logged to the Batch Job Log Message stream.public void logToFile(java.lang.String jobid, java.lang.String message)
jobid
- - The ID of the job associated with the Batch Step EJB.message
- - The message to be logged to the Batch Job Log File.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |