Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager
11g (11.1.1)

E10689-01


oracle.wsm.monitor
Class DMSInstrument

java.lang.Object
  extended by oracle.wsm.monitor.DMSInstrument


public class DMSInstrument
extends Object

Constructor Summary
DMSInstrument()
           

 

Method Summary
 void collectPolicyStatus(IPolicy policy, InvocationStatus invStatus)
           
 void collectSecurityStatus(IPolicy policy, InvocationStatus invStatus, String agentFunction, IMessageContext.STAGE stage)
           
 void init(String theTopologyNodeName, String theCategory)
           
 void logSensorsOfAllPolicyNameVer(Map<String,Map<String,oracle.dms.instrument.Event>> sensorMaps)
          utility method for development time logging/debugging
 void logSensorsOfAPolicyNameVer(Map<String,oracle.dms.instrument.Event> theSensorMap)
          utility method for development time logging/debugging

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

DMSInstrument

public DMSInstrument()

Method Detail

init

public void init(String theTopologyNodeName,
                 String theCategory)
          throws MonitorException
Throws:
MonitorException

collectSecurityStatus

public void collectSecurityStatus(IPolicy policy,
                                  InvocationStatus invStatus,
                                  String agentFunction,
                                  IMessageContext.STAGE stage)
                           throws MonitorException
Throws:
MonitorException

collectPolicyStatus

public void collectPolicyStatus(IPolicy policy,
                                InvocationStatus invStatus)
                         throws MonitorException
Throws:
MonitorException

logSensorsOfAPolicyNameVer

public void logSensorsOfAPolicyNameVer(Map<String,oracle.dms.instrument.Event> theSensorMap)
utility method for development time logging/debugging
Parameters:
theSensorMap -

logSensorsOfAllPolicyNameVer

public void logSensorsOfAllPolicyNameVer(Map<String,Map<String,oracle.dms.instrument.Event>> sensorMaps)
utility method for development time logging/debugging
Parameters:
sensorMaps -

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager
11g (11.1.1)

E10689-01


Copyright © 2007, 2009, Oracle and/or its affiliates. All rights reserved.