org.apache.ws.util.work
Class WorkEventImpl

java.lang.Object
  extended byorg.apache.ws.util.work.WorkEventImpl
All Implemented Interfaces:
commonj.work.WorkEvent

public class WorkEventImpl
extends java.lang.Object
implements commonj.work.WorkEvent

LOG-DONE DOCUMENT_ME

Version:
$Revision: 1.5 $
Author:
$author$

Field Summary
 
Fields inherited from interface commonj.work.WorkEvent
WORK_ACCEPTED, WORK_COMPLETED, WORK_REJECTED, WORK_STARTED
 
Constructor Summary
WorkEventImpl(int type, commonj.work.WorkItem work)
           
WorkEventImpl(commonj.work.WorkException exception, int type, commonj.work.WorkItem work)
           
 
Method Summary
 commonj.work.WorkException getException()
           
 int getType()
           
 commonj.work.WorkItem getWorkItem()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkEventImpl

public WorkEventImpl(int type,
                     commonj.work.WorkItem work)
Parameters:
type -
work -

WorkEventImpl

public WorkEventImpl(commonj.work.WorkException exception,
                     int type,
                     commonj.work.WorkItem work)
Parameters:
exception -
type -
work -
Method Detail

getException

public commonj.work.WorkException getException()
Specified by:
getException in interface commonj.work.WorkEvent

getType

public int getType()
Specified by:
getType in interface commonj.work.WorkEvent

getWorkItem

public commonj.work.WorkItem getWorkItem()
Specified by:
getWorkItem in interface commonj.work.WorkEvent


Copyright © 2004-2005 Apache Software Foundation. All Rights Reserved.