站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss JBPM 3.1.3 API 英文版文档

DbLoggingService (jbpm-3.1.3) - JBoss JBPM 3.1.3 API 英文版文档


org.jbpm.logging.db
Class DbLoggingService

java.lang.Object
  extended by org.jbpm.logging.db.DbLoggingService
All Implemented Interfaces:
java.io.Serializable, LoggingService, Service

public class DbLoggingService
extends java.lang.Object
implements LoggingService

See Also:
Serialized Form

Constructor Summary
DbLoggingService()
           
 
Method Summary
 void close()
           
 void log(ProcessLog processLog)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DbLoggingService

public DbLoggingService()
Method Detail

log

public void log(ProcessLog processLog)
Specified by:
log in interface LoggingService

close

public void close()
Specified by:
close in interface Service


Version : jbpm-3.1.3