xmlBlaster 2.2.0 API

Uses of Interface
org.xmlBlaster.engine.admin.I_AdminSession

Packages that use I_AdminSession
org.xmlBlaster.authentication   
org.xmlBlaster.contrib.replication   
org.xmlBlaster.contrib.replication.impl   
org.xmlBlaster.engine.admin   
org.xmlBlaster.engine.dispatch   
 

Uses of I_AdminSession in org.xmlBlaster.authentication
 

Subinterfaces of I_AdminSession in org.xmlBlaster.authentication
 interface SessionInfoProtectorMBean
          Export methods for JMX.
 

Classes in org.xmlBlaster.authentication that implement I_AdminSession
 class SessionInfoProtector
          SessionInfoProtector protects SessionInfo.java from direct access by administrative tasks.
 

Methods in org.xmlBlaster.authentication that return I_AdminSession
(package private)  I_AdminSession SubjectInfo.getSessionByPubSessionId(long pubSessionId)
          Find a session by its public session ID.
 I_AdminSession SubjectInfoProtector.getSessionByPubSessionId(long pubSessionId)
           
 

Uses of I_AdminSession in org.xmlBlaster.contrib.replication
 

Methods in org.xmlBlaster.contrib.replication that return I_AdminSession
private  I_AdminSession ReplSlave.getSession()
           
 

Uses of I_AdminSession in org.xmlBlaster.contrib.replication.impl
 

Methods in org.xmlBlaster.contrib.replication.impl that return I_AdminSession
 I_AdminSession ReplManagerPlugin.getMasterSession(java.lang.String replicationPrefix)
           
 I_AdminSession ReplManagerPlugin.getSession(java.lang.String sessionId)
           
 

Uses of I_AdminSession in org.xmlBlaster.engine.admin
 

Methods in org.xmlBlaster.engine.admin that return I_AdminSession
 I_AdminSession I_AdminSubject.getSessionByPubSessionId(long pubSessionId)
          Navigate to a session instance.
 

Uses of I_AdminSession in org.xmlBlaster.engine.dispatch
 

Fields in org.xmlBlaster.engine.dispatch declared as I_AdminSession
private  I_AdminSession CbDispatchConnection.session
           
 

Methods in org.xmlBlaster.engine.dispatch that return I_AdminSession
 I_AdminSession CbDispatchConnection.getAdminSession()
           
 


xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.