Tabnine Logo
ConsumerIdMarshaller.tightUnmarshalLong
Code IndexAdd Tabnine to your IDE (free)

How to use
tightUnmarshalLong
method
in
org.apache.activemq.openwire.v4.ConsumerIdMarshaller

Best Java code snippets using org.apache.activemq.openwire.v4.ConsumerIdMarshaller.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);
  ConsumerId info = (ConsumerId)o;
  info.setConnectionId(tightUnmarshalString(dataIn, bs));
  info.setSessionId(tightUnmarshalLong(wireFormat, dataIn, bs));
  info.setValue(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);
  ConsumerId info = (ConsumerId)o;
  info.setConnectionId(tightUnmarshalString(dataIn, bs));
  info.setSessionId(tightUnmarshalLong(wireFormat, dataIn, bs));
  info.setValue(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);
  ConsumerId info = (ConsumerId)o;
  info.setConnectionId(tightUnmarshalString(dataIn, bs));
  info.setSessionId(tightUnmarshalLong(wireFormat, dataIn, bs));
  info.setValue(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);
  ConsumerId info = (ConsumerId)o;
  info.setConnectionId(tightUnmarshalString(dataIn, bs));
  info.setSessionId(tightUnmarshalLong(wireFormat, dataIn, bs));
  info.setValue(tightUnmarshalLong(wireFormat, dataIn, bs));
}
org.apache.activemq.openwire.v4ConsumerIdMarshallertightUnmarshalLong

Popular methods of ConsumerIdMarshaller

  • looseMarshalLong
  • looseMarshalString
  • looseUnmarshalLong
  • looseUnmarshalString
  • tightMarshalLong1
  • tightMarshalLong2
  • tightMarshalString1
  • tightMarshalString2
  • tightUnmarshalString

Popular in Java

  • Running tasks concurrently on multiple threads
  • getApplicationContext (Context)
  • getExternalFilesDir (Context)
  • getResourceAsStream (ClassLoader)
  • URLEncoder (java.net)
    This class is used to encode a string using the format required by application/x-www-form-urlencoded
  • BitSet (java.util)
    The BitSet class implements abit array [http://en.wikipedia.org/wiki/Bit_array]. Each element is eit
  • Date (java.util)
    A specific moment in time, with millisecond precision. Values typically come from System#currentTime
  • ThreadPoolExecutor (java.util.concurrent)
    An ExecutorService that executes each submitted task using one of possibly several pooled threads, n
  • Annotation (javassist.bytecode.annotation)
    The annotation structure.An instance of this class is returned bygetAnnotations() in AnnotationsAttr
  • Reflections (org.reflections)
    Reflections one-stop-shop objectReflections scans your classpath, indexes the metadata, allows you t
  • Top Sublime Text plugins
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