Class RifeAgent

java.lang.Object
rife.instrument.RifeAgent

public class RifeAgent extends Object
The RIFE2 instrumentation agent will modify the bytecode of the classes that are loaded to provide new capabilities that are otherwise provided by the class-loader.

To activate the agent you need to execute the Java application with the proper argument, for example:

java -javaagent:/path/to/rife2-agent-[version].jar com.your.mainClass

The agent is packaged in its own jar file which should correspond to the RIFE2 version that you are using in your application.

Since:
1.0
  • Field Details

  • Constructor Details

    • RifeAgent

      public RifeAgent()
  • Method Details