Uses of Interface
org.glassfish.api.naming.JNDIBinding
-
Packages that use JNDIBinding Package Description com.sun.enterprise.naming.impl org.glassfish.api.naming org.glassfish.resourcebase.resources.naming -
-
Uses of JNDIBinding in com.sun.enterprise.naming.impl
Method parameters in com.sun.enterprise.naming.impl with type arguments of type JNDIBinding Modifier and Type Method Description voidGlassfishNamingManagerImpl. bindToAppNamespace(String appName, Collection<? extends JNDIBinding> bindings)voidGlassfishNamingManagerImpl. bindToComponentNamespace(String appName, String moduleName, String componentId, boolean treatComponentAsModule, Collection<? extends JNDIBinding> bindings)This method enumerates the env properties, ejb and resource references etc for a J2EE component and binds them in the component's java:comp namespace.voidGlassfishNamingManagerImpl. bindToModuleNamespace(String appName, String moduleName, Collection<? extends JNDIBinding> bindings) -
Uses of JNDIBinding in org.glassfish.api.naming
Method parameters in org.glassfish.api.naming with type arguments of type JNDIBinding Modifier and Type Method Description voidGlassfishNamingManager. bindToAppNamespace(String appName, Collection<? extends JNDIBinding> bindings)Binds the bindings to module namespace of an application
Typically, to get access to application's namespace, invocation context must be set to appropriate application's context.
This API is useful in cases where containers within GlassFish need to bind the objects in application's name-space and do not have application's invocation contextvoidGlassfishNamingManager. bindToComponentNamespace(String appName, String moduleName, String componentId, boolean treatComponentAsModule, Collection<? extends JNDIBinding> bindings)This method enumerates the env properties, ejb and resource references etc for a J2EE component and binds them in the applicable java: namespace.voidGlassfishNamingManager. bindToModuleNamespace(String appName, String moduleName, Collection<? extends JNDIBinding> bindings)Binds the bindings to module namespace of an application
Typically, to get access to application's module namespace, invocation context must be set to appropriate application's context.
This API is useful in cases where containers within GlassFish need to bind the objects in application's module name-space and do not have application's invocation context -
Uses of JNDIBinding in org.glassfish.resourcebase.resources.naming
Classes in org.glassfish.resourcebase.resources.naming that implement JNDIBinding Modifier and Type Class Description classApplicationScopedResourceBindingresource binding for application scoped resourceclassModuleScopedResourceBindingresource binding for module scoped resources
-