Compoze Software, Inc.

com.compoze.trigger
Class ScheduleRequest


java.lang.Object

  |

  +--com.compoze.trigger.ScheduleRequest

All Implemented Interfaces:
ITriggerRequest, java.io.Serializable

public class ScheduleRequest
extends java.lang.Object
implements ITriggerRequest, java.io.Serializable

This class represents a request to schedule a trigger on the trigger notification server.

See Also:
Serialized Form

Constructor Summary
ScheduleRequest(Trigger trigger)
          Constructor.
 
Method Summary
 Trigger getTrigger()
          Get the trigger.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScheduleRequest


public ScheduleRequest(Trigger trigger)
Constructor.
Parameters:
trigger - the trigger
Method Detail

getTrigger


public Trigger getTrigger()
Get the trigger.
Returns:
the trigger

Compoze Software, Inc.

Copyright ©1999-2001 Compoze Software, Inc. All rights reserved.