removeAll()

The system function JavaLib.removeAll removes all identifiers and objects from the EGL Java™ object space. JavaLib.removeAll is one of several Java access functions.

  JavaLib.removeAll( )

No runtime errors are associated with JavaLib.removeAll.

Note: By invoking the system functions JavaLib.remove and JavaLib.removeAll, your code allows the Java Virtual Machine to handle garbage collection in the EGL Java object space. If you do not invoke a system function to remove an object from the object space, the memory is not recovered during the run time of any program that has access to the object space.

Related concepts

Related tasks
Syntax diagram for EGL statements and commands

Related reference
EGL library JavaLib

getField()
invoke()
isNull()
isObjID()
qualifiedTypeName()
remove()
setField()
store()
storeCopy()
storeField()
storeNew()

Feedback
(C) Copyright IBM Corporation 2000, 2005. All Rights Reserved.