|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.websphere.rsadapter.WSPushDownHelperFactory
This class provides access to an implementation of the WSPushDownHelper
interface (and its subclasses) that can be used by customers in their
implementations of their
Constructor Summary | |
---|---|
WSPushDownHelperFactory()
|
Method Summary | |
---|---|
static com.ibm.websphere.ejbpersistence.DataLogicMethodExtractor |
createDataLogicMethodExtractor()
Creates an instance of WSDataLogicMethodExtractorImpl. |
static com.ibm.websphere.ejbpersistence.EJBToRAAdapter |
createEJBToRAAdapter(javax.resource.cci.ConnectionSpec connSpec)
Creates an instance of WSProceduralRAAdapter. |
static WSProceduralPushDownHelper |
createWSProceduralPushDownHelper(java.lang.String beanName)
Creates an instance of WSProceduralPushDownHelper. |
static WSPushDownHelper |
createWSPushDownHelper(java.lang.String beanName)
Creates an instance of WSPushDownHelper. |
static WSRelationalPushDownHelper |
createWSRelationalPushDownHelper(java.lang.String beanName)
Creates an instance of WSRelationalPushDownHelper. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public WSPushDownHelperFactory()
Method Detail |
public static WSPushDownHelper createWSPushDownHelper(java.lang.String beanName)
Creates an instance of WSPushDownHelper.
beanName
- Name of the bean implementation class
public static WSRelationalPushDownHelper createWSRelationalPushDownHelper(java.lang.String beanName)
Creates an instance of WSRelationalPushDownHelper.
beanName
- Name of the bean implementation class
public static WSProceduralPushDownHelper createWSProceduralPushDownHelper(java.lang.String beanName)
Creates an instance of WSProceduralPushDownHelper.
beanName
- Name of the bean implementation class
public static com.ibm.websphere.ejbpersistence.EJBToRAAdapter createEJBToRAAdapter(javax.resource.cci.ConnectionSpec connSpec)
Creates an instance of WSProceduralRAAdapter.
Note that customers generally wouldn't call this method directly, but rather this would be used by the generated deployment code, as a result of configuring a bean for a non-relational back-end.
connSpec
- A CCI ConnectionSpec
public static com.ibm.websphere.ejbpersistence.DataLogicMethodExtractor createDataLogicMethodExtractor()
Creates an instance of WSDataLogicMethodExtractorImpl.
Note that customers generally wouldn't call this method directly, but rather this would be used by the generated deployment code, as a result of configuring a bean with a data logic method.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |