com.stc.connector.framework.eway
Interface EwayResourceAdapter

All Known Implementing Classes:
EwayResourceAdapterImpl

public interface EwayResourceAdapter

Interface for eWay ResourceAdapter lifecycle.

Version:
$Version$
Author:
$Author: kgambrel $

Method Summary
 void initialize(javax.resource.spi.BootstrapContext bc)
          Initialize the EwayResourceAdapter instance.
 void start()
          Start the EwayResourceAdapter.
 void stop()
          Stop the EwayResourceAdapter.
 

Method Detail

initialize

public void initialize(javax.resource.spi.BootstrapContext bc)
Initialize the EwayResourceAdapter instance.

Parameters:
bc - The BootstrapContext provided by the container.

start

public void start()
           throws javax.resource.spi.ResourceAdapterInternalException
Start the EwayResourceAdapter.

Throws:
javax.resource.spi.ResourceAdapterInternalException - upon error.

stop

public void stop()
Stop the EwayResourceAdapter.