org.ikasan.framework.flow
Interface ManagedResource

All Known Implementing Classes:
XsltTransformer

public interface ManagedResource

Interface provisioning callbacks for starting and stopping managed resources within the scope of an Ikasan flow component. An example of this are resources within Ikasan components, such as Endpoints, which can benefit from being started/stopped within the scope of a flow. i.e. creating and tearing down the physical connection of a JCA resource.

Author:
Ikasan Development Team

Method Summary
 void startManagedResource()
          Provision for starting a managed resource.
 void stopManagedResource()
          Provision for stopping a managed resource.
 

Method Detail

startManagedResource

void startManagedResource()
Provision for starting a managed resource.


stopManagedResource

void stopManagedResource()
Provision for stopping a managed resource.



Copyright © 2007-2012 Ikasan. All Rights Reserved.