Uses of Enum Class
org.frankframework.senders.FrankSender.Scope
Packages that use FrankSender.Scope
-
Uses of FrankSender.Scope in org.frankframework.senders
Methods in org.frankframework.senders that return FrankSender.ScopeModifier and TypeMethodDescriptionFrankSender.getScope()
static FrankSender.Scope
Returns the enum constant of this class with the specified name.static FrankSender.Scope[]
FrankSender.Scope.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.frankframework.senders with parameters of type FrankSender.ScopeModifier and TypeMethodDescriptionvoid
FrankSender.setScope
(FrankSender.Scope scope) FrankSender.Scope
decides if the FrankSender calls another adapter, or another Java program running in the same JVM.