congrats Icon
New! Tabnine Pro 14-day free trial
Start a free trial
Tabnine Logo
MessageIdMarshaller.tightUnmarshalLong
Code IndexAdd Tabnine to your IDE (free)

How to use
tightUnmarshalLong
method
in
org.apache.activemq.openwire.v2.MessageIdMarshaller

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

origin: apache/activemq

/**
 * Un-marshal an object instance from the data input stream
 * 
 * @param o the object to un-marshal
 * @param dataIn the data input stream to build the object from
 * @throws IOException
 */
public void tightUnmarshal(OpenWireFormat wireFormat, Object o, DataInput dataIn, BooleanStream bs)
  throws IOException {
  super.tightUnmarshal(wireFormat, o, dataIn, bs);
  MessageId info = (MessageId)o;
  info.setProducerId((org.apache.activemq.command.ProducerId)tightUnmarsalCachedObject(wireFormat,
                                             dataIn, bs));
  info.setProducerSequenceId(tightUnmarshalLong(wireFormat, dataIn, bs));
  info.setBrokerSequenceId(tightUnmarshalLong(wireFormat, dataIn, bs));
}
origin: org.apache.activemq/activemq-all

/**
 * Un-marshal an object instance from the data input stream
 * 
 * @param o the object to un-marshal
 * @param dataIn the data input stream to build the object from
 * @throws IOException
 */
public void tightUnmarshal(OpenWireFormat wireFormat, Object o, DataInput dataIn, BooleanStream bs)
  throws IOException {
  super.tightUnmarshal(wireFormat, o, dataIn, bs);
  MessageId info = (MessageId)o;
  info.setProducerId((org.apache.activemq.command.ProducerId)tightUnmarsalCachedObject(wireFormat,
                                             dataIn, bs));
  info.setProducerSequenceId(tightUnmarshalLong(wireFormat, dataIn, bs));
  info.setBrokerSequenceId(tightUnmarshalLong(wireFormat, dataIn, bs));
}
origin: pierre/meteo

/**
 * Un-marshal an object instance from the data input stream
 * 
 * @param o the object to un-marshal
 * @param dataIn the data input stream to build the object from
 * @throws IOException
 */
public void tightUnmarshal(OpenWireFormat wireFormat, Object o, DataInput dataIn, BooleanStream bs)
  throws IOException {
  super.tightUnmarshal(wireFormat, o, dataIn, bs);
  MessageId info = (MessageId)o;
  info.setProducerId((org.apache.activemq.command.ProducerId)tightUnmarsalCachedObject(wireFormat,
                                             dataIn, bs));
  info.setProducerSequenceId(tightUnmarshalLong(wireFormat, dataIn, bs));
  info.setBrokerSequenceId(tightUnmarshalLong(wireFormat, dataIn, bs));
}
origin: org.apache.activemq/activemq-osgi

/**
 * Un-marshal an object instance from the data input stream
 * 
 * @param o the object to un-marshal
 * @param dataIn the data input stream to build the object from
 * @throws IOException
 */
public void tightUnmarshal(OpenWireFormat wireFormat, Object o, DataInput dataIn, BooleanStream bs)
  throws IOException {
  super.tightUnmarshal(wireFormat, o, dataIn, bs);
  MessageId info = (MessageId)o;
  info.setProducerId((org.apache.activemq.command.ProducerId)tightUnmarsalCachedObject(wireFormat,
                                             dataIn, bs));
  info.setProducerSequenceId(tightUnmarshalLong(wireFormat, dataIn, bs));
  info.setBrokerSequenceId(tightUnmarshalLong(wireFormat, dataIn, bs));
}
org.apache.activemq.openwire.v2MessageIdMarshallertightUnmarshalLong

Popular methods of MessageIdMarshaller

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

Popular in Java

  • Finding current android device location
  • runOnUiThread (Activity)
  • setScale (BigDecimal)
  • onRequestPermissionsResult (Fragment)
  • Container (java.awt)
    A generic Abstract Window Toolkit(AWT) container object is a component that can contain other AWT co
  • OutputStream (java.io)
    A writable sink for bytes.Most clients will use output streams that write data to the file system (
  • Charset (java.nio.charset)
    A charset is a named mapping between Unicode characters and byte sequences. Every Charset can decode
  • Connection (java.sql)
    A connection represents a link from a Java application to a database. All SQL statements and results
  • SimpleDateFormat (java.text)
    Formats and parses dates in a locale-sensitive manner. Formatting turns a Date into a String, and pa
  • TimeZone (java.util)
    TimeZone represents a time zone offset, and also figures out daylight savings. Typically, you get a
  • PhpStorm for WordPress
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