Class JavaBeanReferenceMaker
java.lang.Object
com.mchange.v2.naming.JavaBeanReferenceMaker
- All Implemented Interfaces:
ReferenceMaker
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddReferenceProperty(String propName) createReference(Object bean) createReference(Object bean, PropertiesConfig pcfg) voidremoveReferenceProperty(String propName) voidsetDefaultFactoryClassLocation(String defaultFactoryClassLocation) voidsetEnvironmentProperties(Hashtable environmentProperties) voidsetFactoryClassName(String factoryClassName) void
-
Field Details
-
skipUnwritableProperties
protected boolean skipUnwritableProperties
-
-
Constructor Details
-
JavaBeanReferenceMaker
public JavaBeanReferenceMaker()
-
-
Method Details
-
getEnvironmentProperties
-
setEnvironmentProperties
-
setReferencePropertyOverrider
-
getReferencePropertyOverrider
-
setFactoryClassName
-
getFactoryClassName
-
getDefaultFactoryClassLocation
-
setDefaultFactoryClassLocation
-
addReferenceProperty
-
removeReferenceProperty
-
createReference
- Specified by:
createReferencein interfaceReferenceMaker- Throws:
NamingException
-
createReference
- Specified by:
createReferencein interfaceReferenceMaker- Throws:
NamingException
-