congrats Icon
New! Announcing our next generation AI code completions
Read here
Tabnine Logo
ExtensionTypeImpl
Code IndexAdd Tabnine to your IDE (free)

How to use
ExtensionTypeImpl
in
org.jboss.jca.embedded.dsl.datasources11.impl

Best Java code snippets using org.jboss.jca.embedded.dsl.datasources11.impl.ExtensionTypeImpl (Showing top 12 results out of 315)

origin: org.jboss.ironjacamar/ironjacamar-embedded

/**
* If not already created, a new <code>reauth-plugin</code> element with the given value will be created.
* Otherwise, the existing <code>reauth-plugin</code> element will be returned.
* @return  a new or existing instance of <code>ExtensionType<DsSecurityType<T>></code> 
*/
public ExtensionType<DsSecurityType<T>> getOrCreateReauthPlugin()
{
 Node node = childNode.getOrCreate("reauth-plugin");
 ExtensionType<DsSecurityType<T>> reauthPlugin = new ExtensionTypeImpl<DsSecurityType<T>>(this, "reauth-plugin", childNode, node);
 return reauthPlugin;
}
origin: org.jboss.ironjacamar.jdk8/ironjacamar-embedded

/**
* If not already created, a new <code>config-property</code> element will be created and returned.
* Otherwise, the first existing <code>config-property</code> element will be returned.
* @return the instance defined for the element <code>config-property</code> 
*/
public ConfigPropertyType<ExtensionType<T>> getOrCreateConfigProperty()
{
 List<Node> nodeList = childNode.get("config-property");
 if (nodeList != null &&  nodeList.size() > 0)
 {
   return new ConfigPropertyTypeImpl<ExtensionType<T>>(this, "config-property", childNode, nodeList.get(0));
 }
 return createConfigProperty();
}
origin: org.jboss.ironjacamar/ironjacamar-embedded

/**
* If not already created, a new <code>config-property</code> element will be created and returned.
* Otherwise, the first existing <code>config-property</code> element will be returned.
* @return the instance defined for the element <code>config-property</code> 
*/
public ConfigPropertyType<ExtensionType<T>> getOrCreateConfigProperty()
{
 List<Node> nodeList = childNode.get("config-property");
 if (nodeList != null &&  nodeList.size() > 0)
 {
   return new ConfigPropertyTypeImpl<ExtensionType<T>>(this, "config-property", childNode, nodeList.get(0));
 }
 return createConfigProperty();
}
origin: org.jboss.ironjacamar/ironjacamar-embedded

/**
* If not already created, a new <code>stale-connection-checker</code> element with the given value will be created.
* Otherwise, the existing <code>stale-connection-checker</code> element will be returned.
* @return  a new or existing instance of <code>ExtensionType<ValidationType<T>></code> 
*/
public ExtensionType<ValidationType<T>> getOrCreateStaleConnectionChecker()
{
 Node node = childNode.getOrCreate("stale-connection-checker");
 ExtensionType<ValidationType<T>> staleConnectionChecker = new ExtensionTypeImpl<ValidationType<T>>(this, "stale-connection-checker", childNode, node);
 return staleConnectionChecker;
}
origin: org.jboss.ironjacamar/ironjacamar-embedded

/**
* If not already created, a new <code>exception-sorter</code> element with the given value will be created.
* Otherwise, the existing <code>exception-sorter</code> element will be returned.
* @return  a new or existing instance of <code>ExtensionType<ValidationType<T>></code> 
*/
public ExtensionType<ValidationType<T>> getOrCreateExceptionSorter()
{
 Node node = childNode.getOrCreate("exception-sorter");
 ExtensionType<ValidationType<T>> exceptionSorter = new ExtensionTypeImpl<ValidationType<T>>(this, "exception-sorter", childNode, node);
 return exceptionSorter;
}
origin: org.jboss.ironjacamar/ironjacamar-embedded

/**
* If not already created, a new <code>recover-plugin</code> element with the given value will be created.
* Otherwise, the existing <code>recover-plugin</code> element will be returned.
* @return  a new or existing instance of <code>ExtensionType<RecoverType<T>></code> 
*/
public ExtensionType<RecoverType<T>> getOrCreateRecoverPlugin()
{
 Node node = childNode.getOrCreate("recover-plugin");
 ExtensionType<RecoverType<T>> recoverPlugin = new ExtensionTypeImpl<RecoverType<T>>(this, "recover-plugin", childNode, node);
 return recoverPlugin;
}
origin: org.jboss.ironjacamar.jdk8/ironjacamar-embedded

/**
* If not already created, a new <code>valid-connection-checker</code> element with the given value will be created.
* Otherwise, the existing <code>valid-connection-checker</code> element will be returned.
* @return  a new or existing instance of <code>ExtensionType<ValidationType<T>></code> 
*/
public ExtensionType<ValidationType<T>> getOrCreateValidConnectionChecker()
{
 Node node = childNode.getOrCreate("valid-connection-checker");
 ExtensionType<ValidationType<T>> validConnectionChecker = new ExtensionTypeImpl<ValidationType<T>>(this, "valid-connection-checker", childNode, node);
 return validConnectionChecker;
}
origin: org.jboss.ironjacamar.jdk8/ironjacamar-embedded

