Tabnine Logo
XaPoolTypeImpl
Code IndexAdd Tabnine to your IDE (free)

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

Best Java code snippets using org.jboss.jca.embedded.dsl.resourceadapters10.impl.XaPoolTypeImpl (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

Javadoc

This class implements the xa-poolType xsd type

Most used methods

  • <init>

Popular in Java

  • Making http requests using okhttp
  • addToBackStack (FragmentTransaction)
  • onCreateOptionsMenu (Activity)
  • scheduleAtFixedRate (ScheduledExecutorService)
  • Window (java.awt)
    A Window object is a top-level window with no borders and no menubar. The default layout for a windo
  • InputStream (java.io)
    A readable source of bytes.Most clients will use input streams that read data from the file system (
  • Date (java.sql)
    A class which can consume and produce dates in SQL Date format. Dates are represented in SQL as yyyy
  • StringTokenizer (java.util)
    Breaks a string into tokens; new code should probably use String#split.> // Legacy code: StringTo
  • TimerTask (java.util)
    The TimerTask class represents a task to run at a specified time. The task may be run once or repeat
  • Executor (java.util.concurrent)
    An object that executes submitted Runnable tasks. This interface provides a way of decoupling task s
  • Best plugins for Eclipse
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