Class DefaultAiInvocationContext<T>

java.lang.Object
com.aispect.core.engine.runtime.context.DefaultAiInvocationContext<T>
Type Parameters:
T - The expected return value type of the method
All Implemented Interfaces:
AiInvocationContext<T>

public class DefaultAiInvocationContext<T> extends Object implements AiInvocationContext<T>
The default calling context implementation class belongs torunning phase (Runtime)Responsibilities.

Encapsulates runtime information such as target objects, methods, parameters and environment variables, It also provides the ability to continue executing native logic (proceed())ability. Created every time a method is intercepted, the life cycle is bound to a single call.