📄 iservicetimersessionlocal.java
字号:
/* * Generated by XDoclet - Do not edit! */package org.ejbca.core.ejb.services;/** * Local interface for ServiceTimerSession. */public interface IServiceTimerSessionLocal extends javax.ejb.EJBLocalObject{ /** * Loads and activates all the services from database that are active * @throws EJBException if a communication or other error occurs. */ public void load( ) ; /** * Cancels all existing timers a unload * @throws EJBException if a communication or other error occurs. */ public void unload( ) ; /** * Adds a timer to the bean, and cancels all existing timeouts for this id. * @param id the id of the timer * @throws EJBException if a communication or other error occurs. */ public void addTimer( long interval,java.lang.Integer id ) ; /** * cancels a timer with the given Id * @throws EJBException if a communication or other error occurs. */ public void cancelTimer( java.lang.Integer id ) ;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -