Uses of Interface
net.messagevortex.accounting.Accountant
Packages that use Accountant
Package
Description
Contains classes required to do accounting.
contains blender layer related classes.
-
Uses of Accountant in net.messagevortex
Methods in net.messagevortex that return AccountantModifier and TypeMethodDescriptionfinal AccountantMessageVortexAccounting.getAccountant()Gets the currently set accountant.static AccountantMessageVortexRepository.getAccountant(String uid, String id) Get the accountant specified in the named configuration section.final AccountantMessageVortexRouting.getAccountant()final AccountantMessageVortexAccounting.setAccountant(Accountant accountant) set the accountant in charge off the workspace.final AccountantMessageVortexRouting.setAccountant(Accountant accountant) Specifies the accounting layer to be used.Methods in net.messagevortex with parameters of type AccountantModifier and TypeMethodDescriptionfinal AccountantMessageVortexAccounting.setAccountant(Accountant accountant) set the accountant in charge off the workspace.static voidMessageVortexRepository.setAccountant(String uid, String id, Accountant a) Set the accountant specified in the named configuration section.final AccountantMessageVortexRouting.setAccountant(Accountant accountant) Specifies the accounting layer to be used.Constructors in net.messagevortex with parameters of type AccountantModifierConstructorDescriptionMessageVortexAccounting(Accountant accountant) MessageVortexRouting(Accountant accountant, BlendingSender routingSender) -
Uses of Accountant in net.messagevortex.accounting
Classes in net.messagevortex.accounting that implement AccountantModifier and TypeClassDescriptionclassA dummy accountant always agreeing to all transactions. -
Uses of Accountant in net.messagevortex.blender
Constructors in net.messagevortex.blender with parameters of type AccountantModifierConstructorDescriptionInitialRecipesBlender(String identity, BlendingReceiver router, IdentityStore identityStore, Accountant acc) Creates a passthru blender which abstracts a local transport media. -
Uses of Accountant in net.messagevortex.router
Methods in net.messagevortex.router that return AccountantModifier and TypeMethodDescriptionRouter.getAccountant()Get the currently set accounting layer.SimpleRouterImplementation.getAccountant()Router.setAccountant(Accountant accountant) Sets the accounting layer for the router layer.final AccountantSimpleRouterImplementation.setAccountant(Accountant accountant) Methods in net.messagevortex.router with parameters of type AccountantModifier and TypeMethodDescriptionRouter.setAccountant(Accountant accountant) Sets the accounting layer for the router layer.final AccountantSimpleRouterImplementation.setAccountant(Accountant accountant)