Package com.softwaremining.wrappers
Class CBLPointerManager
java.lang.Object
com.softwaremining.wrappers.CBLPointerManager
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
clearSessionPointers
(Long sessionId) This method provides the means to manually remove pointers associated with a session.static void
releaseResources
(Long sessionId, List<CBLPointer> listOfCBLPointers) Remove Pointer references associated with a Program (the program maintains its own listOfCBLPointers)
-
Constructor Details
-
CBLPointerManager
public CBLPointerManager()
-
-
Method Details
-
releaseResources
Remove Pointer references associated with a Program (the program maintains its own listOfCBLPointers)- Parameters:
sessionId
-listOfCBLPointers
-
-
clearSessionPointers
This method provides the means to manually remove pointers associated with a session.- Parameters:
sessionId
-
-