com.ibm.jbatch.tck.artifacts.specialized
Class MyBatchletWithPropertiesImpl

java.lang.Object
  extended by javax.batch.api.AbstractBatchlet
      extended by com.ibm.jbatch.tck.artifacts.specialized.MyBatchletWithPropertiesImpl
All Implemented Interfaces:
Batchlet

@Named(value="myBatchletWithPropertiesImpl")
public class MyBatchletWithPropertiesImpl
extends AbstractBatchlet


Field Summary
 java.lang.String batchletProp
           
static java.lang.String GOOD_EXIT_CODE
           
 java.lang.String myDefaultProp1
           
 java.lang.String myProperty2
           
 java.lang.String mySubmittedProp
           
 
Constructor Summary
MyBatchletWithPropertiesImpl()
           
 
Method Summary
 java.lang.String process()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GOOD_EXIT_CODE

public static java.lang.String GOOD_EXIT_CODE

myProperty2

@Inject
public java.lang.String myProperty2

myDefaultProp1

@Inject
public java.lang.String myDefaultProp1

mySubmittedProp

@Inject
public java.lang.String mySubmittedProp

batchletProp

@Inject
public java.lang.String batchletProp
Constructor Detail

MyBatchletWithPropertiesImpl

public MyBatchletWithPropertiesImpl()
Method Detail

process

public java.lang.String process()
                         throws java.lang.Exception
Specified by:
process in interface Batchlet
Specified by:
process in class AbstractBatchlet
Throws:
java.lang.Exception

stop

public void stop()
          throws java.lang.Exception
Specified by:
stop in interface Batchlet
Overrides:
stop in class AbstractBatchlet
Throws:
java.lang.Exception


Copyright © 2013. All Rights Reserved.