LogUpcallTargetpublic 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. |
Methods Summary |
---|
public void | upcall(int reason)This is the upcall which is called by the log file.
|
|