Red Hat AMQ 6
As of February 2025, Red Hat is no longer supporting Red Hat AMQ 6. If you are using AMQ 6, please upgrade: Migrating to AMQ 7.Este conteúdo não está disponível no idioma selecionado.
2.14. shell:new, new
Abstract
creates a new Java object of the specified class
Synopsis Copiar o linkLink copiado para a área de transferência!
Copiar o linkLink copiado para a área de transferência!
shell:new
[
--help
] {
class
} [
arg
...]
Arguments Copiar o linkLink copiado para a área de transferência!
Copiar o linkLink copiado para a área de transferência!
Table 2.14, “shell:new Arguments” describes the command's arguments.
Argument | Interpretation |
---|---|
--help | Displays the online help for this command |
class | The class of the object to create. |
args | The constructor arguments. |