|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EISImportBinding
Interface that represent the EIS binding information on a SCA import.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
Method Summary | |
---|---|
Connection |
getConnection()
Method returns the Connection of the EIS import binding. |
java.lang.String |
getDataBindingType()
Method returns the data binding type of the EIS import binding. |
java.util.List<ImportMethodBinding> |
getMethodBinding()
Method returns the list ImportMethodBinding objects of the
EIS import binding. |
ResourceAdapter |
getResourceAdapter()
Method returns the ResourceAdapter of the EIS import binding. |
Methods inherited from interface com.ibm.wsspi.sca.metadata.ImportBinding |
---|
getBindingType |
Field Detail |
---|
static final java.lang.String COPYRIGHT
Method Detail |
---|
java.lang.String getDataBindingType()
ResourceAdapter getResourceAdapter()
ResourceAdapter
of the EIS import binding.
ResourceAdapter
of the EIS import binding.java.util.List<ImportMethodBinding> getMethodBinding()
ImportMethodBinding
objects of the
EIS import binding.
ImportMethodBinding
object of the EIS import binding.Connection getConnection()
Connection
of the EIS import binding.
Connection
of the EIS import binding.
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |