Uses of Interface
org.glassfish.api.naming.DefaultResourceProxy
-
Packages that use DefaultResourceProxy Package Description com.sun.enterprise.connectors.jms.system org.glassfish.api.naming org.glassfish.concurrent.runtime.deployer org.glassfish.jdbcruntime -
-
Uses of DefaultResourceProxy in com.sun.enterprise.connectors.jms.system
Classes in com.sun.enterprise.connectors.jms.system that implement DefaultResourceProxy Modifier and Type Class Description classDefaultJMSConnectionFactoryNaming Object Proxy to handle the Default JMS Connection Factory. -
Uses of DefaultResourceProxy in org.glassfish.api.naming
Method parameters in org.glassfish.api.naming with type arguments of type DefaultResourceProxy Modifier and Type Method Description static StringDefaultResourceProxy.Util. getLogicalName(List<DefaultResourceProxy> drps, String physicalName) -
Uses of DefaultResourceProxy in org.glassfish.concurrent.runtime.deployer
Classes in org.glassfish.concurrent.runtime.deployer that implement DefaultResourceProxy Modifier and Type Class Description classDefaultContextServiceNaming Object Proxy to handle the Default ContextService.classDefaultManagedExecutorServiceNaming Object Proxy to handle the Default ManagedExecutorService.classDefaultManagedScheduledExecutorServiceNaming Object Proxy to handle the Default ManagedScheduledExecutorService.classDefaultManagedThreadFactoryNaming Object Proxy to handle the Default ManagedThreadFactory. -
Uses of DefaultResourceProxy in org.glassfish.jdbcruntime
Classes in org.glassfish.jdbcruntime that implement DefaultResourceProxy Modifier and Type Class Description classDefaultDataSourceNaming Object Proxy to handle the Default Data Source.
-