|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InjectionInterface
System-level interface into the conduit. This is how an Injector will drive the conduit thought the drains. Most consumers need not use this.
Version History
EPG - Adapted from autohit - 9 OCT 05
Method Summary | |
---|---|
java.util.HashSet<PullDrainContainer> |
getPullDrains()
Get the Pull Drains (in their containers). |
java.util.HashSet<PushDrain> |
getPushDrains()
Get the Push Drains (in their containers). |
Method Detail |
---|
java.util.HashSet<PullDrainContainer> getPullDrains() throws SystemException
SystemException
PullDrainContainer
,
HashSet
java.util.HashSet<PushDrain> getPushDrains() throws SystemException
SystemException
PushDrain
,
HashSet
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |