| IBM WebSphere Extended Deployment (XD)TM
Release 6.0 |
java.lang.Object
|
+-- com.ibm.websphere.batch.BatchLogger
Constructor Summary | |
---|---|
BatchLogger()
|
Method Summary | |
---|---|
public
void | log(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.
|
Methods inherited from java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BatchLogger( | ) |
Method Detail |
public void log( | String jobid , | String message )
|
jobid
-
- The message to be logged to the Batch Job Log Message stream.
| IBM WebSphere Extended Deployment (XD)TM
Release 6.0 |