public class TransactionFactory extends FactoryBase
Constructor and Description |
---|
TransactionFactory() |
Modifier and Type | Method and Description |
---|---|
protected javax.naming.spi.ObjectFactory |
getDefaultFactory(javax.naming.Reference ref)
If a default factory is available for the given reference type, create
the default factory.
|
protected java.lang.Object |
getLinked(javax.naming.Reference ref)
If this reference is a link to another JNDI object, obtain that object.
|
protected boolean |
isReferenceTypeSupported(java.lang.Object obj)
Determines if this factory supports processing the provided reference
object.
|
getObjectInstance
protected boolean isReferenceTypeSupported(java.lang.Object obj)
FactoryBase
isReferenceTypeSupported
in class FactoryBase
obj
- The object to be processedtrue
if this factory can process the object,
otherwise false
protected javax.naming.spi.ObjectFactory getDefaultFactory(javax.naming.Reference ref)
FactoryBase
getDefaultFactory
in class FactoryBase
ref
- The reference object to be processednull
if no default factory exists.protected java.lang.Object getLinked(javax.naming.Reference ref)
FactoryBase
getLinked
in class FactoryBase
ref
- The reference object to be processednull
if linked objects are
not supported by or not configured for this reference objectCopyright © 2000-2018 Apache Software Foundation. All Rights Reserved.