org.jbpm.persistence
Interface PersistenceService

All Superinterfaces:
java.io.Serializable, Service
All Known Implementing Classes:
DbPersistenceService, JtaDbPersistenceService

public interface PersistenceService
extends Service


Method Summary
 void assignId(java.lang.Object object)
           
 ContextSession getContextSession()
           
 java.lang.Object getCustomSession(java.lang.Class sessionClass)
           
 GraphSession getGraphSession()
           
 JobSession getJobSession()
           
 LoggingSession getLoggingSession()
           
 TaskMgmtSession getTaskMgmtSession()
           
 boolean isRollbackOnly()
          Deprecated. call TxService.isRollbackOnly() instead
 void setGraphSession(GraphSession graphSession)
           
 void setJobSession(JobSession jobSession)
           
 void setLoggingSession(LoggingSession loggingSession)
           
 void setRollbackOnly()
          Deprecated. call TxService.setRollbackOnly() instead
 void setRollbackOnly(boolean isRollbackOnly)
          Deprecated. call TxService.setRollbackOnly() instead
 void setTaskMgmtSession(TaskMgmtSession taskMgmtSession)
           
 
Methods inherited from interface org.jbpm.svc.Service
close
 

Method Detail

assignId

void assignId(java.lang.Object object)

getGraphSession

GraphSession getGraphSession()

getLoggingSession

LoggingSession getLoggingSession()

getJobSession

JobSession getJobSession()

getContextSession

ContextSession getContextSession()

getTaskMgmtSession

TaskMgmtSession getTaskMgmtSession()

getCustomSession

java.lang.Object getCustomSession(java.lang.Class sessionClass)

isRollbackOnly

boolean isRollbackOnly()
Deprecated. call TxService.isRollbackOnly() instead


setRollbackOnly

void setRollbackOnly()
Deprecated. call TxService.setRollbackOnly() instead


setRollbackOnly

void setRollbackOnly(boolean isRollbackOnly)
Deprecated. call TxService.setRollbackOnly() instead


setGraphSession

void setGraphSession(GraphSession graphSession)

setLoggingSession

void setLoggingSession(LoggingSession loggingSession)

setJobSession

void setJobSession(JobSession jobSession)

setTaskMgmtSession

void setTaskMgmtSession(TaskMgmtSession taskMgmtSession)


Copyright © 2010 JBoss Community. All Rights Reserved.