@Service public class DelegatingNamingObjectFactory extends Object implements NamingObjectFactory
| Constructor and Description |
|---|
DelegatingNamingObjectFactory(String name,
NamingObjectFactory delegate,
boolean cacheResult) |
| Modifier and Type | Method and Description |
|---|---|
Object |
create(Context ic) |
String |
getName() |
boolean |
isCreateResultCacheable()
Tells if the result of create() is cacheable.
|
public DelegatingNamingObjectFactory(String name, NamingObjectFactory delegate, boolean cacheResult)
public boolean isCreateResultCacheable()
NamingObjectFactoryisCreateResultCacheable in interface NamingObjectFactorypublic Object create(Context ic) throws NamingException
create in interface org.glassfish.api.naming.NamingObjectProxyNamingExceptionpublic String getName()
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.