jsr352.tck.specialized
Class MyBatchletWithPropertiesImpl

java.lang.Object
  extended by jsr352.tck.specialized.MyBatchletWithPropertiesImpl

@Named(value="MyBatchletWithProperties")
public class MyBatchletWithPropertiesImpl
extends Object


Field Summary
 String batchletProp
           
static String GOOD_EXIT_CODE
           
 String myDefaultProp1
           
 String myProperty2
           
 String mySubmittedProp
           
 String mySystemProp
           
 
Constructor Summary
MyBatchletWithPropertiesImpl()
           
 
Method Summary
 void cancel()
           
 String process()
           
 
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 String GOOD_EXIT_CODE

myProperty2

public String myProperty2

myDefaultProp1

public String myDefaultProp1

mySubmittedProp

public String mySubmittedProp

mySystemProp

public String mySystemProp

batchletProp

public String batchletProp
Constructor Detail

MyBatchletWithPropertiesImpl

public MyBatchletWithPropertiesImpl()
Method Detail

process

public String process()
               throws Exception
Throws:
Exception

cancel

public void cancel()
            throws Exception
Throws:
Exception


Copyright © 2012. All Rights Reserved.