Class DefaultManagedExecutorService
- java.lang.Object
-
- org.glassfish.concurrent.runtime.deployer.DefaultManagedExecutorService
-
- All Implemented Interfaces:
DefaultResourceProxy,NamedNamingObjectProxy
@Service public class DefaultManagedExecutorService extends Object implements NamedNamingObjectProxy, DefaultResourceProxy
Naming Object Proxy to handle the Default ManagedExecutorService. Maps to a pre-configured managed executor service, when binding for a managed executor service reference is absent in the @Resource annotation.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.glassfish.api.naming.DefaultResourceProxy
DefaultResourceProxy.Util
-
-
Constructor Summary
Constructors Constructor Description DefaultManagedExecutorService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLogicalName()StringgetPhysicalName()Objecthandle(String name)Returns the name that will be used to publish this object in the naming manager
-
-
-
Method Detail
-
handle
public Object handle(String name) throws NamingException
Description copied from interface:NamedNamingObjectProxyReturns the name that will be used to publish this object in the naming manager- Specified by:
handlein interfaceNamedNamingObjectProxy- Returns:
- the name to bind
- Throws:
NamingException
-
getPhysicalName
public String getPhysicalName()
- Specified by:
getPhysicalNamein interfaceDefaultResourceProxy
-
getLogicalName
public String getLogicalName()
- Specified by:
getLogicalNamein interfaceDefaultResourceProxy
-
-