Uses of Interface
de.fmui.osb.broker.handler.ContextHandler
-
Packages that use ContextHandler Package Description de.fmui.osb.broker -
-
Uses of ContextHandler in de.fmui.osb.broker
Classes in de.fmui.osb.broker that implement ContextHandler Modifier and Type Class Description class
DefaultContextHandler
Default implementation of theContextHandler
interface.Methods in de.fmui.osb.broker that return ContextHandler Modifier and Type Method Description ContextHandler
OpenServiceBroker. getContextHandler()
Gets the current contextHandler log handler.Methods in de.fmui.osb.broker with parameters of type ContextHandler Modifier and Type Method Description void
OpenServiceBroker. setContextHandler(ContextHandler contextHandler)
Sets a new context handler.
-