Compoze Software, Inc.

com.compoze.trigger
Class RemoveRequest


java.lang.Object

  |

  +--com.compoze.trigger.RemoveRequest

All Implemented Interfaces:
ITriggerRequest, java.io.Serializable

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

This class represents a request to remove a trigger from the trigger notification server.

See Also:
Serialized Form

Constructor Summary
RemoveRequest(long lTriggerPK)
          Constructor.
 
Method Summary
 long getTriggerPK()
          Get the ID of the trigger to remove.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoveRequest


public RemoveRequest(long lTriggerPK)
Constructor.
Parameters:
lTriggerID - the trigger ID
Method Detail

getTriggerPK


public long getTriggerPK()
Get the ID of the trigger to remove.
Returns:
the trigger ID

Compoze Software, Inc.

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