cisco.uc.cuae.legacy
Class TimerFacility.TimerFireOptions

java.lang.Object
  extended by cisco.uc.cuae.legacy.TimerFacility.TimerFireOptions
All Implemented Interfaces:
java.io.Serializable
Enclosing interface:
TimerFacility

public static class TimerFacility.TimerFireOptions
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 java.lang.String partition
          Name of the partition from which the event is triggered.
 java.lang.String timerId
          The ID of the timer, which is generated by the Timer Provider.
 java.lang.String timerUserData
          This is the same value specified in the TimerUserData action parameter in the AddTriggerTimer or AddNonTriggerTimer actions.
 
Constructor Summary
TimerFacility.TimerFireOptions()
          Constructs the TimerFireOptions.
TimerFacility.TimerFireOptions(java.lang.String timerId, java.lang.String timerUserData, java.lang.String partition)
          Constructs the TimerFireOptions.
 
Method Summary
 java.lang.String getPartition()
          Gets the value.
 java.lang.String getTimerId()
          Gets the value.
 java.lang.String getTimerUserData()
          Gets the value.
 void setPartition(java.lang.String value)
          Sets the value.
 void setTimerId(java.lang.String value)
          Sets the value.
 void setTimerUserData(java.lang.String value)
          Sets the value.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

timerId

public java.lang.String timerId
The ID of the timer, which is generated by the Timer Provider. This value can be used later to cancel the timer with the RemoveTimer action.


timerUserData

public java.lang.String timerUserData
This is the same value specified in the TimerUserData action parameter in the AddTriggerTimer or AddNonTriggerTimer actions.


partition

public java.lang.String partition
Name of the partition from which the event is triggered.

Constructor Detail

TimerFacility.TimerFireOptions

public TimerFacility.TimerFireOptions()
Constructs the TimerFireOptions. Don't init any fields.


TimerFacility.TimerFireOptions

public TimerFacility.TimerFireOptions(java.lang.String timerId,
                                      java.lang.String timerUserData,
                                      java.lang.String partition)
Constructs the TimerFireOptions.

Parameters:
timerId - The ID of the timer, which is generated by the Timer Provider. This value timerId can be used later to cancel the timer with the RemoveTimer action. timerId
timerUserData - This is the same value specified in the TimerUserData action parameter in timerUserData the AddTriggerTimer or AddNonTriggerTimer actions. timerUserData
partition - Name of the partition from which the event is triggered.
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getTimerId

public java.lang.String getTimerId()
Gets the value. The ID of the timer, which is generated by the Timer Provider. This value can be used later to cancel the timer with the RemoveTimer action.

Returns:
the value.

setTimerId

public void setTimerId(java.lang.String value)
Sets the value. The ID of the timer, which is generated by the Timer Provider. This value can be used later to cancel the timer with the RemoveTimer action.

Parameters:
value - the value.

getTimerUserData

public java.lang.String getTimerUserData()
Gets the value. This is the same value specified in the TimerUserData action parameter in the AddTriggerTimer or AddNonTriggerTimer actions.

Returns:
the value.

setTimerUserData

public void setTimerUserData(java.lang.String value)
Sets the value. This is the same value specified in the TimerUserData action parameter in the AddTriggerTimer or AddNonTriggerTimer actions.

Parameters:
value - the value.

getPartition

public java.lang.String getPartition()
Gets the value. Name of the partition from which the event is triggered.

Returns:
the value.

setPartition

public void setPartition(java.lang.String value)
Sets the value. Name of the partition from which the event is triggered.

Parameters:
value - the value.


Copyright © 2010. All Rights Reserved.