Uses of Class
org.jbpm.db.LoggingSession

Packages that use LoggingSession
org.jbpm central access to the jbpm database and other services. 
org.jbpm.db provides access the to jBPM database. 
org.jbpm.persistence base persistence classes. 
org.jbpm.persistence.db standalone DB implementation classes for the PersistenceService. 
 

Uses of LoggingSession in org.jbpm
 

Methods in org.jbpm that return LoggingSession
 LoggingSession JbpmContext.getLoggingSession()
          more logging related database access.
 

Uses of LoggingSession in org.jbpm.db
 

Fields in org.jbpm.db declared as LoggingSession
protected  LoggingSession AbstractDbTestCase.loggingSession
           
 

Methods in org.jbpm.db that return LoggingSession
 LoggingSession JbpmSession.getLoggingSession()
          Deprecated.  
 

Uses of LoggingSession in org.jbpm.persistence
 

Methods in org.jbpm.persistence that return LoggingSession
 LoggingSession PersistenceService.getLoggingSession()
           
 

Methods in org.jbpm.persistence with parameters of type LoggingSession
 void PersistenceService.setLoggingSession(LoggingSession loggingSession)
           
 

Uses of LoggingSession in org.jbpm.persistence.db
 

Fields in org.jbpm.persistence.db declared as LoggingSession
protected  LoggingSession DbPersistenceService.loggingSession
           
 

Methods in org.jbpm.persistence.db that return LoggingSession
 LoggingSession DbPersistenceService.getLoggingSession()
           
 

Methods in org.jbpm.persistence.db with parameters of type LoggingSession
 void DbPersistenceService.setLoggingSession(LoggingSession loggingSession)
           
 



Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.