Uses of Interface
net.messagevortex.RunningDaemon
Packages that use RunningDaemon
Package
Description
Contains classes required to do accounting.
Contains classes required for decoding and encoding vortex messages and represent
VortexMessages states.
contains blender layer related classes.
This package contains vital classes for transport layer.
-
Uses of RunningDaemon in net.messagevortex
Classes in net.messagevortex that implement RunningDaemonModifier and TypeClassDescriptionclassThis is an abstract class providing empty hulled methods for all thread-less implementations.classMethods in net.messagevortex that return RunningDaemonModifier and TypeMethodDescriptionstatic RunningDaemonMessageVortex.getDaemon(String section, String classname, net.messagevortex.MessageVortex.DaemonType type) This is a wrapper of the getConfiguredClass() methode.Methods in net.messagevortex that return types with arguments of type RunningDaemonModifier and TypeMethodDescriptionstatic Map<String,RunningDaemon> MessageVortexRepository.getRunningDaemons(String uid) Get a list of all running daemons. -
Uses of RunningDaemon in net.messagevortex.accounting
Subinterfaces of RunningDaemon in net.messagevortex.accountingClasses in net.messagevortex.accounting that implement RunningDaemonModifier and TypeClassDescriptionclassA dummy accountant always agreeing to all transactions. -
Uses of RunningDaemon in net.messagevortex.asn1
Classes in net.messagevortex.asn1 that implement RunningDaemon -
Uses of RunningDaemon in net.messagevortex.blender
Subinterfaces of RunningDaemon in net.messagevortex.blenderClasses in net.messagevortex.blender that implement RunningDaemonModifier and TypeClassDescriptionclassInterface specifying a blender.classThis Dummy blender supports only plain blending without an offset.classThis Dummy blender supports only plain blending without an offset.classclass -
Uses of RunningDaemon in net.messagevortex.router
Subinterfaces of RunningDaemon in net.messagevortex.routerClasses in net.messagevortex.router that implement RunningDaemonModifier and TypeClassDescriptionclassA simple router implementation providing some basic strategies for building a routing block. -
Uses of RunningDaemon in net.messagevortex.transport
Subinterfaces of RunningDaemon in net.messagevortex.transportModifier and TypeInterfaceDescriptioninterfaceDefines prerequisites for the transport layer.interfaceInterface for all blender layers listening to transport layer messages.interfaceClasses in net.messagevortex.transport that implement RunningDaemon -
Uses of RunningDaemon in net.messagevortex.transport.dummy
Classes in net.messagevortex.transport.dummy that implement RunningDaemon -
Uses of RunningDaemon in net.messagevortex.transport.pop3
Classes in net.messagevortex.transport.pop3 that implement RunningDaemon -
Uses of RunningDaemon in net.messagevortex.transport.smtp
Classes in net.messagevortex.transport.smtp that implement RunningDaemonModifier and TypeClassDescriptionclassclassFIXME: This implementation uses a Greenmail SMTP server.