com.bmc.arsys.api
Class Util
java.lang.Object
com.bmc.arsys.api.Util
- All Implemented Interfaces:
- Serializable
public class Util
- extends Object
- implements Serializable
The Util class
combines all the functions not related
to specific server objects into a "catch-all" class.
For all the methods in the Util
class,
there is a corresponding C API function.
You can read full descriptions of their functionality in the
C API Reference Guide.
- See Also:
- Serialized Form
Constructor Summary |
Util()
|
Method Summary |
static void |
clearMap(Map map)
dereference all references for a Map which contains JNI objects
we do not use map.clear() since we need to dereference all objects in the map. |
Util
public Util()
clearMap
public static void clearMap(Map map)
- dereference all references for a Map which contains JNI objects
we do not use map.clear() since we need to dereference all objects in the map.
? Copyright 2006, 2007 BMC Software, Inc.