Tabnine Logo
DiscoveryEventMarshaller.looseUnmarshalString
Code IndexAdd Tabnine to your IDE (free)

How to use
looseUnmarshalString
method
in
org.apache.activemq.openwire.v2.DiscoveryEventMarshaller

Best Java code snippets using org.apache.activemq.openwire.v2.DiscoveryEventMarshaller.looseUnmarshalString (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 looseUnmarshal(OpenWireFormat wireFormat, Object o, DataInput dataIn) throws IOException {
  super.looseUnmarshal(wireFormat, o, dataIn);
  DiscoveryEvent info = (DiscoveryEvent)o;
  info.setServiceName(looseUnmarshalString(dataIn));
  info.setBrokerName(looseUnmarshalString(dataIn));
}
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 looseUnmarshal(OpenWireFormat wireFormat, Object o, DataInput dataIn) throws IOException {
  super.looseUnmarshal(wireFormat, o, dataIn);
  DiscoveryEvent info = (DiscoveryEvent)o;
  info.setServiceName(looseUnmarshalString(dataIn));
  info.setBrokerName(looseUnmarshalString(dataIn));
}
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 looseUnmarshal(OpenWireFormat wireFormat, Object o, DataInput dataIn) throws IOException {
  super.looseUnmarshal(wireFormat, o, dataIn);
  DiscoveryEvent info = (DiscoveryEvent)o;
  info.setServiceName(looseUnmarshalString(dataIn));
  info.setBrokerName(looseUnmarshalString(dataIn));
}
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 looseUnmarshal(OpenWireFormat wireFormat, Object o, DataInput dataIn) throws IOException {
  super.looseUnmarshal(wireFormat, o, dataIn);
  DiscoveryEvent info = (DiscoveryEvent)o;
  info.setServiceName(looseUnmarshalString(dataIn));
  info.setBrokerName(looseUnmarshalString(dataIn));
}
org.apache.activemq.openwire.v2DiscoveryEventMarshallerlooseUnmarshalString

Popular methods of DiscoveryEventMarshaller

  • looseMarshalString
  • tightMarshalString1
  • tightMarshalString2
  • tightUnmarshalString

Popular in Java

  • Reading from database using SQL prepared statement
  • notifyDataSetChanged (ArrayAdapter)
  • getApplicationContext (Context)
  • startActivity (Activity)
  • DecimalFormat (java.text)
    A concrete subclass of NumberFormat that formats decimal numbers. It has a variety of features desig
  • Map (java.util)
    A Map is a data structure consisting of a set of keys and values in which each key is mapped to a si
  • JButton (javax.swing)
  • IsNull (org.hamcrest.core)
    Is the value null?
  • Loader (org.hibernate.loader)
    Abstract superclass of object loading (and querying) strategies. This class implements useful common
  • Location (org.springframework.beans.factory.parsing)
    Class that models an arbitrary location in a Resource.Typically used to track the location of proble
  • From CI to AI: The AI layer in your organization
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