Berkeley DB Java Edition
version 3.2.76

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.2.76

Copyright 1996,2008 Oracle. All rights reserved.