xmlBlaster 2.2.0 API

org.xmlBlaster.engine
Interface I_SessionPersistencePlugin

All Superinterfaces:
java.util.EventListener, I_ClientListener, I_Plugin, I_SubscriptionListener
All Known Implementing Classes:
SessionPersistencePlugin

public interface I_SessionPersistencePlugin
extends I_Plugin, I_ClientListener, I_SubscriptionListener

I_SessionPersitencePlugin provides the interface for the storage for both sessions and subscriptions.

Author:
Michele Laghi

Field Summary
static java.lang.String ID
          this is the string idenitfying this plugin: it is the one specified in the plugin configuration
 
Fields inherited from interface org.xmlBlaster.engine.I_SubscriptionListener
PRIO_01, PRIO_05, PRIO_10
 
Method Summary
 
Methods inherited from interface org.xmlBlaster.util.plugin.I_Plugin
getType, getVersion, init, shutdown
 
Methods inherited from interface org.xmlBlaster.authentication.I_ClientListener
sessionAdded, sessionPreRemoved, sessionRemoved, sessionUpdated, subjectAdded, subjectRemoved
 
Methods inherited from interface org.xmlBlaster.engine.I_SubscriptionListener
getPriority, subscriptionAdd, subscriptionRemove
 

Field Detail

ID

static final java.lang.String ID
this is the string idenitfying this plugin: it is the one specified in the plugin configuration

See Also:
Constant Field Values

xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.