Retrieves the list of class unload requests contained by this manager.
Retrieves the list of class unload requests contained by this manager.
The collection of class unload requests in the form of ids
Retrieves the class unload request using the specified id.
Retrieves the class unload request using the specified id.
The id of the Class Unload Request
Some class unload request if it exists, otherwise None
Retrieves the information for a class unload request with the specified id.
Retrieves the information for a class unload request with the specified id.
The id of the Class Unload Request
Some information about the request if it exists, otherwise None
Determines if a class unload request with the specified id.
Determines if a class unload request with the specified id.
The id of the Class Unload Request
True if a class unload request with the id exists, otherwise false
Creates a new class unload request.
Creates a new class unload request.
Any additional arguments to provide to the request
Success(id) if successful, otherwise Failure
Creates a new class unload request based on the specified information.
Creates a new class unload request based on the specified information.
The information used to create the class unload request
Success(id) if successful, otherwise Failure
Creates a new class unload request.
Creates a new class unload request.
The id of the request used to retrieve and delete it
Any additional arguments to provide to the request
Success(id) if successful, otherwise Failure
Disables pending support.
Disables pending support.
Enables pending support.
Enables pending support.
Indicates whether or not pending support is enabled.
Indicates whether or not pending support is enabled.
True if pending support enabled, otherwise false
Generates an id for a new request.
Generates an id for a new request.
The id as a string
Represents the manager used to store pending class unload requests and process them later.
Represents the manager used to store pending class unload requests and process them later.
Retrieves a list of pending class unload requests.
Retrieves a list of pending class unload requests.
The collection of class unload requests
Processes all pending class unload requests.
Processes all pending class unload requests.
The collection of successfully-processed class unload requests
Removes the specified class unload request.
Removes the specified class unload request.
The id of the Class Unload Request
True if the class unload request was removed (if it existed), otherwise false
Sets enablement of pending support to the specified value.
Sets enablement of pending support to the specified value.
True if enabling support, otherwise false
Provides pending class unload capabilities to an existing class unload manager.
Contains an internal pending action manager.