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

How to use
getResourceEnvId
method
in
org.apache.openejb.config.AutoConfig

Best Java code snippets using org.apache.openejb.config.AutoConfig.getResourceEnvId (Showing top 9 results out of 315)

origin: org.apache.geronimo.ext.openejb/openejb-core

destinationId = getResourceEnvId(moduleId, destinationId, ref.getType(), appResources);
ref.setMappedName(destinationId);
destinationId = getResourceEnvId(moduleId, destinationId, ref.getType(), appResources);
ref.setMappedName(destinationId);
origin: org.apache.geronimo.ext.openejb/openejb-core

  id = getResourceEnvId(ejbDeployment.getDeploymentId(), id, refType, appResources);
  if (id == null) {
  ejbDeployment.addResourceLink(link);
} else {
  String id = getResourceEnvId(ejbDeployment.getDeploymentId(), link.getResId(), refType, appResources);
  link.setResId(id);
  link.setResRefName(refName);
origin: org.apache.openejb/openejb-core

destinationId = getResourceEnvId(moduleId, destinationId, refType, appResources);
ref.setMappedName(destinationId);
destinationId = getResourceEnvId(moduleId, destinationId, ref.getType(), appResources);
ref.setMappedName(destinationId);
origin: org.apache.tomee/openejb-core

destinationId = getResourceEnvId(moduleId, destinationId, refType, appResources);
ref.setMappedName(destinationId);
destinationId = getResourceEnvId(moduleId, destinationId, ref.getType(), appResources);
ref.setMappedName(destinationId);
origin: org.apache.openejb/openejb-core

  id = getResourceEnvId(ejbDeployment.getDeploymentId(), id, refType, appResources);
  if (id == null) {
  ejbDeployment.addResourceLink(link);
} else {
  final String id = getResourceEnvId(ejbDeployment.getDeploymentId(), link.getResId(), refType, appResources);
  link.setResId(id);
  link.setResRefName(refName);
origin: org.apache.tomee/openejb-core

  id = getResourceEnvId(ejbDeployment.getDeploymentId(), id, refType, appResources);
  if (id == null) {
  ejbDeployment.addResourceLink(link);
} else {
  final String id = getResourceEnvId(ejbDeployment.getDeploymentId(), link.getResId(), refType, appResources);
  link.setResId(id);
  link.setResRefName(refName);
origin: org.apache.geronimo.ext.openejb/openejb-core

if (resourceLink != null) {
  try {
    String destinationId = getResourceEnvId(bean.getEjbName(), resourceLink.getResId(), mdb.getMessageDestinationType(), appResources);
    resourceLink.setResId(destinationId);
  } catch (OpenEJBException e) {
origin: org.apache.openejb/openejb-core

if (resourceLink != null) {
  try {
    final String destinationId = getResourceEnvId(bean.getEjbName(), resourceLink.getResId(), mdb.getMessageDestinationType(), appResources);
    resourceLink.setResId(destinationId);
  } catch (final OpenEJBException e) {
origin: org.apache.tomee/openejb-core

if (resourceLink != null) {
  try {
    final String destinationId = getResourceEnvId(bean.getEjbName(), resourceLink.getResId(), mdb.getMessageDestinationType(), appResources);
    resourceLink.setResId(destinationId);
  } catch (final OpenEJBException e) {
org.apache.openejb.configAutoConfiggetResourceEnvId

Popular methods of AutoConfig

  • <init>
  • autoCreateContainers
  • autoCreateResources
  • findResourceId
  • autoCreateResource
  • checkUnitDataSourceRefs
  • copy
  • createContainer
  • deploy
  • findResourceProviderId
  • firstMatching
  • getResourceId
  • firstMatching,
  • getResourceId,
  • getResourceIds,
  • getType,
  • getUsableContainer,
  • installResource,
  • isJms,
  • logAutoCreateResource,
  • normalizeResourceId

Popular in Java

  • Making http requests using okhttp
  • getContentResolver (Context)
  • putExtra (Intent)
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • Container (java.awt)
    A generic Abstract Window Toolkit(AWT) container object is a component that can contain other AWT co
  • InputStreamReader (java.io)
    A class for turning a byte stream into a character stream. Data read from the source input stream is
  • ServerSocket (java.net)
    This class represents a server-side socket that waits for incoming client connections. A ServerSocke
  • ExecutorService (java.util.concurrent)
    An Executor that provides methods to manage termination and methods that can produce a Future for tr
  • ZipFile (java.util.zip)
    This class provides random read access to a zip file. You pay more to read the zip file's central di
  • BasicDataSource (org.apache.commons.dbcp)
    Basic implementation of javax.sql.DataSource that is configured via JavaBeans properties. This is no
  • 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