congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
LocalTransactionIdMarshaller.looseMarshalLong
Code IndexAdd Tabnine to your IDE (free)

How to use
looseMarshalLong
method
in
org.apache.activemq.openwire.v2.LocalTransactionIdMarshaller

Best Java code snippets using org.apache.activemq.openwire.v2.LocalTransactionIdMarshaller.looseMarshalLong (Showing top 4 results out of 315)

origin: apache/activemq

  /**
   * Write the booleans that this object uses to a BooleanStream
   */
  public void looseMarshal(OpenWireFormat wireFormat, Object o, DataOutput dataOut) throws IOException {

    LocalTransactionId info = (LocalTransactionId)o;

    super.looseMarshal(wireFormat, o, dataOut);
    looseMarshalLong(wireFormat, info.getValue(), dataOut);
    looseMarshalCachedObject(wireFormat, (DataStructure)info.getConnectionId(), dataOut);

  }
}
origin: pierre/meteo

  /**
   * Write the booleans that this object uses to a BooleanStream
   */
  public void looseMarshal(OpenWireFormat wireFormat, Object o, DataOutput dataOut) throws IOException {

    LocalTransactionId info = (LocalTransactionId)o;

    super.looseMarshal(wireFormat, o, dataOut);
    looseMarshalLong(wireFormat, info.getValue(), dataOut);
    looseMarshalCachedObject(wireFormat, (DataStructure)info.getConnectionId(), dataOut);

  }
}
origin: org.apache.activemq/activemq-all

  /**
   * Write the booleans that this object uses to a BooleanStream
   */
  public void looseMarshal(OpenWireFormat wireFormat, Object o, DataOutput dataOut) throws IOException {

    LocalTransactionId info = (LocalTransactionId)o;

    super.looseMarshal(wireFormat, o, dataOut);
    looseMarshalLong(wireFormat, info.getValue(), dataOut);
    looseMarshalCachedObject(wireFormat, (DataStructure)info.getConnectionId(), dataOut);

  }
}
origin: org.apache.activemq/activemq-osgi

  /**
   * Write the booleans that this object uses to a BooleanStream
   */
  public void looseMarshal(OpenWireFormat wireFormat, Object o, DataOutput dataOut) throws IOException {

    LocalTransactionId info = (LocalTransactionId)o;

    super.looseMarshal(wireFormat, o, dataOut);
    looseMarshalLong(wireFormat, info.getValue(), dataOut);
    looseMarshalCachedObject(wireFormat, (DataStructure)info.getConnectionId(), dataOut);

  }
}
org.apache.activemq.openwire.v2LocalTransactionIdMarshallerlooseMarshalLong

Popular methods of LocalTransactionIdMarshaller

  • looseMarshalCachedObject
  • looseUnmarsalCachedObject
  • looseUnmarshalLong
  • tightMarshalCachedObject1
  • tightMarshalCachedObject2
  • tightMarshalLong1
  • tightMarshalLong2
  • tightUnmarsalCachedObject
  • tightUnmarshalLong

Popular in Java

  • Running tasks concurrently on multiple threads
  • getExternalFilesDir (Context)
  • setContentView (Activity)
  • startActivity (Activity)
  • BufferedWriter (java.io)
    Wraps an existing Writer and buffers the output. Expensive interaction with the underlying reader is
  • FileNotFoundException (java.io)
    Thrown when a file specified by a program cannot be found.
  • PriorityQueue (java.util)
    A PriorityQueue holds elements on a priority heap, which orders the elements according to their natu
  • TimeZone (java.util)
    TimeZone represents a time zone offset, and also figures out daylight savings. Typically, you get a
  • JButton (javax.swing)
  • Project (org.apache.tools.ant)
    Central representation of an Ant project. This class defines an Ant project with all of its targets,
  • Best plugins for Eclipse
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