com.beasys.commerce.axiom.util
Interface ToolkitConstants

All Known Implementing Classes:
JNDIHelper, WebLogicHelper

Deprecated

@Deprecated
public interface ToolkitConstants

Toolkit specific constants.


Field Summary
static int DEFAULT_ID_CACHE
          Deprecated The default cache size for ids.
static String DEFAULT_ID_PROCEDURE
          Deprecated The default property value for the 'sequence' stored procedure.
static String DEFAULT_JDBC_POOL_NAME
          Deprecated Default JDBC Connection pool value.
static String DEFAULT_JTS_POOL_NAME
          Deprecated Default JDBC Connection pool value.
static int DEFAULT_LOGGING_LEVEL
          Deprecated The defeault logging level.
static String DEFAULT_WEBLOGIC_HOST
          Deprecated The default system property value for the weblogic host.
static String DEFAULT_WEBLOGIC_PORT
          Deprecated The default system property value for the weblogic port.
static String ID_CACHE
          Deprecated The cache size for ids property name.
static String ID_PROCEDURE
          Deprecated The property name for the 'sequence' stored procedure.
static String JDBC_POOL_NAME
          Deprecated JDBC Connection pool property name.
static String JTS_POOL_NAME
          Deprecated JDBC Connection pool property name.
static int LOG_DEBUG
          Deprecated Debugging logging level.
static int LOG_ERROR
          Deprecated Error logging level.
static int LOG_FATAL
          Deprecated Fatal logging level.
static int LOG_INFO
          Deprecated Informational logging level.
static int LOG_SECURITY
          Deprecated Security logging level.
static int LOG_WARNING
          Deprecated Warning logging level.
static String LOGGING_LEVEL
          Deprecated The property for determining the minimum logging level.
static String WEBLOGIC_HOST
          Deprecated System property name for the weblogic host.
static String WEBLOGIC_PORT
          Deprecated System property name for the weblogic port.
 

Field Detail

WEBLOGIC_HOST

static final String WEBLOGIC_HOST
Deprecated 
System property name for the weblogic host.

See Also
Constants Summary

DEFAULT_WEBLOGIC_HOST

static final String DEFAULT_WEBLOGIC_HOST
Deprecated 
The default system property value for the weblogic host.

See Also
Constants Summary

WEBLOGIC_PORT

static final String WEBLOGIC_PORT
Deprecated 
System property name for the weblogic port.

See Also
Constants Summary

DEFAULT_WEBLOGIC_PORT

static final String DEFAULT_WEBLOGIC_PORT
Deprecated 
The default system property value for the weblogic port.

See Also
Constants Summary

LOG_DEBUG

static final int LOG_DEBUG
Deprecated 
Debugging logging level.

See Also
Constants Summary

LOG_INFO

static final int LOG_INFO
Deprecated 
Informational logging level.

See Also
Constants Summary

LOG_WARNING

static final int LOG_WARNING
Deprecated 
Warning logging level.

See Also
Constants Summary

LOG_ERROR

static final int LOG_ERROR
Deprecated 
Error logging level.

See Also
Constants Summary

LOG_FATAL

static final int LOG_FATAL
Deprecated 
Fatal logging level.

See Also
Constants Summary

LOG_SECURITY

static final int LOG_SECURITY
Deprecated 
Security logging level.

See Also
Constants Summary

LOGGING_LEVEL

static final String LOGGING_LEVEL
Deprecated 
The property for determining the minimum logging level.

See Also
Constants Summary

DEFAULT_LOGGING_LEVEL

static final int DEFAULT_LOGGING_LEVEL
Deprecated 
The defeault logging level.

See Also
Constants Summary

JDBC_POOL_NAME

static final String JDBC_POOL_NAME
Deprecated 
JDBC Connection pool property name.

See Also
Constants Summary

DEFAULT_JDBC_POOL_NAME

static final String DEFAULT_JDBC_POOL_NAME
Deprecated 
Default JDBC Connection pool value.

See Also
Constants Summary

JTS_POOL_NAME

static final String JTS_POOL_NAME
Deprecated 
JDBC Connection pool property name.

See Also
Constants Summary

DEFAULT_JTS_POOL_NAME

static final String DEFAULT_JTS_POOL_NAME
Deprecated 
Default JDBC Connection pool value.

See Also
Constants Summary

ID_CACHE

static final String ID_CACHE
Deprecated 
The cache size for ids property name.

See Also
Constants Summary

DEFAULT_ID_CACHE

static final int DEFAULT_ID_CACHE
Deprecated 
The default cache size for ids.

See Also
Constants Summary

ID_PROCEDURE

static final String ID_PROCEDURE
Deprecated 
The property name for the 'sequence' stored procedure.

See Also
Constants Summary

DEFAULT_ID_PROCEDURE

static final String DEFAULT_ID_PROCEDURE
Deprecated 
The default property value for the 'sequence' stored procedure.

See Also
Constants Summary


Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.