Uses of Interface
com.sun.jdi.request.ClassUnloadRequest
Packages that use ClassUnloadRequest
Package
Description
This package is used to request that a JDI
event be sent under specified conditions.
-
Uses of ClassUnloadRequest in com.sun.jdi.request
Methods in com.sun.jdi.request that return ClassUnloadRequestModifier and TypeMethodDescriptionEventRequestManager.createClassUnloadRequest()
Creates a new disabledClassUnloadRequest
.Methods in com.sun.jdi.request that return types with arguments of type ClassUnloadRequestModifier and TypeMethodDescriptionEventRequestManager.classUnloadRequests()
Return an unmodifiable list of the enabled and disabled class unload requests.