Codota Logo
TrackingActivity.setLocation
Code IndexAdd Codota to your IDE (free)

How to use
setLocation
method
in
com.jkoolcloud.tnt4j.tracker.TrackingActivity

Best Java code snippets using com.jkoolcloud.tnt4j.tracker.TrackingActivity.setLocation (Showing top 4 results out of 315)

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
DateTime d =
  • Codota Iconnew DateTime()
  • Codota IconDateTimeFormatter formatter;String text;formatter.parseDateTime(text)
  • Codota IconObject instant;new DateTime(instant)
  • Smart code suggestions by Codota
}
origin: com.jkoolcloud/tnt4j

/**
 * Creates a logical application activity object with the specified signature.
 * 
 * @param level
 *            activity severity level
 * @param name
 *            activity name
 * @param signature
 *            activity signature
 * @param trk
 *            {@link Tracker} instance associated with this activity
 * @throws NullPointerException
 *             if the signature is {@code null}
 * @throws IllegalArgumentException
 *             if the signature is empty or is too long
 * @see #setTrackingId(String)
 */
protected TrackingActivity(OpLevel level, String name, String signature, TrackerImpl trk) {
  super(signature, name, trk.getSource());
  tracker = trk;
  setSeverity(level);
  setLocation(trk.getSource());
}
origin: com.jkoolcloud/tnt4j

/**
 * Creates a logical application activity object with the specified signature.
 * 
 * @param level
 *            activity severity level
 * @param name
 *            activity name
 * @param trk
 *            {@link Tracker} instance associated with this activity
 * @throws NullPointerException
 *             if the signature is {@code null}
 * @throws IllegalArgumentException
 *             if the signature is empty or is too long
 * @see #setTrackingId(String)
 */
protected TrackingActivity(OpLevel level, String name, TrackerImpl trk) {
  super(trk.newUUID(), name, trk.getSource());
  tracker = trk;
  setSeverity(level);
  setLocation(trk.getSource());
}
origin: com.jkoolcloud/jesl

curActivity.setLocation(loc);
origin: com.jkoolcloud/tnt4j

  activity.setCorrelator(value);
} else if (key.equalsIgnoreCase(PARAM_LOCATION_LABEL)) {
  activity.setLocation(value);
} else if (key.equalsIgnoreCase(PARAM_RESOURCE_LABEL)) {
  activity.setResource(value);
com.jkoolcloud.tnt4j.trackerTrackingActivitysetLocation

Popular methods of TrackingActivity

  • setException
  • setResource
  • setSource
  • setStatus
  • start
  • stop
    Indicates that application activity has ended.
  • tnt
    Track and Trace given TrackingEvent instance correlated with current activity
  • add
  • getIdCount
  • getLocation
  • getName
  • getPID
  • getName,
  • getPID,
  • getResource,
  • getSource,
  • getStartTime,
  • getStatus,
  • getTID,
  • isNoop,
  • setCompCode,
  • setCorrelator

Popular in Java

  • Reactive rest calls using spring rest template
  • scheduleAtFixedRate (Timer)
  • getContentResolver (Context)
  • putExtra (Intent)
  • GridLayout (java.awt)
    The GridLayout class is a layout manager that lays out a container's components in a rectangular gri
  • FileOutputStream (java.io)
    A file output stream is an output stream for writing data to aFile or to a FileDescriptor. Whether
  • MalformedURLException (java.net)
    Thrown to indicate that a malformed URL has occurred. Either no legal protocol could be found in a s
  • Charset (java.nio.charset)
    A charset is a named mapping between Unicode characters and byte sequences. Every Charset can decode
  • Reference (javax.naming)
  • Table (org.hibernate.mapping)
    A relational table
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