IBM WebSphere Extended Deployment (XD)TM
Release 6.0

com.ibm.websphere.batch
BatchLogger

java.lang.Object

  |
  +--      com.ibm.websphere.batch.BatchLogger



This api enables a Batch Step EJB to log a message to the Joblog at runtime.


Constructor Summary
BatchLogger()
          


Method Summary
public  voidlog(java.lang.String, java.lang.String)
           This method is called by a Batch Step EJB to log a message to the Batch Job Log Message stream.

Inherited Methods

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

Constructor Detail

BatchLogger

public BatchLogger( )


Method Detail

log

public void log(String jobid,String message)
This method is called by a Batch Step EJB to log a message to the Batch Job Log Message stream.
Parameters:
    jobid - - The message to be logged to the Batch Job Log Message stream.


IBM WebSphere Extended Deployment (XD)TM
Release 6.0