org.bibop.xml.xforge
Class MonitorsManager

java.lang.Object
  |
  +--org.bibop.xml.xforge.MonitorsManager

public class MonitorsManager
extends java.lang.Object


Constructor Summary
MonitorsManager()
           
 
Method Summary
static void clone(XForgeContext src, XForgeContext dest)
           
static void end(XForgeContext context)
           
static void error(XForgeContext context)
           
private static java.lang.Object get(XForgeContext context, java.lang.String name)
           
static java.util.List getMonitors(XForgeContext context)
           
static boolean hasChanged(XForgeContext context)
           
static boolean isMonitored(XForgeContext context)
           
static boolean isMonitorizable(XForgeContext context)
           
static void monitor(XForgeContext context, XForgeComponent component)
           
private static void put(XForgeContext context, java.lang.String name, java.lang.Object obj)
           
static void setMonitors(XForgeContext context, java.util.List monitors)
           
static void start(XForgeContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MonitorsManager

public MonitorsManager()
Method Detail

error

public static void error(XForgeContext context)
                  throws XForgeException
XForgeException

start

public static void start(XForgeContext context)
                  throws XForgeException
XForgeException

end

public static void end(XForgeContext context)
                throws XForgeException
XForgeException

monitor

public static void monitor(XForgeContext context,
                           XForgeComponent component)
                    throws XForgeException
XForgeException

getMonitors

public static java.util.List getMonitors(XForgeContext context)
                                  throws XForgeException
XForgeException

setMonitors

public static void setMonitors(XForgeContext context,
                               java.util.List monitors)
                        throws XForgeException
XForgeException

isMonitorizable

public static boolean isMonitorizable(XForgeContext context)
                               throws XForgeException
XForgeException

isMonitored

public static boolean isMonitored(XForgeContext context)
                           throws XForgeException
XForgeException

clone

public static void clone(XForgeContext src,
                         XForgeContext dest)
                  throws XForgeException
XForgeException

hasChanged

public static boolean hasChanged(XForgeContext context)
                          throws XForgeException
XForgeException

get

private static java.lang.Object get(XForgeContext context,
                                    java.lang.String name)
                             throws XForgeException
XForgeException

put

private static void put(XForgeContext context,
                        java.lang.String name,
                        java.lang.Object obj)
                 throws XForgeException
XForgeException


Copyright © 2003 Bibop Research International. All Rights Reserved.