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

How to use
getEJBJarXmiResource
method
in
org.eclipse.jst.j2ee.ejb.componentcore.util.EJBArtifactEdit

Best Java code snippets using org.eclipse.jst.j2ee.ejb.componentcore.util.EJBArtifactEdit.getEJBJarXmiResource (Showing top 4 results out of 315)

origin: org.eclipse/org.eclipse.jst.j2ee.ejb

/**
 * <p>
 * Retrieves J2EE version information from EJBResource.
 * </p>
 * 
 * @return an integer representation of a J2EE Spec version
 * 
 */
public int getJ2EEVersion() {
  verifyOperationSupported();
  return getEJBJarXmiResource().getJ2EEVersionID();
}
origin: org.eclipse/org.eclipse.jst.ws.consumption.ui

EJBResource ejbRes = ejbEdit.getEJBJarXmiResource();
EJBJar jar = ejbRes.getEJBJar();
java.util.List sessions = jar.getSessionBeans();
origin: org.eclipse/org.eclipse.jst.ws.consumption.ui

try {
 ejbEdit = EJBArtifactEdit.getEJBArtifactEditForRead(ejbComponentsArray[index]);
 EJBResource ejbRes = ejbEdit.getEJBJarXmiResource();
 EJBJar jar = ejbRes.getEJBJar();
 Vector beans = J2EEUtils.getBeanNames(jar);
origin: org.eclipse/org.eclipse.jst.ws.consumption.ui

try {
 ejbEdit = EJBArtifactEdit.getEJBArtifactEditForRead(ejbComponents[j]);
 EJBResource ejbRes = ejbEdit.getEJBJarXmiResource();
 if (ejbRes.getEJBJar() == jar)
org.eclipse.jst.j2ee.ejb.componentcore.utilEJBArtifactEditgetEJBJarXmiResource

Popular methods of EJBArtifactEdit

  • dispose
  • getEJBArtifactEditForRead
    Returns an instance facade to manage the underlying edit model for the given WorkbenchComponent. In
  • getEJBArtifactEditForWrite
    Returns an instance facade to manage the underlying edit model for the given WorkbenchComponent. In
  • getEJBClientJarModule
  • getEJBJar
  • getJ2EEVersion
    Retrieves J2EE version information from EJBResource.
  • hasEJBClientJARProject
    Checks is a EJB Client Jar exists for the ejb module project
  • <init>
  • addEJBJarIfNecessary
    Creates a deployment descriptor root object (EJBJar) and populates with data. Adds the root object
  • createDeploymentDescriptor
  • createModelRoot
  • getArtifactEditModel
  • createModelRoot,
  • getArtifactEditModel,
  • getBinaryComponentHelper,
  • getComponent,
  • getDeploymentDescriptorFolder,
  • getDeploymentDescriptorResource,
  • getDeploymentDescriptorRoot,
  • getProject,
  • getWritableEdit

Popular in Java

  • Parsing JSON documents to java classes using gson
  • onRequestPermissionsResult (Fragment)
  • getSupportFragmentManager (FragmentActivity)
  • setContentView (Activity)
  • HttpServer (com.sun.net.httpserver)
    This class implements a simple HTTP server. A HttpServer is bound to an IP address and port number a
  • Path (java.nio.file)
  • Format (java.text)
    The base class for all formats. This is an abstract base class which specifies the protocol for clas
  • Deque (java.util)
    A linear collection that supports element insertion and removal at both ends. The name deque is shor
  • Executor (java.util.concurrent)
    An object that executes submitted Runnable tasks. This interface provides a way of decoupling task s
  • Options (org.apache.commons.cli)
    Main entry-point into the library. Options represents a collection of Option objects, which describ
  • Top PhpStorm plugins
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