org.jencks
Interface JCAConnectorLifecycle

All Known Implementing Classes:
JCAConnectorLifecycleFactory

public interface JCAConnectorLifecycle

Manages the lifecycle of a JCAConnector.

See Also:
JCAConnectorLifecycleFactory

Method Summary
 JCAConnector startConsumption()
           
 void stopConsumption(JCAConnector jcaConnector)
           
 

Method Detail

startConsumption

JCAConnector startConsumption()
                              throws java.lang.Exception
Throws:
java.lang.Exception

stopConsumption

void stopConsumption(JCAConnector jcaConnector)
                     throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2009 LogicBlaze, Inc.. All Rights Reserved.