The manager used to create access watchpoint requests
The manager used to retrieve information about classes and their respective fields
Retrieves the list of access watchpoints contained by this manager.
Retrieves the list of access watchpoints contained by this manager.
The collection of access watchpoint request information
Retrieves the list of access watchpoints contained by this manager.
Retrieves the list of access watchpoints contained by this manager.
The collection of access watchpoints by id
Creates a new access watchpoint request for the specified field using the field's name.
Creates a new access watchpoint request for the specified field using the field's name.
The name of the class containing the field
The name of the field to watch
Any additional arguments to provide to the request
Success(id) if successful, otherwise Failure
Creates a access watchpoint request based on the specified information.
Creates a access watchpoint request based on the specified information.
The information used to create the access watchpoint request
Success(id) if successful, otherwise Failure
Creates a new access watchpoint request for the specified field using the field's name.
Creates a new access watchpoint request for the specified field using the field's name.
The id of the request used to retrieve and delete it
The name of the class containing the field
The name of the field to watch
Any additional arguments to provide to the request
Success(id) if successful, otherwise Failure
Returns the collection of access watchpoint requests representing the access watchpoint for the specified field.
Returns the collection of access watchpoint requests representing the access watchpoint for the specified field.
The name of the class containing the field
The name of the field to watch
Some collection of access watchpoints for the field, or None if the specified field has no access watchpoints
Retrieves the access watchpoint request using the specified id.
Retrieves the access watchpoint request using the specified id.
The id of the Access Watchpoint Request
Some access watchpoint request if it exists, otherwise None
Determines if a access watchpoint request with the specified field.
Determines if a access watchpoint request with the specified field.
The name of the class containing the field
The name of the field to watch
True if a access watchpoint request with the id exists, otherwise false
Determines if a access watchpoint request with the specified id.
Determines if a access watchpoint request with the specified id.
The id of the Access Watchpoint Request
True if a access watchpoint request with the id exists, otherwise false
Generates an id for a new request.
Generates an id for a new request.
The id as a string
Removes the access watchpoint for the specified field.
Removes the access watchpoint for the specified field.
The name of the class containing the field
The name of the field to watch
True if successfully removed access watchpoint, otherwise false
Removes the access watchpoint request with the specified id.
Removes the access watchpoint request with the specified id.
The id of the Access Watchpoint Request
True if the access watchpoint request was removed (if it existed), otherwise false
Represents the manager for access watchpoint requests.