com.alibaba.dubbo.rpc
Class StaticContext

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.concurrent.ConcurrentHashMap<Object,Object>
          extended by com.alibaba.dubbo.rpc.StaticContext
All Implemented Interfaces:
Serializable, ConcurrentMap<Object,Object>, Map<Object,Object>

public class StaticContext
extends ConcurrentHashMap<Object,Object>

系统存储,内部类.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Method Summary
static StaticContext getContext(String name)
           
static String getKey(Map<String,String> paras, String methodName, String suffix)
           
static String getKey(URL url, String methodName, String suffix)
           
 String getName()
           
static StaticContext getSystemContext()
           
static StaticContext remove(String name)
           
 
Methods inherited from class java.util.concurrent.ConcurrentHashMap
clear, contains, containsKey, containsValue, elements, entrySet, get, isEmpty, keys, keySet, put, putAll, putIfAbsent, remove, remove, replace, replace, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Method Detail

getSystemContext

public static StaticContext getSystemContext()

getContext

public static StaticContext getContext(String name)

remove

public static StaticContext remove(String name)

getKey

public static String getKey(URL url,
                            String methodName,
                            String suffix)

getKey

public static String getKey(Map<String,String> paras,
                            String methodName,
                            String suffix)

getName

public String getName()


Copyright © 2012–2017 Alibaba. All rights reserved.