|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectthings.thinger.io.conduits.basic.BasicInjector
public class BasicInjector
A basic implementation of the conduit injector interface.
Version History
EPG - Adapted from autohit - 29 JUN 05
Constructor Summary | |
---|---|
BasicInjector(InjectionInterface ii)
Initialize the Injector. |
Method Summary | |
---|---|
Conduit.InjectorType |
getMyType()
Get the injector type. |
void |
init(ConduitID yourId,
Conduit.InjectorType theType)
Initialize the Injector. |
ReceiptList |
post(Data item)
Post an item |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BasicInjector(InjectionInterface ii)
ii
- InjectionInterface for the owner Conduit.InjectionInterface
Method Detail |
---|
public void init(ConduitID yourId, Conduit.InjectorType theType) throws SystemException
init
in interface Injector
yourId
- The ConduitID for this injector.theType
- the type of controller.
SystemException
Conduit
,
ConduitID
public ReceiptList post(Data item) throws SystemException
post
in interface Injector
SystemException
Data
public Conduit.InjectorType getMyType()
getMyType
in interface Injector
Conduit
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |