Skip navigation links

Oracle Communications Service Broker
SAL API Reference Reference
Release 6.0

E26227-01


com.convergin.common.sal.ext.api
Interface ApplicationTimer


public interface ApplicationTimer

Timer object interface to handle timer operation once scheduled


Method Summary
 void cancel()
          cancel the timer operation
 java.lang.String getId()
          return a unique identifier for this timer
 java.io.Serializable getInfo()
          return the info that was placed on this timer
 SalApplicationSession getSalApplicationSession()
          return the application session that is associated with this timer

 

Method Detail

getId

java.lang.String getId()
return a unique identifier for this timer
Returns:
identifier

cancel

void cancel()
cancel the timer operation

getInfo

java.io.Serializable getInfo()
return the info that was placed on this timer
Returns:
info

getSalApplicationSession

SalApplicationSession getSalApplicationSession()
return the application session that is associated with this timer
Returns:
application session

Skip navigation links

Oracle Communications Service Broker
SAL API Reference Reference
Release 6.0

E26227-01


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.