i_sessionpersistenceplugin.java

来自「java开源的企业总线.xmlBlaster」· Java 代码 · 共 24 行

JAVA
24
字号
/*------------------------------------------------------------------------------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 + =
减小字号Ctrl + -
显示快捷键?