Uses of Class
org.opentrafficsim.sim0mq.publisher.SubscriptionHandler.Command
-
-
Uses of SubscriptionHandler.Command in org.opentrafficsim.sim0mq.publisher
Methods in org.opentrafficsim.sim0mq.publisher that return SubscriptionHandler.Command Modifier and Type Method Description static SubscriptionHandler.Command
SubscriptionHandler. lookupCommand(String commandString)
Convert a String representing a Command into that Command.static SubscriptionHandler.Command
SubscriptionHandler.Command. valueOf(String name)
Returns the enum constant of this type with the specified name.static SubscriptionHandler.Command[]
SubscriptionHandler.Command. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opentrafficsim.sim0mq.publisher that return types with arguments of type SubscriptionHandler.Command Modifier and Type Method Description EnumSet<SubscriptionHandler.Command>
SubscriptionHandler. subscriptionOptions()
Return the set of supported commands.Methods in org.opentrafficsim.sim0mq.publisher with parameters of type SubscriptionHandler.Command Modifier and Type Method Description void
Publisher. executeCommand(String subscriptionHandlerName, SubscriptionHandler.Command command, Object[] address, ReturnWrapper returnWrapper)
Execute one command.void
SubscriptionHandler. executeCommand(SubscriptionHandler.Command command, Object[] address, ReturnWrapper returnWrapper)
Execute one command.
-