Uses of Class
org.modeshape.jboss.managed.ManagedSession

Packages that use ManagedSession
org.modeshape.jboss.managed   
 

Uses of ManagedSession in org.modeshape.jboss.managed
 

Fields in org.modeshape.jboss.managed with type parameters of type ManagedSession
static Comparator<ManagedSession> ManagedSession.SORT_BY_USER
          A sorter for when sessions need to be sorted by user name.
 

Methods in org.modeshape.jboss.managed that return types with arguments of type ManagedSession
 List<ManagedSession> ManagedRepository.listSessions()
          Obtains all the repository sessions sorted by user name.
 List<ManagedSession> ManagedRepository.listSessions(Comparator<ManagedSession> sessionSorter)
          Obtains all the repository sessions sorted by the specified sorter.
 

Method parameters in org.modeshape.jboss.managed with type arguments of type ManagedSession
 List<ManagedSession> ManagedRepository.listSessions(Comparator<ManagedSession> sessionSorter)
          Obtains all the repository sessions sorted by the specified sorter.
 



Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.