Uses of Enum
org.opentrafficsim.sim0mq.publisher.SubscriptionHandler.Command
-
Uses of SubscriptionHandler.Command in org.opentrafficsim.sim0mq.publisher
Methods in org.opentrafficsim.sim0mq.publisher that return SubscriptionHandler.CommandModifier and TypeMethodDescriptionstatic SubscriptionHandler.CommandSubscriptionHandler.lookupCommand(String commandString) Convert a String representing a Command into that Command.static SubscriptionHandler.CommandReturns 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.CommandModifier and TypeMethodDescriptionSubscriptionHandler.subscriptionOptions()Return the set of supported commands.Methods in org.opentrafficsim.sim0mq.publisher with parameters of type SubscriptionHandler.CommandModifier and TypeMethodDescriptionvoidPublisher.executeCommand(String subscriptionHandlerName, SubscriptionHandler.Command command, Object[] address, ReturnWrapper returnWrapper) Execute one command.voidSubscriptionHandler.executeCommand(SubscriptionHandler.Command command, Object[] address, ReturnWrapper returnWrapper) Execute one command.