Tabnine Logo
MessageIdMarshaller.tightMarshalLong2
Code IndexAdd Tabnine to your IDE (free)

How to use
tightMarshalLong2
method
in
org.apache.activemq.openwire.v3.MessageIdMarshaller

Best Java code snippets using org.apache.activemq.openwire.v3.MessageIdMarshaller.tightMarshalLong2 (Showing top 4 results out of 315)

origin: apache/activemq

/**
 * Write a object instance to data output stream
 * 
 * @param o the instance to be marshaled
 * @param dataOut the output stream
 * @throws IOException thrown if an error occurs
 */
public void tightMarshal2(OpenWireFormat wireFormat, Object o, DataOutput dataOut, BooleanStream bs) throws IOException {
  super.tightMarshal2(wireFormat, o, dataOut, bs);
  MessageId info = (MessageId)o;
  tightMarshalCachedObject2(wireFormat, (DataStructure)info.getProducerId(), dataOut, bs);
  tightMarshalLong2(wireFormat, info.getProducerSequenceId(), dataOut, bs);
  tightMarshalLong2(wireFormat, info.getBrokerSequenceId(), dataOut, bs);
}
origin: org.apache.activemq/activemq-all

/**
 * Write a object instance to data output stream
 * 
 * @param o the instance to be marshaled
 * @param dataOut the output stream
 * @throws IOException thrown if an error occurs
 */
public void tightMarshal2(OpenWireFormat wireFormat, Object o, DataOutput dataOut, BooleanStream bs) throws IOException {
  super.tightMarshal2(wireFormat, o, dataOut, bs);
  MessageId info = (MessageId)o;
  tightMarshalCachedObject2(wireFormat, (DataStructure)info.getProducerId(), dataOut, bs);
  tightMarshalLong2(wireFormat, info.getProducerSequenceId(), dataOut, bs);
  tightMarshalLong2(wireFormat, info.getBrokerSequenceId(), dataOut, bs);
}
origin: org.apache.activemq/activemq-osgi

/**
 * Write a object instance to data output stream
 * 
 * @param o the instance to be marshaled
 * @param dataOut the output stream
 * @throws IOException thrown if an error occurs
 */
public void tightMarshal2(OpenWireFormat wireFormat, Object o, DataOutput dataOut, BooleanStream bs) throws IOException {
  super.tightMarshal2(wireFormat, o, dataOut, bs);
  MessageId info = (MessageId)o;
  tightMarshalCachedObject2(wireFormat, (DataStructure)info.getProducerId(), dataOut, bs);
  tightMarshalLong2(wireFormat, info.getProducerSequenceId(), dataOut, bs);
  tightMarshalLong2(wireFormat, info.getBrokerSequenceId(), dataOut, bs);
}
origin: pierre/meteo

/**
 * Write a object instance to data output stream
 * 
 * @param o the instance to be marshaled
 * @param dataOut the output stream
 * @throws IOException thrown if an error occurs
 */
public void tightMarshal2(OpenWireFormat wireFormat, Object o, DataOutput dataOut, BooleanStream bs) throws IOException {
  super.tightMarshal2(wireFormat, o, dataOut, bs);
  MessageId info = (MessageId)o;
  tightMarshalCachedObject2(wireFormat, (DataStructure)info.getProducerId(), dataOut, bs);
  tightMarshalLong2(wireFormat, info.getProducerSequenceId(), dataOut, bs);
  tightMarshalLong2(wireFormat, info.getBrokerSequenceId(), dataOut, bs);
}
org.apache.activemq.openwire.v3MessageIdMarshallertightMarshalLong2

Popular methods of MessageIdMarshaller

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

Popular in Java

  • Parsing JSON documents to java classes using gson
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • getSharedPreferences (Context)
  • getContentResolver (Context)
  • InputStreamReader (java.io)
    A class for turning a byte stream into a character stream. Data read from the source input stream is
  • PrintWriter (java.io)
    Wraps either an existing OutputStream or an existing Writerand provides convenience methods for prin
  • Set (java.util)
    A Set is a data structure which does not allow duplicate elements.
  • Executors (java.util.concurrent)
    Factory and utility methods for Executor, ExecutorService, ScheduledExecutorService, ThreadFactory,
  • ReentrantLock (java.util.concurrent.locks)
    A reentrant mutual exclusion Lock with the same basic behavior and semantics as the implicit monitor
  • JFileChooser (javax.swing)
  • Top 12 Jupyter Notebook Extensions
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

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