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

How to use
setSubscriptionDurability
method
in
org.jboss.ejb3.metamodel.MessageDrivenDestination

Best Java code snippets using org.jboss.ejb3.metamodel.MessageDrivenDestination.setSubscriptionDurability (Showing top 2 results out of 315)

origin: org.jboss/jboss-metadata

/**
* Called when a child element with simple content is read for DD.
*/
public void setValue(MessageDrivenDestination destination, UnmarshallingContext navigator, String namespaceURI, String localName, String value)
{
 if (localName.equals("destination-type"))
 {
   destination.setDestinationType(getValue(localName, value));
 }
 else if (localName.equals("subscription-durability"))
 {
   destination.setSubscriptionDurability(getValue(localName, value));
 }
}
origin: org.jboss.ws/jbossws-jboss510-metadata

/**
* Called when a child element with simple content is read for DD.
*/
public void setValue(MessageDrivenDestination destination, UnmarshallingContext navigator, String namespaceURI, String localName, String value)
{
 if (localName.equals("destination-type"))
 {
   destination.setDestinationType(getValue(localName, value));
 }
 else if (localName.equals("subscription-durability"))
 {
   destination.setSubscriptionDurability(getValue(localName, value));
 }
}
org.jboss.ejb3.metamodelMessageDrivenDestinationsetSubscriptionDurability

Popular methods of MessageDrivenDestination

  • <init>
  • setDestinationType

Popular in Java

  • Finding current android device location
  • scheduleAtFixedRate (ScheduledExecutorService)
  • findViewById (Activity)
  • runOnUiThread (Activity)
  • Rectangle (java.awt)
    A Rectangle specifies an area in a coordinate space that is enclosed by the Rectangle object's top-
  • BigInteger (java.math)
    An immutable arbitrary-precision signed integer.FAST CRYPTOGRAPHY This implementation is efficient f
  • URL (java.net)
    A Uniform Resource Locator that identifies the location of an Internet resource as specified by RFC
  • BlockingQueue (java.util.concurrent)
    A java.util.Queue that additionally supports operations that wait for the queue to become non-empty
  • JFrame (javax.swing)
  • StringUtils (org.apache.commons.lang)
    Operations on java.lang.String that arenull safe. * IsEmpty/IsBlank - checks if a String contains
  • 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