| Package | Description |
|---|---|
| com.sun.enterprise.container.common.impl | |
| com.sun.enterprise.naming.spi | |
| com.sun.enterprise.naming.util |
| Modifier and Type | Class and Description |
|---|---|
class |
FactoryForEntityManagerFactoryWrapper |
| Modifier and Type | Method and Description |
|---|---|
NamingObjectFactory |
NamingUtils.createCloningNamingObjectFactory(String name,
NamingObjectFactory delegate)
Creates an instance of
CloningNamingObjectFactory
that will create copies of the object created by the delegate. |
NamingObjectFactory |
NamingUtils.createDelegatingNamingObjectFactory(String name,
NamingObjectFactory delegate,
boolean cacheResult)
Creates an instance of
DelegatingNamingObjectFactory
that will use another NamingObjectFactory to do the work |
| Modifier and Type | Class and Description |
|---|---|
class |
CloningNamingObjectFactory
Factory that will create copies of the given object.
|
class |
DelegatingNamingObjectFactory
A factory that is a wrapper for another
NamingObjectFactory |
class |
JndiInitializationNamingObjectFactory
A 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.
|
class |
JndiNamingObjectFactory
Factory for creating Objects with a given jndi name
|
class |
SimpleNamingObjectFactory
Returns instances of the specified object
|
| Modifier and Type | Method and Description |
|---|---|
NamingObjectFactory |
NamingUtilsImpl.createCloningNamingObjectFactory(String name,
NamingObjectFactory delegate) |
NamingObjectFactory |
NamingUtilsImpl.createCloningNamingObjectFactory(String name,
Object value) |
NamingObjectFactory |
NamingUtilsImpl.createDelegatingNamingObjectFactory(String name,
NamingObjectFactory delegate,
boolean cacheResult) |
NamingObjectFactory |
NamingUtilsImpl.createLazyInitializationNamingObjectFactory(String name,
String jndiName,
boolean cacheResult) |
NamingObjectFactory |
NamingUtilsImpl.createLazyNamingObjectFactory(String name,
String jndiName,
boolean cacheResult) |
NamingObjectFactory |
NamingUtilsImpl.createSimpleNamingObjectFactory(String name,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
NamingObjectFactory |
NamingUtilsImpl.createCloningNamingObjectFactory(String name,
NamingObjectFactory delegate) |
NamingObjectFactory |
NamingUtilsImpl.createDelegatingNamingObjectFactory(String name,
NamingObjectFactory delegate,
boolean cacheResult) |
| Constructor and Description |
|---|
CloningNamingObjectFactory(String name,
NamingObjectFactory delegate)
Creates a factory that will create copies of whatever the delegate us to hold
|
DelegatingNamingObjectFactory(String name,
NamingObjectFactory delegate,
boolean cacheResult)
Creates a factory that will use another factory to do the work
|
Copyright © 2019. All rights reserved.