com.stc.connector.db2connectadapter.base
Interface DbListenerType4
public interface DbListenerType4
The Listener Interface which the MDB implements. This interface is ued as a markup
interface which is used to distinguish between the Listener interface
used for Type 2 driver and Type 4 driver
- Version:
- $Revision: 1.3 $
- Author:
- kanantharaman
|
Method Summary |
void |
onContents(java.util.HashMap data)
Every MDB for the Mainframe implements this method |
onContents
void onContents(java.util.HashMap data)
throws com.stc.connector.framework.eway.FaultException,
com.stc.connector.framework.eway.InboundException
- Every MDB for the Mainframe implements this method
- Parameters:
data - Byte data stream
- Throws:
com.stc.connector.framework.eway.FaultException
com.stc.connector.framework.eway.InboundException