com.bankframe.ei.txnhandler.connector
Interface EAsynchronousConnection

All Superinterfaces:
EConnection

public interface EAsynchronousConnection
extends EConnection


Method Summary
 Object getResponse(Object id)
          This method will get the response identified by the id parameter
 boolean hasResponse(Object id)
          This method determine if there is a response available for the given request identified by the id parameter
 
Methods inherited from interface com.bankframe.ei.txnhandler.connector.EConnection
close, post
 

Method Detail

hasResponse

boolean hasResponse(Object id)
This method determine if there is a response available for the given request identified by the id parameter

Parameters:
id -
Returns:
boolean

getResponse

Object getResponse(Object id)
This method will get the response identified by the id parameter

Parameters:
id -
Returns:
Object


Copyright © 2005, 2007, Oracle. All rights reserved.