📄 i_sessionpersistenceplugin.java
字号:
/*------------------------------------------------------------------------------Name: I_SessionPersitencePlugin.javaProject: xmlBlaster.orgCopyright: xmlBlaster.org, see xmlBlaster-LICENSE file------------------------------------------------------------------------------*/package org.xmlBlaster.engine;import org.xmlBlaster.authentication.I_ClientListener;import org.xmlBlaster.util.plugin.I_Plugin;/** * I_SessionPersitencePlugin provides the interface for the storage for both sessions * and subscriptions. * * @author <a href="mailto:michele@laghi.eu">Michele Laghi</a> */public interface I_SessionPersistencePlugin extends I_Plugin, I_ClientListener, I_SubscriptionListener { /** this is the string idenitfying this plugin: it is the one specified in the plugin configuration */ public final static String ID="sessionPersistence";}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -