Berkeley DB Java Edition
version 5.0.34

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 EnvironmentMutableConfig.getExceptionListener()
          Returns the exception listener, if set.
 

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


Berkeley DB Java Edition
version 5.0.34

Copyright (c) 2004-2011 Oracle. All rights reserved.