Package zmq
Class Command
java.lang.Object
zmq.Command
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescription(package private) final Object
(package private) final ZObject
(package private) final Command.Type
-
Constructor Summary
ConstructorsConstructorDescriptionCommand
(ZObject destination, Command.Type type) Command
(ZObject destination, Command.Type type, Object arg) -
Method Summary
-
Field Details
-
destination
-
type
-
arg
-
-
Constructor Details
-
Command
Command(ZObject destination, Command.Type type) -
Command
Command(ZObject destination, Command.Type type, Object arg)
-
-
Method Details