cisco.uc.cuae.legacy
Interface TimerFacilityClient

All Superinterfaces:
CuaeCommon, CuaeCommonClient, TimerFacility
All Known Implementing Classes:
BaseTimerFacilityClient, RemoteTimerFacilityClient

public interface TimerFacilityClient
extends TimerFacility, CuaeCommonClient

A suite of actions and events that provide timers. Generated from CUAE provider package Metreos.Providers.TimerFacility


Nested Class Summary
 
Nested classes/interfaces inherited from interface cisco.uc.cuae.legacy.TimerFacility
TimerFacility.AddNonTriggerTimerOptions, TimerFacility.AddNonTriggerTimerResult, TimerFacility.AddTriggerTimerOptions, TimerFacility.AddTriggerTimerResult, TimerFacility.RemoveTimerOptions, TimerFacility.RemoveTimerResult, TimerFacility.TimerFireOptions
 
Nested classes/interfaces inherited from interface cisco.uc.cuae.legacy.CuaeCommon
CuaeCommon.CuaeResult
 
Nested classes/interfaces inherited from interface cisco.uc.cuae.legacy.CuaeCommon
CuaeCommon.CuaeResult
 
Method Summary
 void timerFire(java.lang.String sessionId, TimerFacility.TimerFireOptions options)
          The TimerFire event occurs when the timer created with either the AddTriggerTimer and AddNonTriggerTimer action fires.
 

Method Detail

timerFire

void timerFire(java.lang.String sessionId,
               TimerFacility.TimerFireOptions options)
The TimerFire event occurs when the timer created with either the AddTriggerTimer and AddNonTriggerTimer action fires.

Parameters:
sessionId - The session Id for this method call
options - An object holding all the optional parameters


Copyright © 2008. All Rights Reserved.