|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.wbiserver.cmpa.WSPushDownHelperFactory
public class 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
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
Constructor Summary | |
---|---|
WSPushDownHelperFactory()
|
Method Summary | |
---|---|
static com.ibm.websphere.ejbpersistence.DataLogicMethodExtractor |
createDataLogicMethodExtractor()
Creates an instance of WSDataLogicMethodExtractorImpl. |
static 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 |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
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 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.
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |