com.ibm.batch.container.jobinstance
Class RuntimeJobExecutionImpl

java.lang.Object
  extended by com.ibm.batch.container.jobinstance.RuntimeJobExecutionImpl

public class RuntimeJobExecutionImpl
extends Object


Method Summary
 long getExecutionId()
           
 long getInstanceId()
           
 JobContextImpl<?> getJobContext()
           
 JobInstance getJobInstance()
           
 Navigator<JSLJob> getJobNavigator()
           
 JobExecution getJobOperatorJobExecution()
           
 ListenerFactory getListenerFactory()
           
 String getRestartOn()
           
 String getStatus()
           
 void setListenerFactory(ListenerFactory listenerFactory)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getExecutionId

public long getExecutionId()

getInstanceId

public long getInstanceId()

getJobInstance

public JobInstance getJobInstance()

getJobNavigator

public Navigator<JSLJob> getJobNavigator()

getJobContext

public JobContextImpl<?> getJobContext()

getRestartOn

public String getRestartOn()

toString

public String toString()
Overrides:
toString in class Object

getListenerFactory

public ListenerFactory getListenerFactory()

setListenerFactory

public void setListenerFactory(ListenerFactory listenerFactory)

getJobOperatorJobExecution

public JobExecution getJobOperatorJobExecution()

getStatus

public String getStatus()


Copyright © 2013. All Rights Reserved.