congrats Icon
New! Tabnine Pro 14-day free trial
Start a free trial
Tabnine Logo
XaPoolTypeImpl.<init>
Code IndexAdd Tabnine to your IDE (free)

How to use
org.jboss.jca.embedded.dsl.resourceadapters10.impl.XaPoolTypeImpl
constructor

Best Java code snippets using org.jboss.jca.embedded.dsl.resourceadapters10.impl.XaPoolTypeImpl.<init> (Showing top 2 results out of 315)

origin: org.jboss.ironjacamar/ironjacamar-embedded

/**
* If not already created, a new <code>xa-pool</code> element with the given value will be created.
* Otherwise, the existing <code>xa-pool</code> element will be returned.
* @return  a new or existing instance of <code>XaPoolType<ConnectionDefinitionType<T>></code> 
*/
public XaPoolType<ConnectionDefinitionType<T>> getOrCreateXaPool()
{
 Node node = childNode.getOrCreate("xa-pool");
 XaPoolType<ConnectionDefinitionType<T>> xaPool = new XaPoolTypeImpl<ConnectionDefinitionType<T>>(this, "xa-pool", childNode, node);
 return xaPool;
}
origin: org.jboss.ironjacamar.jdk8/ironjacamar-embedded

/**
* If not already created, a new <code>xa-pool</code> element with the given value will be created.
* Otherwise, the existing <code>xa-pool</code> element will be returned.
* @return  a new or existing instance of <code>XaPoolType<ConnectionDefinitionType<T>></code> 
*/
public XaPoolType<ConnectionDefinitionType<T>> getOrCreateXaPool()
{
 Node node = childNode.getOrCreate("xa-pool");
 XaPoolType<ConnectionDefinitionType<T>> xaPool = new XaPoolTypeImpl<ConnectionDefinitionType<T>>(this, "xa-pool", childNode, node);
 return xaPool;
}
org.jboss.jca.embedded.dsl.resourceadapters10.implXaPoolTypeImpl<init>

Popular methods of XaPoolTypeImpl

    Popular in Java

    • Creating JSON documents from java classes using gson
    • startActivity (Activity)
    • getContentResolver (Context)
    • runOnUiThread (Activity)
    • GridLayout (java.awt)
      The GridLayout class is a layout manager that lays out a container's components in a rectangular gri
    • FileReader (java.io)
      A specialized Reader that reads from a file in the file system. All read requests made by calling me
    • PrintStream (java.io)
      Fake signature of an existing Java class.
    • InetAddress (java.net)
      An Internet Protocol (IP) address. This can be either an IPv4 address or an IPv6 address, and in pra
    • URI (java.net)
      A Uniform Resource Identifier that identifies an abstract or physical resource, as specified by RFC
    • BoxLayout (javax.swing)
    • 21 Best Atom Packages for 2021
    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