public class VuContainerMessageWrapper extends Object
Modifier and Type | Method and Description |
---|---|
static int |
getAgent(Object vuContainerMessage) |
static int |
getAttribute(String name) |
static int |
getError(Object vuContainerMessage) |
static int |
getFirstVu(Object vuContainerMessage) |
static int |
getLastVu(Object vuContainerMessage) |
static int |
getMsg(Object vuContainerMessage) |
static int |
getVuContainer(Object vuContainerMessage) |
static Class<?> |
getVuContainerMessageClass() |
public static int getVuContainer(Object vuContainerMessage) throws NoSuchMethodException, IllegalAccessException, InvocationTargetException
public static int getAgent(Object vuContainerMessage) throws NoSuchMethodException, IllegalAccessException, InvocationTargetException
public static int getMsg(Object vuContainerMessage) throws NoSuchMethodException, IllegalAccessException, InvocationTargetException
public static int getError(Object vuContainerMessage) throws NoSuchMethodException, IllegalAccessException, InvocationTargetException
public static int getFirstVu(Object vuContainerMessage) throws NoSuchMethodException, IllegalAccessException, InvocationTargetException
public static int getLastVu(Object vuContainerMessage) throws NoSuchMethodException, IllegalAccessException, InvocationTargetException
public static int getAttribute(String name) throws NoSuchFieldException, IllegalAccessException
public static Class<?> getVuContainerMessageClass()
Copyright © 2016–2020. All rights reserved.