KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > resource > spi > work > WorkEvent

javax.resource.spi.work
Class WorkEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byjavax.resource.spi.work.WorkEvent
All Implemented Interfaces:
Serializable
See Also:
Top Examples, Source Code

public WorkException getException()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public long getStartDuration()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getType()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Work getWork()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public WorkEvent(Object source,
                 int type,
                 Work work,
                 WorkException exc)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public WorkEvent(Object source,
                 int type,
                 Work work,
                 WorkException exc,
                 long startDuration)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int WORK_ACCEPTED
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int WORK_COMPLETED
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int WORK_REJECTED
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int WORK_STARTED
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags