Tabnine Logo
GlassfishNamingManager.lookup
Code IndexAdd Tabnine to your IDE (free)

How to use
lookup
method
in
org.glassfish.api.naming.GlassfishNamingManager

Best Java code snippets using org.glassfish.api.naming.GlassfishNamingManager.lookup (Showing top 3 results out of 315)

origin: org.glassfish.main.web/weld-integration

String lookupName = envDependencyName.startsWith("java:") ?
    envDependencyName : "java:comp/env/" + envDependencyName;
result = namingManager.lookup(componentId, lookupName);
origin: org.glassfish.main.common/container-common

glassfishNamingManager.lookup(componentId, lookupName) :
glassfishNamingManager.getInitialContext().lookup(lookupName);
origin: org.glassfish.common/container-common

glassfishNamingManager.lookup(componentId, lookupName) :
glassfishNamingManager.getInitialContext().lookup(lookupName);
org.glassfish.api.namingGlassfishNamingManagerlookup

Javadoc

Lookup a naming entry for a particular componentId

Popular methods of GlassfishNamingManager

  • getInitialContext
    Get the initial context.
  • publishObject
    Publish an object in the naming service.
  • unpublishObject
    Remove an object from the naming service.
  • bindToAppNamespace
    Binds the bindings to module namespace of an application Typically, to get access to application's n
  • restoreJavaCompEnvContext
    Recreate a context for java:comp/env or one of its sub-contexts given the context name.
  • bindToComponentNamespace
    This method enumerates the env properties, ejb and resource references etc for a J2EE component and
  • bindToModuleNamespace
    Binds the bindings to module namespace of an application Typically, to get access to application's m
  • lookupFromAppNamespace
    Lookup a naming entry in a particular application's namespace
  • lookupFromModuleNamespace
    Lookup a naming entry in a particular application's module's namespace
  • publishCosNamingObject
    Publish a CosNaming object. The object is published to both the server's CosNaming service and the g
  • unbindAppObject
    Remove an object from the application's namespace. Typically, to get access to application's namespa
  • unbindAppObjects
    Unbind app and module level bindings for the given app name.
  • unbindAppObject,
  • unbindAppObjects,
  • unbindComponentObjects,
  • unbindModuleObject,
  • unpublishCosNamingObject,
  • initializeRemoteNamingSupport

Popular in Java

  • Finding current android device location
  • onCreateOptionsMenu (Activity)
  • getContentResolver (Context)
  • requestLocationUpdates (LocationManager)
  • ObjectMapper (com.fasterxml.jackson.databind)
    ObjectMapper provides functionality for reading and writing JSON, either to and from basic POJOs (Pl
  • Random (java.util)
    This class provides methods that return pseudo-random values.It is dangerous to seed Random with the
  • Vector (java.util)
    Vector is an implementation of List, backed by an array and synchronized. All optional operations in
  • ConcurrentHashMap (java.util.concurrent)
    A plug-in replacement for JDK1.5 java.util.concurrent.ConcurrentHashMap. This version is based on or
  • JComboBox (javax.swing)
  • JList (javax.swing)
  • 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