Interface ComponentEnvManager

    • Method Detail

      • getJndiNameEnvironment

        com.sun.enterprise.deployment.JndiNameEnvironment getJndiNameEnvironment​(String componentId)
      • getCurrentJndiNameEnvironment

        com.sun.enterprise.deployment.JndiNameEnvironment getCurrentJndiNameEnvironment()
      • getComponentEnvId

        String getComponentEnvId​(com.sun.enterprise.deployment.JndiNameEnvironment env)
      • addToComponentNamespace

        void addToComponentNamespace​(com.sun.enterprise.deployment.JndiNameEnvironment origEnv,
                                     Collection<com.sun.enterprise.deployment.EnvironmentProperty> envProps,
                                     Collection<com.sun.enterprise.deployment.ResourceReferenceDescriptor> resRefs)
                              throws NamingException
        Throws:
        NamingException
      • unbindFromComponentNamespace

        void unbindFromComponentNamespace​(com.sun.enterprise.deployment.JndiNameEnvironment env)
                                   throws NamingException
        Throws:
        NamingException
      • getCurrentApplicationEnvironment

        org.glassfish.api.invocation.ApplicationEnvironment getCurrentApplicationEnvironment()
        Returns the current application environment if not running in a specified container
        Returns:
        The current application environment or null if we are not currently running as a specific application