Berkeley DB Java Edition
version 3.1.0

Uses of Interface
com.sleepycat.je.ExceptionListener

Packages that use ExceptionListener
com.sleepycat.je Foundation for creating environments, databases and transactions; provides cursor based data access. 
 

Uses of ExceptionListener in com.sleepycat.je
 

Methods in com.sleepycat.je that return ExceptionListener
 ExceptionListener EnvironmentConfig.getExceptionListener()
          Returns the exception listener, if set.
 

Methods in com.sleepycat.je with parameters of type ExceptionListener
 void EnvironmentConfig.setExceptionListener(ExceptionListener exceptionListener)
          Sets the exception listener for an Environment.
 


Berkeley DB Java Edition
version 3.1.0

Copyright(c) 1996-2006 Oracle Corporation - All rights reserved.