|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectthings.thinger.io.conduits.basic.BasicConduitController
public class BasicConduitController
A Basic conduit controller. If the conduit doesn't exist, it will be created. BasicConduits are intended to last the life of the server, so don't make them when you expect to dispose them.
Version History
EPG - Adapted from autohit - 29 JUN 05
Constructor Summary | |
---|---|
BasicConduitController()
Default constructor. |
Method Summary | |
---|---|
Conduit |
tune(ConduitID channel,
WhoAmI callerId)
This will attempt to use a common name to find a specific conduit. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BasicConduitController()
Method Detail |
---|
public Conduit tune(ConduitID channel, WhoAmI callerId) throws SystemException
tune
in interface ConduitController
channel
- A conduit ID.callerId
- Your WhoAmI.
SystemException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |