Oracle Fusion Middleware
Oracle WebLogic Server 10.3.1 API Reference
11g Release 1 (10.3.1)

Part Number E13941-02

weblogic.wsee.jaxws
Class MonitoringStatMap

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<String,weblogic.wsee.monitoring.OperationStats>
          extended by weblogic.wsee.jaxws.MonitoringStatMap
All Implemented Interfaces:
Serializable, Cloneable, Map<String,weblogic.wsee.monitoring.OperationStats>

public class MonitoringStatMap
extends HashMap<String,weblogic.wsee.monitoring.OperationStats>

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Constructor Summary
MonitoringStatMap(weblogic.management.runtime.WseeRuntimeMBean runtimeMBean, com.sun.xml.ws.api.server.WSEndpoint<?> endpoint)
           
 
Method Summary
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

MonitoringStatMap

public MonitoringStatMap(weblogic.management.runtime.WseeRuntimeMBean runtimeMBean,
                         com.sun.xml.ws.api.server.WSEndpoint<?> endpoint)

Documentation is available at
http://download.oracle.com/docs/cd/E12839_01/web.1111/wls.htm
Copyright 1996, 2009, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server 10.3.1 API Reference
11g Release 1 (10.3.1)

Part Number E13941-02