return sessionManager.isAudit() && getTransacted();
}
public HermesAuditLog getAuditLog() throws JMSException {
try {
HermesAuditLog rval = (HermesAuditLog) auditLogTL.get();
if (rval == null) {
rval = new DefaultHermesLogImpl(this, sessionManager.getAuditDirectory(), true, true);
auditLogTL.set(rval);
}