things.thinger.io.conduits
Interface ConduitController

All Known Implementing Classes:
BasicConduitController

public interface ConduitController

Interface to the conduit controller.

Version:
1.0

Version History

EPG - Adapted from autohit - 29 JUN 05
 
Author:
Erich P. Gatejen

Method Summary
 Conduit tune(ConduitID channel, WhoAmI callerId)
          This will attempt to use a common name to find a specific conduit.
 

Method Detail

tune

Conduit tune(ConduitID channel,
             WhoAmI callerId)
             throws SystemException
This will attempt to use a common name to find a specific conduit. You will need to tell the Conduit system who you are with a WhoAmI.

Parameters:
channel - A conduit id.
callerId - Your WhoAmI.
Returns:
A Conduit if successful, otherwise null.
Throws:
SystemException


Things.