| |
|
| java.lang.Object org.netbeans.lib.profiler.wireprotocol.Command
All known Subclasses: org.netbeans.lib.profiler.wireprotocol.RootClassLoadedCommand, org.netbeans.lib.profiler.wireprotocol.ClassLoadedCommand, org.netbeans.lib.profiler.wireprotocol.EventBufferDumpedCommand, org.netbeans.lib.profiler.wireprotocol.GetMethodNamesForJMethodIdsCommand, org.netbeans.lib.profiler.wireprotocol.SetUnchangeableInstrParamsCommand, org.netbeans.lib.profiler.wireprotocol.GetClassIdCommand, org.netbeans.lib.profiler.wireprotocol.GetDefiningClassLoaderCommand, org.netbeans.lib.profiler.wireprotocol.MethodLoadedCommand, org.netbeans.lib.profiler.wireprotocol.AsyncMessageCommand, org.netbeans.lib.profiler.wireprotocol.InitiateInstrumentationCommand, org.netbeans.lib.profiler.wireprotocol.MethodInvokedFirstTimeCommand, org.netbeans.lib.profiler.wireprotocol.SetChangeableInstrParamsCommand, org.netbeans.lib.profiler.wireprotocol.InstrumentMethodGroupCommand, org.netbeans.lib.profiler.wireprotocol.TakeHeapDumpCommand,
Command | public class Command (Code) | | Base class for all Commands, i.e. wire protocol messages that can be sent by both client and
server at any moment. Some Commands contain nothing but their type, and therefore instances of
this Command class can be used to transfer them. Others contain additional information, and
therefore specialized subclasses of Command are used for them.
author: Misha Dmitriev |
CHECK_CONNECTION | final public static int CHECK_CONNECTION(Code) | | |
CLASS_LOADED | final public static int CLASS_LOADED(Code) | | |
CLASS_LOADER_UNLOADING | final public static int CLASS_LOADER_UNLOADING(Code) | | |
CPU_RESULTS_EXIST | final public static int CPU_RESULTS_EXIST(Code) | | |
DEACTIVATE_INJECTED_CODE | final public static int DEACTIVATE_INJECTED_CODE(Code) | | |
DEINSTRUMENT_REFLECTION | final public static int DEINSTRUMENT_REFLECTION(Code) | | |
DETACH | final public static int DETACH(Code) | | |
DUMP_EXISTING_RESULTS | final public static int DUMP_EXISTING_RESULTS(Code) | | |
DUMP_EXISTING_RESULTS_LIVE | final public static int DUMP_EXISTING_RESULTS_LIVE(Code) | | |
EVENT_BUFFER_DUMPED | final public static int EVENT_BUFFER_DUMPED(Code) | | |
GET_CLASSID | final public static int GET_CLASSID(Code) | | |
GET_CODE_REGION_CPU_RESULTS | final public static int GET_CODE_REGION_CPU_RESULTS(Code) | | |
GET_DEFINING_CLASS_LOADER | final public static int GET_DEFINING_CLASS_LOADER(Code) | | |
GET_INTERNAL_STATS | final public static int GET_INTERNAL_STATS(Code) | | |
GET_METHOD_NAMES_FOR_JMETHOD_IDS | final public static int GET_METHOD_NAMES_FOR_JMETHOD_IDS(Code) | | |
GET_MONITORED_NUMBERS | final public static int GET_MONITORED_NUMBERS(Code) | | |
GET_OBJECT_ALLOCATION_RESULTS | final public static int GET_OBJECT_ALLOCATION_RESULTS(Code) | | |
GET_STORED_CALIBRATION_DATA | final public static int GET_STORED_CALIBRATION_DATA(Code) | | |
GET_THREAD_LIVENESS_STATUS | final public static int GET_THREAD_LIVENESS_STATUS(Code) | | |
GET_VM_PROPERTIES | final public static int GET_VM_PROPERTIES(Code) | | |
INITIATE_INSTRUMENTATION | final public static int INITIATE_INSTRUMENTATION(Code) | | |
INSTRUMENT_METHOD_GROUP | final public static int INSTRUMENT_METHOD_GROUP(Code) | | |
INSTRUMENT_REFLECTION | final public static int INSTRUMENT_REFLECTION(Code) | | |
MESSAGE | final public static int MESSAGE(Code) | | |
METHOD_INVOKED_FIRST_TIME | final public static int METHOD_INVOKED_FIRST_TIME(Code) | | |
METHOD_LOADED | final public static int METHOD_LOADED(Code) | | |
RESET_PROFILER_COLLECTORS | final public static int RESET_PROFILER_COLLECTORS(Code) | | |
RESULTS_AVAILABLE | final public static int RESULTS_AVAILABLE(Code) | | |
RESUME_TARGET_APP | final public static int RESUME_TARGET_APP(Code) | | |
ROOT_CLASS_LOADED | final public static int ROOT_CLASS_LOADED(Code) | | |
RUN_CALIBRATION_AND_GET_DATA | final public static int RUN_CALIBRATION_AND_GET_DATA(Code) | | |
RUN_GC | final public static int RUN_GC(Code) | | |
SET_CHANGEABLE_INSTR_PARAMS | final public static int SET_CHANGEABLE_INSTR_PARAMS(Code) | | |
SET_UNCHANGEABLE_INSTR_PARAMS | final public static int SET_UNCHANGEABLE_INSTR_PARAMS(Code) | | |
SHUTDOWN_COMPLETED | final public static int SHUTDOWN_COMPLETED(Code) | | |
SHUTDOWN_INITIATED | final public static int SHUTDOWN_INITIATED(Code) | | |
SHUTDOWN_OK | final public static int SHUTDOWN_OK(Code) | | |
START_TARGET_APP | final public static int START_TARGET_APP(Code) | | |
STILL_ALIVE | final public static int STILL_ALIVE(Code) | | |
SUSPEND_TARGET_APP | final public static int SUSPEND_TARGET_APP(Code) | | |
TAKE_HEAP_DUMP | final public static int TAKE_HEAP_DUMP(Code) | | |
TAKE_SNAPSHOT | final public static int TAKE_SNAPSHOT(Code) | | |
TERMINATE_TARGET_JVM | final public static int TERMINATE_TARGET_JVM(Code) | | |
Command | public Command(int type)(Code) | | |
cmdTypeToString | public static String cmdTypeToString(int type)(Code) | | |
getType | public int getType()(Code) | | |
setType | void setType(int type)(Code) | | |
|
|
|