Represents a method entry event and any associated data.
Represents a method entry event and any associated data.
Constructs a stream of method entry events for the specified class and method.
Constructs a stream of method entry events for the specified class and method.
The full name of the class/object/trait containing the method to watch
The name of the method to watch
The additional JDI arguments to provide
The stream of method entry events
Constructs a stream of method entry events for the specified class and method.
Constructs a stream of method entry events for the specified class and method.
The full name of the class/object/trait containing the method to watch
The name of the method to watch
The additional JDI arguments to provide
The stream of method entry events and any retrieved data based on requests from extra arguments
Determines if there is any method entry request for the specified class method that is pending.
Determines if there is any method entry request for the specified class method that is pending.
The full name of the class/object/trait containing the method being watched
The name of the method being watched
True if there is at least one method entry request with the specified name in the specified class that is pending, otherwise false
Determines if there is any method entry request for the specified class method with matching arguments that is pending.
Determines if there is any method entry request for the specified class method with matching arguments that is pending.
The full name of the class/object/trait containing the method being watched
The name of the method being watched
The additional arguments provided to the specific method entry request
True if there is at least one method entry request with the specified name and arguments in the specified class that is pending, otherwise false
Retrieves the collection of active and pending method entry requests.
Retrieves the collection of active and pending method entry requests.
The collection of information on method entry requests
Creates a new pipeline of method entry events and data using the given arguments.
Creates a new pipeline of method entry events and data using the given arguments. The pipeline is NOT memoized; therefore, each call creates a new pipeline with a new underlying event handler feeding the pipeline. This means that the pipeline needs to be properly closed to remove the event handler.
The id of the request whose events to stream through the new pipeline
The additional event arguments to provide to the event handler feeding the new pipeline
The new method entry event and data pipeline
Creates a new function used for closing generated pipelines.
Creates a new function used for closing generated pipelines.
The id of the request
The arguments associated with the request
The new function for closing the pipeline
Creates a new method entry request using the given arguments.
Creates a new method entry request using the given arguments. The request is memoized, meaning that the same request will be returned for the same arguments. The memoized result will be thrown out if the underlying request storage indicates that the request has been removed.
The id of the created method entry request
Used to generate new request ids to capture request/event matches.
Used to generate new request ids to capture request/event matches.
The new id as a string
Removes all method entry requests.
Removes all method entry requests.
The collection of information about removed method entry requests
Removes all method entry requests for the specified class method with the specified extra arguments.
Removes all method entry requests for the specified class method with the specified extra arguments.
The full name of the class/object/trait containing the method being watched
The name of the method being watched
the additional arguments provided to the specific method entry request
Some information about the removed request if it existed, otherwise None
Removes all method entry requests for the specified class method.
Removes all method entry requests for the specified class method.
The full name of the class/object/trait containing the method being watched
The name of the method being watched
The collection of information about removed method entry requests
Constructs a stream of method entry events for the specified class and method.
Constructs a stream of method entry events for the specified class and method.
The full name of the class/object/trait containing the method to watch
The name of the method to watch
The additional JDI arguments to provide
The stream of method entry events
Constructs a stream of method entry events for the specified class and method.
Constructs a stream of method entry events for the specified class and method.
The full name of the class/object/trait containing the method to watch
The name of the method to watch
The additional JDI arguments to provide
The stream of method entry events and any retrieved data based on requests from extra arguments
Removes all method entry requests.
Removes all method entry requests.
Success containing the collection of information about removed method entry requests, otherwise a failure
Removes all method entry requests for the specified class method with the specified extra arguments.
Removes all method entry requests for the specified class method with the specified extra arguments.
The full name of the class/object/trait containing the method being watched
The name of the method being watched
the additional arguments provided to the specific method entry request
Success containing Some information if it existed (or None if it did not), otherwise a failure
Removes all method entry requests for the specified class method.
Removes all method entry requests for the specified class method.
The full name of the class/object/trait containing the method being watched
The name of the method being watched
Success containing the collection of information about removed method entry requests, otherwise a failure
Represents a pure profile for method entry that adds no extra logic on top of the standard JDI.