org.apache.juddi.monitor
Class MonitorAdapter

java.lang.Object
  extended byorg.apache.juddi.monitor.MonitorAdapter
All Implemented Interfaces:
Monitor

public abstract class MonitorAdapter
extends java.lang.Object
implements Monitor

Author:
Anou Mana (anou_mana@users.sourceforge.net)

Field Summary
protected  MonitorData data
           
 
Constructor Summary
MonitorAdapter()
           
 
Method Summary
 void addMonitorFault(java.lang.String faultString)
           
protected  void init()
           
 void inspectMessageContext(org.apache.axis.MessageContext messageContext)
           
 void inspectRegistryObject(RegistryObject registryObject)
           
 void inspectUDDIRequest(org.w3c.dom.Element request)
           
abstract  void log()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

data

protected MonitorData data
Constructor Detail

MonitorAdapter

public MonitorAdapter()
Method Detail

init

protected void init()

inspectMessageContext

public void inspectMessageContext(org.apache.axis.MessageContext messageContext)
Specified by:
inspectMessageContext in interface Monitor

inspectUDDIRequest

public void inspectUDDIRequest(org.w3c.dom.Element request)
Specified by:
inspectUDDIRequest in interface Monitor

inspectRegistryObject

public void inspectRegistryObject(RegistryObject registryObject)
Specified by:
inspectRegistryObject in interface Monitor

addMonitorFault

public void addMonitorFault(java.lang.String faultString)
Specified by:
addMonitorFault in interface Monitor

log

public abstract void log()
Specified by:
log in interface Monitor


Copyright © 2003 Apache Software Foundation. All rights reserved.