Package io.cryostat.agent
Class Agent
- java.lang.Object
-
- io.cryostat.agent.Agent
-
-
Constructor Summary
Constructors Constructor Description Agent()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(io.cryostat.agent.AgentArgs args)static voidagentmain(String args, Instrumentation instrumentation)Integercall()static voidmain(String[] args)static voidpremain(String args, Instrumentation instrumentation)
-
-
-
Method Detail
-
main
public static void main(String[] args)
-
call
public Integer call() throws IOException, AttachNotSupportedException, AgentInitializationException, AgentLoadException, URISyntaxException
- Specified by:
callin interfaceCallable<Integer>- Throws:
IOExceptionAttachNotSupportedExceptionAgentInitializationExceptionAgentLoadExceptionURISyntaxException
-
premain
public static void premain(String args, Instrumentation instrumentation)
-
agentmain
public static void agentmain(String args, Instrumentation instrumentation)
-
-