⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 i_sessionpersistenceplugin.java

📁 java开源的企业总线.xmlBlaster
💻 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 + -