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

How to use
ResourceadapterImpl
in
org.jboss.shrinkwrap.descriptor.impl.connector10

Best Java code snippets using org.jboss.shrinkwrap.descriptor.impl.connector10.ResourceadapterImpl (Showing top 18 results out of 315)

origin: org.projectodd.shrinkwrap.descriptors/shrinkwrap-descriptors-impl-javaee

/**
* If not already created, a new <code>resourceadapter</code> element with the given value will be created.
* Otherwise, the existing <code>resourceadapter</code> element will be returned.
* @return  a new or existing instance of <code>Resourceadapter<ConnectorDescriptor></code> 
*/
public Resourceadapter<ConnectorDescriptor> getOrCreateResourceadapter()
{
 Node node = model.getOrCreate("resourceadapter");
 Resourceadapter<ConnectorDescriptor> resourceadapter = new ResourceadapterImpl<ConnectorDescriptor>(this, "resourceadapter", model, node);
 return resourceadapter;
}
origin: org.jboss.ironjacamar/ironjacamar-embedded

/**
* If not already created, a new <code>security-permission</code> element will be created and returned.
* Otherwise, the first existing <code>security-permission</code> element will be returned.
* @return the instance defined for the element <code>security-permission</code> 
*/
public SecurityPermission<Resourceadapter<T>> getOrCreateSecurityPermission()
{
 List<Node> nodeList = childNode.get("security-permission");
 if (nodeList != null &&  nodeList.size() > 0)
 {
   return new SecurityPermissionImpl<Resourceadapter<T>>(this, "security-permission", childNode, nodeList.get(0));
 }
 return createSecurityPermission();
}
origin: org.jboss.ironjacamar/ironjacamar-embedded

/**
* If not already created, a new <code>authentication-mechanism</code> element will be created and returned.
* Otherwise, the first existing <code>authentication-mechanism</code> element will be returned.
* @return the instance defined for the element <code>authentication-mechanism</code> 
*/
public AuthenticationMechanism<Resourceadapter<T>> getOrCreateAuthenticationMechanism()
{
 List<Node> nodeList = childNode.get("authentication-mechanism");
 if (nodeList != null &&  nodeList.size() > 0)
 {
   return new AuthenticationMechanismImpl<Resourceadapter<T>>(this, "authentication-mechanism", childNode, nodeList.get(0));
 }
 return createAuthenticationMechanism();
}
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 ConfigProperty<Resourceadapter<T>> getOrCreateConfigProperty()
{
 List<Node> nodeList = childNode.get("config-property");
 if (nodeList != null &&  nodeList.size() > 0)
 {
   return new ConfigPropertyImpl<Resourceadapter<T>>(this, "config-property", childNode, nodeList.get(0));
 }
 return createConfigProperty();
}
origin: org.jboss.ironjacamar.jdk8/ironjacamar-embedded

/**
* If not already created, a new <code>security-permission</code> element will be created and returned.
* Otherwise, the first existing <code>security-permission</code> element will be returned.
* @return the instance defined for the element <code>security-permission</code> 
*/
public SecurityPermission<Resourceadapter<T>> getOrCreateSecurityPermission()
{
 List<Node> nodeList = childNode.get("security-permission");
 if (nodeList != null &&  nodeList.size() > 0)
 {
   return new SecurityPermissionImpl<Resourceadapter<T>>(this, "security-permission", childNode, nodeList.get(0));
 }
 return createSecurityPermission();
}
origin: org.jboss.ironjacamar.jdk8/ironjacamar-embedded

/**
* If not already created, a new <code>authentication-mechanism</code> element will be created and returned.
* Otherwise, the first existing <code>authentication-mechanism</code> element will be returned.
* @return the instance defined for the element <code>authentication-mechanism</code> 
*/
public AuthenticationMechanism<Resourceadapter<T>> getOrCreateAuthenticationMechanism()
{
 List<Node> nodeList = childNode.get("authentication-mechanism");
 if (nodeList != null &&  nodeList.size() > 0)
 {
   return new AuthenticationMechanismImpl<Resourceadapter<T>>(this, "authentication-mechanism", childNode, nodeList.get(0));
 }
 return createAuthenticationMechanism();
}
origin: org.jboss.shrinkwrap.descriptors/shrinkwrap-descriptors-impl-javaee

