Codota Logo
InvocationSequenceHook.saveDataObject
Code IndexAdd Codota to your IDE (free)

How to use
saveDataObject
method
in
rocks.inspectit.agent.java.sensor.method.invocationsequence.InvocationSequenceHook

Best Java code snippets using rocks.inspectit.agent.java.sensor.method.invocationsequence.InvocationSequenceHook.saveDataObject (Showing top 1 results out of 315)

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
Charset c =
  • Codota IconString charsetName;Charset.forName(charsetName)
  • Codota IconCharset.defaultCharset()
  • Codota IconContentType contentType;contentType.getCharset()
  • Smart code suggestions by Codota
}
origin: inspectIT/inspectIT

/**
 * {@inheritDoc}
 */
@Override
public void addDefaultData(DefaultData defaultData) {
  if (null == threadLocalInvocationData.get()) {
    LOG.error("thread data NULL!!!!");
    return;
  }
  saveDataObject(defaultData);
  // delegate to real core service in case of the span
  if (AbstractSpan.class.isAssignableFrom(defaultData.getClass())) {
    realCoreService.addDefaultData(defaultData);
  }
}
rocks.inspectit.agent.java.sensor.method.invocationsequenceInvocationSequenceHooksaveDataObject

Javadoc

Save the data objects which are coming from all the different sensor types in the current invocation tracer context.

Popular methods of InvocationSequenceHook

  • <init>
    The default constructor is initialized with a reference to the original ICoreServiceimplementation t
  • asyncSpanContextCreated
  • beforeBody
  • firstAfterBody
  • secondAfterBody
  • addDefaultData
  • afterConstructor
  • beforeConstructor
  • checkForSavingOrNot
    This checks if the invocation has to be saved or not (like the min duration is set and the invocatio
  • removeDueToExceptionDelegation
    Returns if the given InvocationSequenceData should be removed due to the exception constructor deleg
  • removeDueToNoData
    Returns if the given InvocationSequenceData should be removed due to no data. Can be in case of * th
  • skip
    Defines if the invocation container should skip the creation and processing of the invocation for th
  • removeDueToNoData,
  • skip

Popular in Java

  • Making http requests using okhttp
  • findViewById (Activity)
  • getSharedPreferences (Context)
  • notifyDataSetChanged (ArrayAdapter)
  • Point (java.awt)
    A point representing a location in (x, y) coordinate space, specified in integer precision.
  • ConnectException (java.net)
    A ConnectException is thrown if a connection cannot be established to a remote host on a specific po
  • HttpURLConnection (java.net)
    An URLConnection for HTTP (RFC 2616 [http://tools.ietf.org/html/rfc2616]) used to send and receive d
  • SQLException (java.sql)
    An exception that indicates a failed JDBC operation. It provides the following information about pro
  • TimeZone (java.util)
    TimeZone represents a time zone offset, and also figures out daylight savings. Typically, you get a
  • Reference (javax.naming)
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now