/**
* If not already created, a new <code>stale-connection-checker</code> element with the given value will be created.
* Otherwise, the existing <code>stale-connection-checker</code> element will be returned.
* @return  a new or existing instance of <code>ExtensionType<ValidationType<T>></code> 
*/
public ExtensionType<ValidationType<T>> getOrCreateStaleConnectionChecker()
{
 Node node = childNode.getOrCreate("stale-connection-checker");
 ExtensionType<ValidationType<T>> staleConnectionChecker = new ExtensionTypeImpl<ValidationType<T>>(this, "stale-connection-checker", childNode, node);
 return staleConnectionChecker;
}
origin: org.jboss.ironjacamar/ironjacamar-embedded

/**
* If not already created, a new <code>valid-connection-checker</code> element with the given value will be created.
* Otherwise, the existing <code>valid-connection-checker</code> element will be returned.
* @return  a new or existing instance of <code>ExtensionType<ValidationType<T>></code> 
*/
public ExtensionType<ValidationType<T>> getOrCreateValidConnectionChecker()
{
 Node node = childNode.getOrCreate("valid-connection-checker");
 ExtensionType<ValidationType<T>> validConnectionChecker = new ExtensionTypeImpl<ValidationType<T>>(this, "valid-connection-checker", childNode, node);
 return validConnectionChecker;
}
origin: org.jboss.ironjacamar.jdk8/ironjacamar-embedded

/**
* If not already created, a new <code>reauth-plugin</code> element with the given value will be created.
* Otherwise, the existing <code>reauth-plugin</code> element will be returned.
* @return  a new or existing instance of <code>ExtensionType<DsSecurityType<T>></code> 
*/
public ExtensionType<DsSecurityType<T>> getOrCreateReauthPlugin()
{
 Node node = childNode.getOrCreate("reauth-plugin");
 ExtensionType<DsSecurityType<T>> reauthPlugin = new ExtensionTypeImpl<DsSecurityType<T>>(this, "reauth-plugin", childNode, node);
 return reauthPlugin;
}
origin: org.jboss.ironjacamar.jdk8/ironjacamar-embedded

/**
* If not already created, a new <code>exception-sorter</code> element with the given value will be created.
* Otherwise, the existing <code>exception-sorter</code> element will be returned.
* @return  a new or existing instance of <code>ExtensionType<ValidationType<T>></code> 
*/
public ExtensionType<ValidationType<T>> getOrCreateExceptionSorter()
{
 Node node = childNode.getOrCreate("exception-sorter");
 ExtensionType<ValidationType<T>> exceptionSorter = new ExtensionTypeImpl<ValidationType<T>>(this, "exception-sorter", childNode, node);
 return exceptionSorter;
}
origin: org.jboss.ironjacamar.jdk8/ironjacamar-embedded

/**
* If not already created, a new <code>recover-plugin</code> element with the given value will be created.
* Otherwise, the existing <code>recover-plugin</code> element will be returned.
* @return  a new or existing instance of <code>ExtensionType<RecoverType<T>></code> 
*/
public ExtensionType<RecoverType<T>> getOrCreateRecoverPlugin()
{
 Node node = childNode.getOrCreate("recover-plugin");
 ExtensionType<RecoverType<T>> recoverPlugin = new ExtensionTypeImpl<RecoverType<T>>(this, "recover-plugin", childNode, node);
 return recoverPlugin;
}
org.jboss.jca.embedded.dsl.datasources11.implExtensionTypeImpl

Javadoc

This class implements the extensionType xsd type

Most used methods

  • <init>
  • createConfigProperty
    Creates a new config-property element

Popular in Java

  • Creating JSON documents from java classes using gson
  • onCreateOptionsMenu (Activity)
  • getExternalFilesDir (Context)
  • getResourceAsStream (ClassLoader)
  • ReentrantLock (java.util.concurrent.locks)
    A reentrant mutual exclusion Lock with the same basic behavior and semantics as the implicit monitor
  • HttpServlet (javax.servlet.http)
    Provides an abstract class to be subclassed to create an HTTP servlet suitable for a Web site. A sub
  • Options (org.apache.commons.cli)
    Main entry-point into the library. Options represents a collection of Option objects, which describ
  • Base64 (org.apache.commons.codec.binary)
    Provides Base64 encoding and decoding as defined by RFC 2045.This class implements section 6.8. Base
  • Get (org.apache.hadoop.hbase.client)
    Used to perform Get operations on a single row. To get everything for a row, instantiate a Get objec
  • LoggerFactory (org.slf4j)
    The LoggerFactory is a utility class producing Loggers for various logging APIs, most notably for lo
  • 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