/**
* 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 ConfigProperty<Resourceadapter<T>> getOrCreateConfigProperty()
{
 List<Node> nodeList = childNode.get("config-property");
 if (nodeList != null &&  nodeList.size() > 0)
 {
   return new ConfigPropertyImpl<Resourceadapter<T>>(this, "config-property", childNode, nodeList.get(0));
 }
 return createConfigProperty();
}
origin: org.jboss.shrinkwrap.descriptors/shrinkwrap-descriptors-impl-javaee

/**
* If not already created, a new <code>resourceadapter</code> element with the given value will be created.
* Otherwise, the existing <code>resourceadapter</code> element will be returned.
* @return  a new or existing instance of <code>Resourceadapter<ConnectorDescriptor></code> 
*/
public Resourceadapter<ConnectorDescriptor> getOrCreateResourceadapter()
{
 Node node = model.getOrCreate("resourceadapter");
 Resourceadapter<ConnectorDescriptor> resourceadapter = new ResourceadapterImpl<ConnectorDescriptor>(this, "resourceadapter", model, node);
 return resourceadapter;
}
origin: org.jboss.shrinkwrap.descriptors/shrinkwrap-descriptors-impl-javaee

/**
* If not already created, a new <code>security-permission</code> element will be created and returned.
* Otherwise, the first existing <code>security-permission</code> element will be returned.
* @return the instance defined for the element <code>security-permission</code> 
*/
public SecurityPermission<Resourceadapter<T>> getOrCreateSecurityPermission()
{
 List<Node> nodeList = childNode.get("security-permission");
 if (nodeList != null &&  nodeList.size() > 0)
 {
   return new SecurityPermissionImpl<Resourceadapter<T>>(this, "security-permission", childNode, nodeList.get(0));
 }
 return createSecurityPermission();
}
origin: org.projectodd.shrinkwrap.descriptors/shrinkwrap-descriptors-impl-javaee

/**
* If not already created, a new <code>authentication-mechanism</code> element will be created and returned.
* Otherwise, the first existing <code>authentication-mechanism</code> element will be returned.
* @return the instance defined for the element <code>authentication-mechanism</code> 
*/
public AuthenticationMechanism<Resourceadapter<T>> getOrCreateAuthenticationMechanism()
{
 List<Node> nodeList = childNode.get("authentication-mechanism");
 if (nodeList != null &&  nodeList.size() > 0)
 {
   return new AuthenticationMechanismImpl<Resourceadapter<T>>(this, "authentication-mechanism", childNode, nodeList.get(0));
 }
 return createAuthenticationMechanism();
}
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 ConfigProperty<Resourceadapter<T>> getOrCreateConfigProperty()
{
 List<Node> nodeList = childNode.get("config-property");
 if (nodeList != null &&  nodeList.size() > 0)
 {
   return new ConfigPropertyImpl<Resourceadapter<T>>(this, "config-property", childNode, nodeList.get(0));
 }
 return createConfigProperty();
}
origin: org.jboss.ironjacamar.jdk8/ironjacamar-embedded

/**
* If not already created, a new <code>resourceadapter</code> element with the given value will be created.
* Otherwise, the existing <code>resourceadapter</code> element will be returned.
* @return  a new or existing instance of <code>Resourceadapter<ConnectorDescriptor></code> 
*/
public Resourceadapter<ConnectorDescriptor> getOrCreateResourceadapter()
{
 Node node = model.getOrCreate("resourceadapter");
 Resourceadapter<ConnectorDescriptor> resourceadapter = new ResourceadapterImpl<ConnectorDescriptor>(this, "resourceadapter", model, node);
 return resourceadapter;
}
origin: org.projectodd.shrinkwrap.descriptors/shrinkwrap-descriptors-impl-javaee

/**
* If not already created, a new <code>security-permission</code> element will be created and returned.
* Otherwise, the first existing <code>security-permission</code> element will be returned.
* @return the instance defined for the element <code>security-permission</code> 
*/
public SecurityPermission<Resourceadapter<T>> getOrCreateSecurityPermission()
{
 List<Node> nodeList = childNode.get("security-permission");
 if (nodeList != null &&  nodeList.size() > 0)
 {
   return new SecurityPermissionImpl<Resourceadapter<T>>(this, "security-permission", childNode, nodeList.get(0));
 }
 return createSecurityPermission();
}
origin: org.jboss.shrinkwrap.descriptors/shrinkwrap-descriptors-impl-javaee

/**
* If not already created, a new <code>authentication-mechanism</code> element will be created and returned.
* Otherwise, the first existing <code>authentication-mechanism</code> element will be returned.
* @return the instance defined for the element <code>authentication-mechanism</code> 
*/
public AuthenticationMechanism<Resourceadapter<T>> getOrCreateAuthenticationMechanism()
{
 List<Node> nodeList = childNode.get("authentication-mechanism");
 if (nodeList != null &&  nodeList.size() > 0)
 {
   return new AuthenticationMechanismImpl<Resourceadapter<T>>(this, "authentication-mechanism", childNode, nodeList.get(0));
 }
 return createAuthenticationMechanism();
}
origin: org.projectodd.shrinkwrap.descriptors/shrinkwrap-descriptors-impl-javaee

/**
* 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 ConfigProperty<Resourceadapter<T>> getOrCreateConfigProperty()
{
 List<Node> nodeList = childNode.get("config-property");
 if (nodeList != null &&  nodeList.size() > 0)
 {
   return new ConfigPropertyImpl<Resourceadapter<T>>(this, "config-property", childNode, nodeList.get(0));
 }
 return createConfigProperty();
}
origin: org.jboss.ironjacamar/ironjacamar-embedded

/**
* If not already created, a new <code>resourceadapter</code> element with the given value will be created.
* Otherwise, the existing <code>resourceadapter</code> element will be returned.
* @return  a new or existing instance of <code>Resourceadapter<ConnectorDescriptor></code> 
*/
public Resourceadapter<ConnectorDescriptor> getOrCreateResourceadapter()
{
 Node node = model.getOrCreate("resourceadapter");
 Resourceadapter<ConnectorDescriptor> resourceadapter = new ResourceadapterImpl<ConnectorDescriptor>(this, "resourceadapter", model, node);
 return resourceadapter;
}
origin: org.jboss.ironjacamar/ironjacamar-embedded

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

/**
* If not already created, a new <code>resourceadapter</code> element with the given value will be created.
* Otherwise, the existing <code>resourceadapter</code> element will be returned.
* @return  a new or existing instance of <code>Resourceadapter<Connector<T>></code> 
*/
public Resourceadapter<Connector<T>> getOrCreateResourceadapter()
{
 Node node = childNode.getOrCreate("resourceadapter");
 Resourceadapter<Connector<T>> resourceadapter = new ResourceadapterImpl<Connector<T>>(this, "resourceadapter", childNode, node);
 return resourceadapter;
}
org.jboss.shrinkwrap.descriptor.impl.connector10ResourceadapterImpl

Javadoc

This class implements the resourceadapter xsd type

Most used methods

  • <init>
  • createAuthenticationMechanism
    Creates a new authentication-mechanism element
  • createConfigProperty
    Creates a new config-property element
  • createSecurityPermission
    Creates a new security-permission element

Popular in Java

  • Reactive rest calls using spring rest template
  • setContentView (Activity)
  • addToBackStack (FragmentTransaction)
  • runOnUiThread (Activity)
  • Point (java.awt)
    A point representing a location in (x,y) coordinate space, specified in integer precision.
  • Arrays (java.util)
    This class contains various methods for manipulating arrays (such as sorting and searching). This cl
  • Enumeration (java.util)
    A legacy iteration interface.New code should use Iterator instead. Iterator replaces the enumeration
  • TimeZone (java.util)
    TimeZone represents a time zone offset, and also figures out daylight savings. Typically, you get a
  • ServletException (javax.servlet)
    Defines a general exception a servlet can throw when it encounters difficulty.
  • Logger (org.apache.log4j)
    This is the central class in the log4j package. Most logging operations, except configuration, are d
  • Top plugins for WebStorm
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