FileDocCategorySizeDatePackage
WorkAdapter.javaAPI DocGlassfish v2 API2959Fri May 04 22:35:38 BST 2007javax.resource.spi.work

WorkAdapter

public class WorkAdapter extends Object implements WorkListener
This class is provided as a convenience for easily creating WorkListener instances by extending this class and overriding only those methods of interest.
version
1.0
author
Ram Jeyaraman

Fields Summary
Constructors Summary
Methods Summary
public voidworkAccepted(WorkEvent e)
Invoked when a Work instance has been accepted.

public voidworkCompleted(WorkEvent e)
Invoked when a Work instance has completed execution.

public voidworkRejected(WorkEvent e)
Invoked when a Work instance has been rejected.

public voidworkStarted(WorkEvent e)
Invoked when a Work instance has started execution. This only means that a thread has been allocated.