ch.ethz.jvmai |
|
Java Source File Name | Type | Comment |
CannotSetWatchException.java | Class | Exception class CannotSetWatchException signals that the aspect-interface was
unable to set a watch on a field or method. |
CatchClauseSignature.java | Interface | |
ClassSpecific.java | Interface | Interface ClassSpecific used for JoinPointRequests and
JoinPointEvents that are class specific. |
CodeJoinPoint.java | Interface | Code Join Points are join-points that can occur within the
execution of a method. |
ConstructorJoinPoint.java | Interface | Class ConstructorJoinPoint represents a joinpoint
where a constructor is called. |
ExceptionCatchJoinPoint.java | Interface | ExceptionCatchJoinPoint represents a joinpoint denoting the catching of an exception. |
ExceptionJoinPoint.java | Interface | Abstract class ExceptionJoinPoint represents a
joinpoint denoting the throwing of an exception. |
FieldAccessJoinPoint.java | Interface | Class FieldAccessJoinPoint represents a joinpoint where
a field is accessed. |
FieldJoinPoint.java | Interface | Abstract class FieldJoinPoint represents a joinpoint
related to a field. |
FieldModificationJoinPoint.java | Interface | Class FieldModificationJoinPoint represents a joinpoint
where a field is modified. |
FieldSignature.java | Interface | FieldSignature class. |
IlligalClassFormatException.java | Class | Thrown by HotSwap advise weaving aspect interface when the class file bytes that
should redefine an existing class with an instrumented version of it are
invalide. |
InvalidIdException.java | Class | Exception class InvalidIdException signals that an invalid id has been
passed as argument to a method of the info- or aspect-interface. |
JoinPoint.java | Interface | Abstract class JoinPoint is the base-class
for a set of JoinPoint-classes. |
JoinPointHook.java | Class | Interface JoinPointHook represents a listener for
jvmai-events. |
JoinPointKinds.java | Interface | Class JoinPointKinds contains the masks and kinds for join-points. |
JoinPointStaticPart.java | Interface | |
JVMAIException.java | Class | Exception class JVMAIException signals a general jvmai-exception. |
JVMAIRuntimeException.java | Class | Exception class JVMAIRuntimeException signals a runtime-exception
in the jvmai-system. |
JVMAspectInterface.java | Interface | Interface JVMAspectInterface represents the
aspect-interface to the jvmai-system. |
MethodEntryJoinPoint.java | Interface | MethodEntryJoinPoint is a CodeJoinPoint that corresponds
to the beginning of the execution of a method. |
MethodExitJoinPoint.java | Interface | MethodExitJoinPoint is a CodeJoinPoint that corresponds
to the termination of the execution of a method. |
MethodRedefineJoinPoint.java | Interface | Join point at method boundaries to redefine the method. |
MethodSignature.java | Interface | MethodSignature class. |
MethodWeaver.java | Interface | |
NotInitializedException.java | Class | Exception class NotInitializedException signals that the jvmai-system has not
been started and initialized yet. |
Provider.java | Class | Class Provider builds the connection between the
jvmai-system and the user-application. |
RedefineWeaver.java | Interface | RedefineWeaver interface. |
Signature.java | Interface | Signature defines ... |
StartupException.java | Class | Exception class StartupException signals that a problem occured while starting
and initializing the jvmai-system by calling JVMAIAspectInterface.startup(...) . |
SunBCELRepositoryInterface.java | Interface | Interface SunBCELRepositoryInterface extends the
aspect-interface of the Sun Execution
Monitors to the jvmai-system. |
UnmodifiableClassException.java | Class | Thrown by HotSwap advice weaver aspect interface, if one of the classes that should
be redefined may not be modified. |
WatchAlreadySetException.java | Class | Exception class WatchAlreadySetException signals that a request for setting
a watch couldn't be processed because there was already a watch on the
specified joinpoint (field access, field modification, method entry, ...). |
WatchNotSetException.java | Class | Exception class WatchNotSetException signals that a request for removing a
watch couldn't be processed because there was no watch at all at the
specified joinpoint (field access, field modification, method entry ...). |