Uses of Interface
ome.services.sessions.stats.SessionStats

Packages that use SessionStats
ome.security.basic Basic OMERO security contextual classes Basic classes that provide security context objects necessary to secure the implementation of the OMERO server on a JBoss platform. 
ome.services.sessions   
ome.services.sessions.stats   
 

Uses of SessionStats in ome.security.basic
 

Methods in ome.security.basic that return SessionStats
 SessionStats CurrentDetails.getStats()
           
 

Constructors in ome.security.basic with parameters of type SessionStats
OmeroInterceptor(Roles roles, SystemTypes sysTypes, ExtendedMetadata em, CurrentDetails cd, TokenHolder tokenHolder, SessionStats stats)
           
 

Uses of SessionStats in ome.services.sessions
 

Methods in ome.services.sessions that return SessionStats
 SessionStats SessionManager.getSessionStats(String uuid)
          Return the SessionStats which are being counted for the given session or throw an exception if it has been removed.
 SessionStats SessionManagerImpl.getSessionStats(String uuid)
           
 SessionStats SessionContext.stats()
          Return a SessionStats implementation for this session.
 SessionStats SessionContextImpl.stats()
           
 

Constructors in ome.services.sessions with parameters of type SessionStats
SessionContextImpl(ome.model.meta.Session session, List<Long> lGroups, List<Long> mGroups, List<String> roles, SessionStats stats, Roles _roles, SessionContext previous)
           
SessionContextImpl(ome.model.meta.Session session, List<Long> lGroups, List<Long> mGroups, List<String> roles, SessionStats stats, SessionContext previous)
           
 

Uses of SessionStats in ome.services.sessions.stats
 

Classes in ome.services.sessions.stats that implement SessionStats
 class CurrentSessionStats
          Wrapper which delegates to a SessionStats instance acquired during construction.
 class DelegatingStats
          Delegates to a SessionStats which is acquired from DelegatingStats.stats().
 class NullSessionStats
          Implementation of SimpleStats which does nothing.
 class PerSessionStats
          Delegates to a SessionStats which is acquired on every method invocation.
 class PerThreadStats
          Delegates to a SessionStats which is acquired on every method invocation.
 class SimpleSessionStats
           
 

Methods in ome.services.sessions.stats that return SessionStats
 SessionStats CounterFactory.createStats()
           
protected  SessionStats[] CurrentSessionStats.stats()
           
protected  SessionStats[] DelegatingStats.stats()
          Intended to be overwritten by subclasses.
protected  SessionStats[] PerSessionStats.stats()
           
protected  SessionStats[] PerThreadStats.stats()
           
 

Constructors in ome.services.sessions.stats with parameters of type SessionStats
DelegatingStats(SessionStats[] stats)
           
 



OmeroJava Api

Version: 4.3.3-00d1137e-b2894

Copyright © 2009 The University of Dundee. All Rights Reserved.