org.glassfish.javaee.services
Class ResourcesBinder
java.lang.Object
org.glassfish.javaee.services.ResourcesBinder
@Service
public class ResourcesBinder
- extends Object
Binds proxy objects in the jndi namespace for all the resources and pools defined in the
configuration. Those objects will delay the instantiation of the actual resources and pools
until code looks them up in the naming manager.
- Author:
- Jerome Dochez, Jagadish Ramu
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResourcesBinder
public ResourcesBinder()
deployResource
public void deployResource(ResourceInfo resourceInfo,
Resource resource)
- deploy proxy for the resource
- Parameters:
resourceInfo - jndi name with which the resource need to be deployedresource - config object of the resource
Copyright © 2012 GlassFish Community. All Rights Reserved.