Uses of Enum Class
org.frankframework.senders.FrankSender.Scope
Packages that use FrankSender.Scope
-
Uses of FrankSender.Scope in org.frankframework.senders
Subclasses with type arguments of type FrankSender.Scope in org.frankframework.sendersMethods in org.frankframework.senders that return FrankSender.ScopeModifier and TypeMethodDescriptionstatic FrankSender.ScopeReturns 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 TypeMethodDescriptionvoidFrankSender.setScope(FrankSender.Scope scope) FrankSender.Scopedecides if the FrankSender calls another adapter, or another Java program running in the same JVM.