Tabnine Logo
EjbLocalRefTypeImpl.<init>
Code IndexAdd Tabnine to your IDE (free)

How to use
org.jboss.shrinkwrap.descriptor.impl.javaee6.EjbLocalRefTypeImpl
constructor

Best Java code snippets using org.jboss.shrinkwrap.descriptor.impl.javaee6.EjbLocalRefTypeImpl.<init> (Showing top 20 results out of 315)

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

/**
* Creates a new <code>ejb-local-ref</code> element 
* @return the new created instance of <code>EjbLocalRefType<MessageDrivenBeanType<T>></code> 
*/
public EjbLocalRefType<MessageDrivenBeanType<T>> createEjbLocalRef()
{
 return new EjbLocalRefTypeImpl<MessageDrivenBeanType<T>>(this, "ejb-local-ref", childNode);
}
origin: org.projectodd.shrinkwrap.descriptors/shrinkwrap-descriptors-impl-javaee

/**
* Creates a new <code>ejb-local-ref</code> element 
* @return the new created instance of <code>EjbLocalRefType<EntityBeanType<T>></code> 
*/
public EjbLocalRefType<EntityBeanType<T>> createEjbLocalRef()
{
 return new EjbLocalRefTypeImpl<EntityBeanType<T>>(this, "ejb-local-ref", childNode);
}
origin: org.jboss.shrinkwrap.descriptors/shrinkwrap-descriptors-impl-javaee

/**
* Creates a new <code>ejb-local-ref</code> element 
* @return the new created instance of <code>EjbLocalRefType<WebFragmentDescriptor></code> 
*/
public EjbLocalRefType<WebFragmentDescriptor> createEjbLocalRef()
{
 return new EjbLocalRefTypeImpl<WebFragmentDescriptor>(this, "ejb-local-ref", model);
}
origin: org.jboss.shrinkwrap.descriptors/shrinkwrap-descriptors-impl-javaee

/**
* Creates a new <code>ejb-local-ref</code> element 
* @return the new created instance of <code>EjbLocalRefType<ApplicationDescriptor></code> 
*/
public EjbLocalRefType<ApplicationDescriptor> createEjbLocalRef()
{
 return new EjbLocalRefTypeImpl<ApplicationDescriptor>(this, "ejb-local-ref", model);
}
origin: org.jboss.shrinkwrap.descriptors/shrinkwrap-descriptors-impl-javaee

/**
* Creates a new <code>ejb-local-ref</code> element 
* @return the new created instance of <code>EjbLocalRefType<InterceptorType<T>></code> 
*/
public EjbLocalRefType<InterceptorType<T>> createEjbLocalRef()
{
 return new EjbLocalRefTypeImpl<InterceptorType<T>>(this, "ejb-local-ref", childNode);
}
origin: org.jboss.shrinkwrap.descriptors/shrinkwrap-descriptors-impl-javaee

/**
* Creates a new <code>ejb-local-ref</code> element 
* @return the new created instance of <code>EjbLocalRefType<WebAppDescriptor></code> 
*/
public EjbLocalRefType<WebAppDescriptor> createEjbLocalRef()
{
 return new EjbLocalRefTypeImpl<WebAppDescriptor>(this, "ejb-local-ref", model);
}
origin: org.jboss.shrinkwrap.descriptors/shrinkwrap-descriptors-impl-javaee

/**
* Creates a new <code>ejb-local-ref</code> element 
* @return the new created instance of <code>EjbLocalRefType<EntityBeanType<T>></code> 
*/
public EjbLocalRefType<EntityBeanType<T>> createEjbLocalRef()
{
 return new EjbLocalRefTypeImpl<EntityBeanType<T>>(this, "ejb-local-ref", childNode);
}
origin: org.jboss.shrinkwrap.descriptors/shrinkwrap-descriptors-impl-javaee

/**
* Creates a new <code>ejb-local-ref</code> element 
* @return the new created instance of <code>EjbLocalRefType<SessionBeanType<T>></code> 
*/
public EjbLocalRefType<SessionBeanType<T>> createEjbLocalRef()
{
 return new EjbLocalRefTypeImpl<SessionBeanType<T>>(this, "ejb-local-ref", childNode);
}
origin: org.projectodd.shrinkwrap.descriptors/shrinkwrap-descriptors-impl-javaee

/**
* Creates a new <code>ejb-local-ref</code> element 
* @return the new created instance of <code>EjbLocalRefType<WebAppDescriptor></code> 
*/
public EjbLocalRefType<WebAppDescriptor> createEjbLocalRef()
{
 return new EjbLocalRefTypeImpl<WebAppDescriptor>(this, "ejb-local-ref", model);
}
origin: org.projectodd.shrinkwrap.descriptors/shrinkwrap-descriptors-impl-javaee

/**
* Creates a new <code>ejb-local-ref</code> element 
* @return the new created instance of <code>EjbLocalRefType<SessionBeanType<T>></code> 
*/
public EjbLocalRefType<SessionBeanType<T>> createEjbLocalRef()
{
 return new EjbLocalRefTypeImpl<SessionBeanType<T>>(this, "ejb-local-ref", childNode);
}
origin: org.projectodd.shrinkwrap.descriptors/shrinkwrap-descriptors-impl-javaee

/**
* Creates a new <code>ejb-local-ref</code> element 
* @return the new created instance of <code>EjbLocalRefType<InterceptorType<T>></code> 
*/
public EjbLocalRefType<InterceptorType<T>> createEjbLocalRef()
{
 return new EjbLocalRefTypeImpl<InterceptorType<T>>(this, "ejb-local-ref", childNode);
}
origin: org.projectodd.shrinkwrap.descriptors/shrinkwrap-descriptors-impl-javaee

/**
* Creates a new <code>ejb-local-ref</code> element 
* @return the new created instance of <code>EjbLocalRefType<WebFragmentDescriptor></code> 
*/
public EjbLocalRefType<WebFragmentDescriptor> createEjbLocalRef()
{
 return new EjbLocalRefTypeImpl<WebFragmentDescriptor>(this, "ejb-local-ref", model);
}
origin: org.projectodd.shrinkwrap.descriptors/shrinkwrap-descriptors-impl-javaee

/**
* Creates a new <code>ejb-local-ref</code> element 
* @return the new created instance of <code>EjbLocalRefType<MessageDrivenBeanType<T>></code> 
*/
public EjbLocalRefType<MessageDrivenBeanType<T>> createEjbLocalRef()
{
 return new EjbLocalRefTypeImpl<MessageDrivenBeanType<T>>(this, "ejb-local-ref", childNode);
}
origin: org.projectodd.shrinkwrap.descriptors/shrinkwrap-descriptors-impl-javaee

/**
* Creates a new <code>ejb-local-ref</code> element 
* @return the new created instance of <code>EjbLocalRefType<ApplicationDescriptor></code> 
*/
public EjbLocalRefType<ApplicationDescriptor> createEjbLocalRef()
{
 return new EjbLocalRefTypeImpl<ApplicationDescriptor>(this, "ejb-local-ref", model);
}
origin: org.jboss.shrinkwrap.descriptors/shrinkwrap-descriptors-impl-javaee

/**
* If not already created, a new <code>ejb-local-ref</code> element will be created and returned.
* Otherwise, the first existing <code>ejb-local-ref</code> element will be returned.
* @return the instance defined for the element <code>ejb-local-ref</code> 
*/
public EjbLocalRefType<MessageDrivenBeanType<T>> getOrCreateEjbLocalRef()
{
 List<Node> nodeList = childNode.get("ejb-local-ref");
 if (nodeList != null &&  nodeList.size() > 0)
 {
   return new EjbLocalRefTypeImpl<MessageDrivenBeanType<T>>(this, "ejb-local-ref", childNode, nodeList.get(0));
 }
 return createEjbLocalRef();
}
origin: org.jboss.shrinkwrap.descriptors/shrinkwrap-descriptors-impl-javaee

/**
* If not already created, a new <code>ejb-local-ref</code> element will be created and returned.
* Otherwise, the first existing <code>ejb-local-ref</code> element will be returned.
* @return the instance defined for the element <code>ejb-local-ref</code> 
*/
public EjbLocalRefType<WebAppDescriptor> getOrCreateEjbLocalRef()
{
 List<Node> nodeList = model.get("ejb-local-ref");
 if (nodeList != null &&  nodeList.size() > 0)
 {
   return new EjbLocalRefTypeImpl<WebAppDescriptor>(this, "ejb-local-ref", model, nodeList.get(0));
 }
 return createEjbLocalRef();
}
origin: org.jboss.shrinkwrap.descriptors/shrinkwrap-descriptors-impl-javaee

/**
* If not already created, a new <code>ejb-local-ref</code> element will be created and returned.
* Otherwise, the first existing <code>ejb-local-ref</code> element will be returned.
* @return the instance defined for the element <code>ejb-local-ref</code> 
*/
public EjbLocalRefType<ApplicationDescriptor> getOrCreateEjbLocalRef()
{
 List<Node> nodeList = model.get("ejb-local-ref");
 if (nodeList != null &&  nodeList.size() > 0)
 {
   return new EjbLocalRefTypeImpl<ApplicationDescriptor>(this, "ejb-local-ref", model, nodeList.get(0));
 }
 return createEjbLocalRef();
}
origin: org.projectodd.shrinkwrap.descriptors/shrinkwrap-descriptors-impl-javaee

/**
* If not already created, a new <code>ejb-local-ref</code> element will be created and returned.
* Otherwise, the first existing <code>ejb-local-ref</code> element will be returned.
* @return the instance defined for the element <code>ejb-local-ref</code> 
*/
public EjbLocalRefType<SessionBeanType<T>> getOrCreateEjbLocalRef()
{
 List<Node> nodeList = childNode.get("ejb-local-ref");
 if (nodeList != null &&  nodeList.size() > 0)
 {
   return new EjbLocalRefTypeImpl<SessionBeanType<T>>(this, "ejb-local-ref", childNode, nodeList.get(0));
 }
 return createEjbLocalRef();
}
origin: org.projectodd.shrinkwrap.descriptors/shrinkwrap-descriptors-impl-javaee

/**
* If not already created, a new <code>ejb-local-ref</code> element will be created and returned.
* Otherwise, the first existing <code>ejb-local-ref</code> element will be returned.
* @return the instance defined for the element <code>ejb-local-ref</code> 
*/
public EjbLocalRefType<MessageDrivenBeanType<T>> getOrCreateEjbLocalRef()
{
 List<Node> nodeList = childNode.get("ejb-local-ref");
 if (nodeList != null &&  nodeList.size() > 0)
 {
   return new EjbLocalRefTypeImpl<MessageDrivenBeanType<T>>(this, "ejb-local-ref", childNode, nodeList.get(0));
 }
 return createEjbLocalRef();
}
origin: org.projectodd.shrinkwrap.descriptors/shrinkwrap-descriptors-impl-javaee

/**
* If not already created, a new <code>ejb-local-ref</code> element will be created and returned.
* Otherwise, the first existing <code>ejb-local-ref</code> element will be returned.
* @return the instance defined for the element <code>ejb-local-ref</code> 
*/
public EjbLocalRefType<ApplicationDescriptor> getOrCreateEjbLocalRef()
{
 List<Node> nodeList = model.get("ejb-local-ref");
 if (nodeList != null &&  nodeList.size() > 0)
 {
   return new EjbLocalRefTypeImpl<ApplicationDescriptor>(this, "ejb-local-ref", model, nodeList.get(0));
 }
 return createEjbLocalRef();
}
org.jboss.shrinkwrap.descriptor.impl.javaee6EjbLocalRefTypeImpl<init>

Popular methods of EjbLocalRefTypeImpl

  • createInjectionTarget
    Creates a new injection-target element

Popular in Java

  • Making http post requests using okhttp
  • getSystemService (Context)
  • scheduleAtFixedRate (Timer)
  • runOnUiThread (Activity)
  • GridBagLayout (java.awt)
    The GridBagLayout class is a flexible layout manager that aligns components vertically and horizonta
  • EOFException (java.io)
    Thrown when a program encounters the end of a file or stream during an input operation.
  • Iterator (java.util)
    An iterator over a sequence of objects, such as a collection.If a collection has been changed since
  • TimerTask (java.util)
    The TimerTask class represents a task to run at a specified time. The task may be run once or repeat
  • HttpServletRequest (javax.servlet.http)
    Extends the javax.servlet.ServletRequest interface to provide request information for HTTP servlets.
  • Options (org.apache.commons.cli)
    Main entry-point into the library. Options represents a collection of Option objects, which describ
  • 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