Tabnine Logo
RequestHandler
Code IndexAdd Tabnine to your IDE (free)

How to use
RequestHandler
in
scouter.agent.netio.request.anotation

Best Java code snippets using scouter.agent.netio.request.anotation.RequestHandler (Showing top 20 results out of 315)

origin: scouter-project/scouter

@RequestHandler(RequestCmd.OBJECT_RESET_CACHE)
public Pack getAgentCacheReseto(Pack param) {
  DataProxy.reset();
  return param;
}

origin: scouter-project/scouter

if (mapAn == null)
  continue;
String key = mapAn.value();
Invocation news = new Invocation(c.newInstance(), m[i], m[i].getParameterTypes());
Invocation olds = handlers.get(key);
origin: scouter-project/scouter

@RequestHandler(PSTACK_ON)
public Pack turnOn(Pack param) {
  MapPack p = (MapPack) param;
  long time = p.getLong("time");
  if (time <= 0) {
    MakeStack.pstack_requested = 0;
  } else {
    MakeStack.pstack_requested = System.currentTimeMillis() + time;
  }
  return param;
}
public static void main(String[] args) throws IOException {
origin: scouter-project/scouter

if (mapAn == null)
  continue;
String key = mapAn.value();
Invocation news = new Invocation(c.newInstance(), m[i], m[i].getParameterTypes());
Invocation olds = handlers.get(key);
origin: scouter-project/scouter

@RequestHandler(PSTACK_ON)
public Pack turnOn(Pack param) {
  MapPack p = (MapPack) param;
  long time = p.getLong("time");
  if (time <= 0) {
    MakeStack.pstack_requested = 0;
  } else {
    MakeStack.pstack_requested = System.currentTimeMillis() + time;
  }
  return param;
}
public static void main(String[] args) throws IOException {
origin: scouter-project/scouter

if (mapAn == null)
  continue;
String key = mapAn.value();
Invocation news = new Invocation(c.newInstance(), m[i], m[i].getParameterTypes());
Invocation olds = handlers.get(key);
origin: scouter-project/scouter

@RequestHandler(OBJECT_THREAD_DUMP)
public Pack threadDump(Pack param) {
  try {
    return ToolsMainFactory.threadDump(param);
  } catch (Throwable e) {
    e.printStackTrace();
  }
  return null;
}
@RequestHandler(TRIGGER_ACTIVE_SERVICE_LIST)
origin: scouter-project/scouter

if (mapAn == null)
  continue;
String key = mapAn.value();
Invocation news = new Invocation(c.newInstance(), m[i], m[i].getParameterTypes());
Invocation olds = handlers.get(key);
origin: scouter-project/scouter

@RequestHandler(OBJECT_THREAD_DUMP)
public Pack threadDump(Pack param) {
  try {
    return ToolsMainFactory.threadDump(param);
  } catch (Throwable e) {
    e.printStackTrace();
  }
  return null;
}
@RequestHandler(TRIGGER_ACTIVE_SERVICE_LIST)
origin: scouter-project/scouter

@RequestHandler(RequestCmd.OBJECT_RESET_CACHE)
public Pack getAgentCacheReseto(Pack param) {
  DataProxy.reset();
  return param;
}

origin: scouter-project/scouter

@RequestHandler(RequestCmd.OBJECT_HEAPHISTO)
public Pack heaphisto(Pack param) {
  try {
    return ToolsMainFactory.heaphisto(param);
  } catch (Throwable e) {
    e.printStackTrace();
  }
  return null;
}
origin: scouter-project/scouter

@RequestHandler(RequestCmd.OBJECT_HEAPHISTO)
public Pack heaphisto(Pack param) {
  try {
    return ToolsMainFactory.heaphisto(param);
  } catch (Throwable e) {
    e.printStackTrace();
  }
  return null;
}
origin: scouter-project/scouter

@RequestHandler(TRIGGER_ACTIVE_SERVICE_LIST)
public Pack triggerActiveServiceList(Pack param) {
  return DumpUtil.triggerActiveService();
}
origin: scouter-project/scouter

@RequestHandler(TRIGGER_ACTIVE_SERVICE_LIST)
public Pack triggerActiveServiceList(Pack param) {
  return DumpUtil.triggerActiveService();
}
origin: scouter-project/scouter

@RequestHandler(TRIGGER_THREAD_LIST)
public Pack triggerThreadList(Pack param) {
  return DumpUtil.triggerThreadList();
}
origin: scouter-project/scouter

@RequestHandler(RequestCmd.TRIGGER_HEAPHISTO)
public Pack tirgger_heaphisto(Pack param) {
  return DumpUtil.triggerHeapHisto();
}
origin: scouter-project/scouter

@RequestHandler(TRIGGER_THREAD_LIST)
public Pack triggerThreadList(Pack param) {
  return DumpUtil.triggerThreadList();
}
origin: scouter-project/scouter

@RequestHandler(RequestCmd.TRIGGER_HEAPHISTO)
public Pack tirgger_heaphisto(Pack param) {
  return DumpUtil.triggerHeapHisto();
}
origin: scouter-project/scouter

@RequestHandler(TRIGGER_THREAD_DUMP)
public Pack triggerThreadDump(Pack param) {
  return DumpUtil.triggerThreadDump();
}
origin: scouter-project/scouter

@RequestHandler(TRIGGER_THREAD_DUMP)
public Pack triggerThreadDump(Pack param) {
  return DumpUtil.triggerThreadDump();
}
scouter.agent.netio.request.anotationRequestHandler

Most used methods

  • <init>
  • value

Popular in Java

  • Running tasks concurrently on multiple threads
  • notifyDataSetChanged (ArrayAdapter)
  • onCreateOptionsMenu (Activity)
  • getResourceAsStream (ClassLoader)
  • Container (java.awt)
    A generic Abstract Window Toolkit(AWT) container object is a component that can contain other AWT co
  • InputStreamReader (java.io)
    A class for turning a byte stream into a character stream. Data read from the source input stream is
  • Calendar (java.util)
    Calendar is an abstract base class for converting between a Date object and a set of integer fields
  • Properties (java.util)
    A Properties object is a Hashtable where the keys and values must be Strings. Each property can have
  • Join (org.hibernate.mapping)
  • LoggerFactory (org.slf4j)
    The LoggerFactory is a utility class producing Loggers for various logging APIs, most notably for lo
  • Top PhpStorm plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now