Package org.apache.naming.factory
Class ResourceFactory
java.lang.Object
org.apache.naming.factory.FactoryBase
org.apache.naming.factory.ResourceFactory
- All Implemented Interfaces:
- ObjectFactory
Object factory for Resources.
- Author:
- Remy Maucherat
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected ObjectFactoryIf a default factory is available for the given reference type, create the default factory.protected ObjectIf this reference is a link to another JNDI object, obtain that object.protected booleanDetermines if this factory supports processing the provided reference object.Methods inherited from class org.apache.naming.factory.FactoryBasegetObjectInstance
- 
Constructor Details- 
ResourceFactorypublic ResourceFactory()
 
- 
- 
Method Details- 
isReferenceTypeSupportedDescription copied from class:FactoryBaseDetermines if this factory supports processing the provided reference object.- Specified by:
- isReferenceTypeSupportedin class- FactoryBase
- Parameters:
- obj- The object to be processed
- Returns:
- trueif this factory can process the object, otherwise- false
 
- 
getDefaultFactoryDescription copied from class:FactoryBaseIf a default factory is available for the given reference type, create the default factory.- Specified by:
- getDefaultFactoryin class- FactoryBase
- Parameters:
- ref- The reference object to be processed
- Returns:
- The default factory for the given reference object or
          nullif no default factory exists.
- Throws:
- NamingException- If the default factory cannot be created
 
- 
getLinkedDescription copied from class:FactoryBaseIf this reference is a link to another JNDI object, obtain that object.- Specified by:
- getLinkedin class- FactoryBase
- Parameters:
- ref- The reference object to be processed
- Returns:
- The linked object or nullif linked objects are not supported by or not configured for this reference object
 
 
-