[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]


Class TimerEventDescriptor

public class net.juniper.smgt.workflow.engine.adapters.TimerEventDescriptor 
extends net.juniper.smgt.workflow.engine.EventDescriptor

This is a timer event. The duetime property contains the instant that the work item requires the event to be issued by the adapter.


Constructor Detail

TimerEventDescriptor

public EMailEventDescriptor()

Method Detail

getDuetime

public long getDuetime()

Gets the due time.

Returns: long

setDuetime

public void setDuetime(long newDuetime)

Sets the due time.

Parameters: newDuetime - long


[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]