org.jboss.test.lock.test
Class EnterpriseEntityTest.Task

java.lang.Object
  extended byorg.jboss.test.lock.test.EnterpriseEntityTest.Task
All Implemented Interfaces:
java.lang.Cloneable
Enclosing class:
EnterpriseEntityTest (src)

public abstract class EnterpriseEntityTest.Task
extends java.lang.Object
implements java.lang.Cloneable

#Description of the Class


Constructor Summary
EnterpriseEntityTest.Task()
           
 
Method Summary
 java.lang.Object clone()
          #Description of the Method
abstract  void run(java.lang.String name, int i)
          Main processing method for the Task object
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnterpriseEntityTest.Task

public EnterpriseEntityTest.Task()
Method Detail

run

public abstract void run(java.lang.String name,
                         int i)
                  throws java.lang.Exception
Main processing method for the Task object

Parameters:
name - Description of Parameter
i - Description of Parameter
Throws:
java.lang.Exception - Description of Exception

clone

public java.lang.Object clone()
#Description of the Method

Returns:
Description of the Returned Value