Uses of Enum Class
org.opentrafficsim.sim0mq.publisher.SubscriptionHandler.Command
-
Uses of SubscriptionHandler.Command in org.opentrafficsim.sim0mq.publisher
Modifier and TypeMethodDescriptionstatic SubscriptionHandler.Command
SubscriptionHandler.lookupCommand
(String commandString) Convert a String representing a Command into that Command.static SubscriptionHandler.Command
Returns the enum constant of this class with the specified name.static SubscriptionHandler.Command[]
SubscriptionHandler.Command.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionSubscriptionHandler.subscriptionOptions()
Return the set of supported commands.Modifier and TypeMethodDescriptionvoid
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.