| java.lang.Object org.netbeans.lib.profiler.wireprotocol.Response
All known Subclasses: org.netbeans.lib.profiler.wireprotocol.CalibrationDataResponse, org.netbeans.lib.profiler.wireprotocol.MethodNamesResponse, org.netbeans.lib.profiler.wireprotocol.ObjectAllocationResultsResponse, org.netbeans.lib.profiler.wireprotocol.DefiningLoaderResponse, org.netbeans.lib.profiler.wireprotocol.MonitoredNumbersResponse, org.netbeans.lib.profiler.wireprotocol.InstrumentMethodGroupResponse, org.netbeans.lib.profiler.wireprotocol.InternalStatsResponse, org.netbeans.lib.profiler.wireprotocol.GetClassIdResponse, org.netbeans.lib.profiler.wireprotocol.ThreadLivenessStatusResponse, org.netbeans.lib.profiler.wireprotocol.DumpResultsResponse, org.netbeans.lib.profiler.wireprotocol.CodeRegionCPUResultsResponse, org.netbeans.lib.profiler.wireprotocol.VMPropertiesResponse,
Response | public class Response (Code) | | Instances of this class are sent back by both client and back end (server) in response to some Commands.
An instance of the base Response class is used to signal just success or failure (with possible additional
error message). Instances of its subclasses are used to pass additional information.
author: Misha Dmitriev |
CALIBRATION_DATA | final public static int CALIBRATION_DATA(Code) | | |
CLASSID_RESPONSE | final public static int CLASSID_RESPONSE(Code) | | |
CODE_REGION_CPU_RESULTS | final public static int CODE_REGION_CPU_RESULTS(Code) | | |
DEFINING_LOADER | final public static int DEFINING_LOADER(Code) | | |
DUMP_RESULTS | final public static int DUMP_RESULTS(Code) | | |
INSTRUMENT_METHOD_GROUP | final public static int INSTRUMENT_METHOD_GROUP(Code) | | |
INTERNAL_STATS | final public static int INTERNAL_STATS(Code) | | |
METHOD_NAMES | final public static int METHOD_NAMES(Code) | | |
MONITORED_NUMBERS | final public static int MONITORED_NUMBERS(Code) | | |
NO_TYPE | final public static int NO_TYPE(Code) | | |
OBJECT_ALLOCATION_RESULTS | final public static int OBJECT_ALLOCATION_RESULTS(Code) | | |
THREAD_LIVENESS_STATUS | final public static int THREAD_LIVENESS_STATUS(Code) | | |
VM_PROPERTIES | final public static int VM_PROPERTIES(Code) | | |
yes | protected boolean yes(Code) | | |
Response | public Response(boolean yes)(Code) | | |
Response | protected Response(boolean yes, int type)(Code) | | |
Response | Response(int type)(Code) | | |
getType | public int getType()(Code) | | |
isOK | public boolean isOK()(Code) | | |
respTypeToString | static String respTypeToString(int type)(Code) | | |
setType | void setType(int type)(Code) | | |
setYes | void setYes(boolean yes)(Code) | | |
|
|