com.bankframe.ei.txnhandler.connector
Interface EAsynchronousConnection

All Superinterfaces:
EConnection

public interface EAsynchronousConnection
extends EConnection


Method Summary
 java.lang.Object getResponse(java.lang.Object id)
          This method will get the response identified by the id parameter
 boolean hasResponse(java.lang.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

public boolean hasResponse(java.lang.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

public java.lang.Object getResponse(java.lang.Object id)
This method will get the response identified by the id parameter

Parameters:
id -
Returns:
Object


Copyright © 2004 Siebel Systems, Inc. All rights reserved.