Uses of Class
org.drools.persistence.info.SessionInfo

Packages that use SessionInfo
org.drools.persistence   
org.drools.persistence.jpa   
org.drools.persistence.map   
 

Uses of SessionInfo in org.drools.persistence
 

Methods in org.drools.persistence that return SessionInfo
 SessionInfo PersistenceContext.findSessionInfo(Integer id)
           
 

Methods in org.drools.persistence with parameters of type SessionInfo
 void PersistenceContext.persist(SessionInfo entity)
           
 

Constructors in org.drools.persistence with parameters of type SessionInfo
SingleSessionCommandService.EndOperationListenerImpl(SessionInfo info)
           
 

Uses of SessionInfo in org.drools.persistence.jpa
 

Methods in org.drools.persistence.jpa that return SessionInfo
 SessionInfo JpaPersistenceContext.findSessionInfo(Integer id)
           
 

Methods in org.drools.persistence.jpa with parameters of type SessionInfo
 void JpaPersistenceContext.persist(SessionInfo entity)
           
 

Uses of SessionInfo in org.drools.persistence.map
 

Methods in org.drools.persistence.map that return SessionInfo
 SessionInfo KnowledgeSessionStorage.findSessionInfo(Integer sessionId)
           
 SessionInfo MapBasedPersistenceContext.findSessionInfo(Integer sessionId)
           
 

Methods in org.drools.persistence.map that return types with arguments of type SessionInfo
 List<SessionInfo> NonTransactionalPersistentSession.getStoredKnowledgeSessions()
           
 List<SessionInfo> MapBasedPersistenceContext.getStoredKnowledgeSessions()
           
 

Methods in org.drools.persistence.map with parameters of type SessionInfo
 void MapBasedPersistenceContext.persist(SessionInfo entity)
           
 void KnowledgeSessionStorage.saveOrUpdate(SessionInfo storedObject)
           
 



Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.