public class AgentMessageWrapper extends Object
Modifier and Type | Method and Description |
---|---|
static int |
getAgent(Object agentMessage) |
static Class<?> |
getAgentMessageClass() |
static int |
getAttribute(String name) |
static int |
getMsg(Object agentMessage) |
public static int getAgent(Object agentMessage) throws IllegalAccessException, InvocationTargetException, NoSuchMethodException
public static int getMsg(Object agentMessage) throws NoSuchMethodException, IllegalAccessException, InvocationTargetException
public static int getAttribute(String name) throws NoSuchFieldException, IllegalAccessException
public static Class<?> getAgentMessageClass()
Copyright © 2016–2020. All rights reserved.