org.bibop.xml.xforge
Class XForgeMonitorContext

java.lang.Object
  |
  +--org.bibop.xml.xforge.XForgeMonitorContext
All Implemented Interfaces:
ContextEventListener, XForgeContext

public class XForgeMonitorContext
extends java.lang.Object
implements XForgeContext, ContextEventListener

Version:
1.0
Author:
Alberto Garoffolo

Constructor Summary
XForgeMonitorContext()
           
 
Method Summary
 void afterEnd()
           
 void afterStart()
           
 void beforeEnd()
           
 void beforeStart()
           
private  void debug(java.lang.String str)
           
 java.lang.String getContextId()
          Get the unique identifier of the current context.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XForgeMonitorContext

public XForgeMonitorContext()
Method Detail

beforeStart

public void beforeStart()
                 throws XForgeException
Specified by:
beforeStart in interface ContextEventListener
XForgeException

afterStart

public void afterStart()
                throws XForgeException
Specified by:
afterStart in interface ContextEventListener
XForgeException

beforeEnd

public void beforeEnd()
               throws XForgeException
Specified by:
beforeEnd in interface ContextEventListener
XForgeException

afterEnd

public void afterEnd()
              throws XForgeException
Specified by:
afterEnd in interface ContextEventListener
XForgeException

getContextId

public java.lang.String getContextId()
                              throws XForgeException
Get the unique identifier of the current context.

Specified by:
getContextId in interface XForgeContext
XForgeException

debug

private void debug(java.lang.String str)


Copyright © 2003 Bibop Research International. All Rights Reserved.