|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Drain | |
autohit.common | |
autohit.common.channels |
Uses of Drain in autohit.common |
Classes in autohit.common that implement Drain | |
class |
AutohitLogDrain
An abstract logging formatter for Autohit Tools. |
class |
AutohitLogDrainDefault
An default subclass of AutohitLogDrain. |
class |
AutohitLogDrainRouting
An routing subclass of AutohitLogDrain. |
Uses of Drain in autohit.common.channels |
Classes in autohit.common.channels that implement Drain | |
class |
QueuedDrain
Basically, a queued drain. |
Methods in autohit.common.channels that return Drain | |
Drain |
SimpleChannel.getDrain(java.lang.String name)
Get a drain by name |
Drain |
Channel.getDrain(java.lang.String name)
Get a drain by name |
Methods in autohit.common.channels with parameters of type Drain | |
void |
SimpleChannel.register(java.lang.String name,
Drain d)
Register a drain |
void |
Channel.register(java.lang.String name,
Drain d)
Register a drain |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |