GlobalVariableMap

Class

The map that holds global variables.

This is thread-safe.

Extends

ConcurrentHashMap

Modifiers

public

Constructors


new GlobalVariableMap ()

Constructor
No description is available for this element.
Return Type

GlobalVariableMap

Modifiers

public


Methods


setVariable (Object, Object)

Method
No description is available for this element.
IndexTypeName
1Objectname
2Objectvalue
Return Type

void

Modifiers

public static

deleteVariable (Object)

Method
No description is available for this element.
IndexTypeName
1Objectname
Return Type

void

Modifiers

public static

addVariable (Object, Object)

Method
No description is available for this element.
IndexTypeName
1Objectname
2Objectvalue
Return Type

void

Modifiers

public static

removeVariable (Object, Object)

Method
No description is available for this element.
IndexTypeName
1Objectname
2Objectvalue
Return Type

void

Modifiers

public static

getVariable (Object)

Method
No description is available for this element.
IndexTypeName
1Objectname
Return Type

Object

Modifiers

public static