FileDocCategorySizeDatePackage
LogUpcallTarget.javaAPI DocGlassfish v2 API3284Fri May 04 22:36:38 BST 2007com.sun.jts.CosTransactions

LogUpcallTarget

public interface LogUpcallTarget
The LogUpcallTarget interface provides an operation that the log will call in the event it goes short-on-storage. This class must be sub-classed in order to implement the method that will handle the situation.
version
0.01
author
Simon Holdsworth, IBM Corporation
see

Fields Summary
Constructors Summary
Methods Summary
public voidupcall(int reason)
This is the upcall which is called by the log file.

param
return
see