solar.service.fork.comm
Class TaskFinishEvent

java.lang.Object
  |
  +--solar.impl.AbstractAttributeRecord
        |
        +--solar.impl.SerializedEvent
              |
              +--solar.service.fork.comm.TaskFinishEvent
All Implemented Interfaces:
Adu, AttributeRecord, Event, ForkConstants, java.io.Serializable, SolarConstants

public class TaskFinishEvent
extends SerializedEvent
implements ForkConstants

Notification of task finished.

Version:
$Id: TaskFinishEvent.java,v 1.1 2003/10/08 21:55:23 glchen Exp $
Author:
Guanling Chen
See Also:
Serialized Form

Field Summary
 
Fields inherited from class solar.impl.AbstractAttributeRecord
_attributes
 
Fields inherited from interface solar.service.fork.ForkConstants
FORK_TASK
 
Fields inherited from interface solar.api.Event
EVENT_PLAIN, EVENT_SERIALIZED
 
Fields inherited from interface solar.SolarConstants
ADVERTISEMENT_SVID, ATTRIBUTE_RECORD_SVID, ATTRIBUTE_SVID, FILTER_CONFIG_SVID, FILTER_SPEC_SVID, GRAPH_SPEC_SVID, GUID_SVID, HEADER_SVID, ID_SVID, NAME_RECORD_SVID, PACK_POLICY_SVID, PIPE_SPEC_SVID, REQUEST_SVID, RPCACK_SVID
 
Constructor Summary
TaskFinishEvent(Event evt)
           
TaskFinishEvent(Task task)
           
 
Method Summary
 Task getTask()
           
static boolean isTaskFinishEvent(Event evt)
           
 
Methods inherited from class solar.impl.SerializedEvent
equals, getEncoding, toBytes, toString
 
Methods inherited from class solar.impl.AbstractAttributeRecord
getAttribute, getAttributes, getAttributes, getKeys, getValue, getValues, getValues
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface solar.api.AttributeRecord
getAttribute, getAttributes, getAttributes, getKeys, getValue, getValues, getValues
 

Constructor Detail

TaskFinishEvent

public TaskFinishEvent(Task task)

TaskFinishEvent

public TaskFinishEvent(Event evt)
Method Detail

getTask

public Task getTask()

isTaskFinishEvent

public static boolean isTaskFinishEvent(Event evt)