Uses of Interface
com.sun.enterprise.naming.spi.NamingObjectFactory
-
Packages that use NamingObjectFactory Package Description com.sun.enterprise.container.common.impl com.sun.enterprise.naming.spi com.sun.enterprise.naming.util -
-
Uses of NamingObjectFactory in com.sun.enterprise.container.common.impl
Classes in com.sun.enterprise.container.common.impl that implement NamingObjectFactory Modifier and Type Class Description classFactoryForEntityManagerFactoryWrapper -
Uses of NamingObjectFactory in com.sun.enterprise.naming.spi
Methods in com.sun.enterprise.naming.spi with parameters of type NamingObjectFactory Modifier and Type Method Description NamingObjectFactoryNamingUtils. createCloningNamingObjectFactory(String name, NamingObjectFactory delegate)Creates an instance ofCloningNamingObjectFactorythat will create copies of the object created by the delegate.NamingObjectFactoryNamingUtils. createDelegatingNamingObjectFactory(String name, NamingObjectFactory delegate, boolean cacheResult)Creates an instance ofDelegatingNamingObjectFactorythat will use anotherNamingObjectFactoryto do the work -
Uses of NamingObjectFactory in com.sun.enterprise.naming.util
Classes in com.sun.enterprise.naming.util that implement NamingObjectFactory Modifier and Type Class Description classCloningNamingObjectFactoryFactory that will create copies of the given object.classDelegatingNamingObjectFactoryA factory that is a wrapper for anotherNamingObjectFactoryclassJndiInitializationNamingObjectFactoryA naming object factory that is used by resource-references of type JDBC/JMS/Connector/Mail so that Application Client Container based lookup of these references will result in the server returning the "Reference" instead of the actual object since the actual object will not work in the application client container.classJndiNamingObjectFactoryFactory for creating Objects with a given jndi nameclassSimpleNamingObjectFactoryReturns instances of the specified objectMethods in com.sun.enterprise.naming.util that return NamingObjectFactory Modifier and Type Method Description NamingObjectFactoryNamingUtilsImpl. createCloningNamingObjectFactory(String name, NamingObjectFactory delegate)NamingObjectFactoryNamingUtilsImpl. createCloningNamingObjectFactory(String name, Object value)NamingObjectFactoryNamingUtilsImpl. createDelegatingNamingObjectFactory(String name, NamingObjectFactory delegate, boolean cacheResult)NamingObjectFactoryNamingUtilsImpl. createLazyInitializationNamingObjectFactory(String name, String jndiName, boolean cacheResult)NamingObjectFactoryNamingUtilsImpl. createLazyNamingObjectFactory(String name, String jndiName, boolean cacheResult)NamingObjectFactoryNamingUtilsImpl. createSimpleNamingObjectFactory(String name, Object value)Methods in com.sun.enterprise.naming.util with parameters of type NamingObjectFactory Modifier and Type Method Description NamingObjectFactoryNamingUtilsImpl. createCloningNamingObjectFactory(String name, NamingObjectFactory delegate)NamingObjectFactoryNamingUtilsImpl. createDelegatingNamingObjectFactory(String name, NamingObjectFactory delegate, boolean cacheResult)Constructors in com.sun.enterprise.naming.util with parameters of type NamingObjectFactory Constructor Description CloningNamingObjectFactory(String name, NamingObjectFactory delegate)Creates a factory that will create copies of whatever the delegate us to holdDelegatingNamingObjectFactory(String name, NamingObjectFactory delegate, boolean cacheResult)Creates a factory that will use another factory to do the work
-