salto.batch.appender
Interface IJdbcAppender

All Superinterfaces:
IBatchAppender, java.io.Serializable
All Known Implementing Classes:
JdbcAppender, JdbcErrorAppender

public interface IJdbcAppender
extends IBatchAppender

Interface that represents Logging in a Database.

Author:
Philippe Mouawad

Field Summary
static int EXCEPTION_MESSAGE_LENGTH
           
static int EXCEPTION_STACK_TRACE_LENGTH
           
 
Method Summary
 java.lang.Object clone()
          Les appenders doivent etre thread-safe.
 java.lang.String getJndiConnection()
          Returns the jndiConnection.
 void setJndiConnection(java.lang.String jndiConnection)
          Sets the jndiConnection.
 
Methods inherited from interface salto.batch.appender.IBatchAppender
batchEnded, batchEnded, batchResumed, batchStarted, copy, trtAdded, trtEnded, trtStarted, validate
 

Field Detail

EXCEPTION_MESSAGE_LENGTH

static final int EXCEPTION_MESSAGE_LENGTH
See Also:
Constant Field Values

EXCEPTION_STACK_TRACE_LENGTH

static final int EXCEPTION_STACK_TRACE_LENGTH
See Also:
Constant Field Values
Method Detail

clone

java.lang.Object clone()
Description copied from interface: IBatchAppender
Les appenders doivent etre thread-safe. Dans le cas des appenders utilisant des API non thread-safe, cas des drivers JDBC, il faut pouvoir cloner les appenders afin d'eviter les problemes lies aux acces concurrents.

Specified by:
clone in interface IBatchAppender
See Also:
Object.clone()

getJndiConnection

java.lang.String getJndiConnection()
Returns the jndiConnection.

Returns:
String

setJndiConnection

void setJndiConnection(java.lang.String jndiConnection)
Sets the jndiConnection.

Parameters:
jndiConnection - The jndiConnection to set


Copyright © 2005-2008 Ubik-Ingenierie. All Rights Reserved.