Uses of Enum Class
com.iohao.net.framework.protocol.BindingEnum
Packages that use BindingEnum
Package
Description
Provides the action invocation flow model, context propagation, and execution pipeline contracts
used to process business requests end to end.
Provides protocol metadata and structures used to represent command routes, headers, and payload
conventions across the ionet framework.
-
Uses of BindingEnum in com.iohao.net.framework.core.flow
Methods in com.iohao.net.framework.core.flow with parameters of type BindingEnumModifier and TypeMethodDescriptiondefault CommonResponseFlowBindingLogicServerCommunication.bindingLogicServer(BindingEnum operation, int[] logicServerIds) Bind or unbind the current user session to the specified logic servers. -
Uses of BindingEnum in com.iohao.net.framework.protocol
Subclasses with type arguments of type BindingEnum in com.iohao.net.framework.protocolModifier and TypeClassDescriptionenumEnumeration of dynamic binding operations for logic server assignment.Methods in com.iohao.net.framework.protocol that return BindingEnumModifier and TypeMethodDescriptionBindingLogicServerMessage.getOperation()The binding operation to perform.static BindingEnumBindingEnum.ofValue(int value) Resolve aBindingEnumfrom its integer value.static BindingEnumReturns the enum constant of this class with the specified name.static BindingEnum[]BindingEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.iohao.net.framework.protocol with parameters of type BindingEnumModifier and TypeMethodDescriptionBindingLogicServerMessage.builder(BindingEnum operation) Create a newBindingLogicServerMessage.Builderfor the given binding operation.