Class GetExampleServiceMessageCommand

  • All Implemented Interfaces:
    AdminCommand

    @Service(name="get-example-service-message")
    @PerLookup
    @ExecuteOn(DAS)
    public class GetExampleServiceMessageCommand
    extends Object
    implements AdminCommand
    This is an exemplar command for displaying to the user the configuration as specified in the domain.xml In contrast to the equivalent set command this command only needs to run on the DAS and does not need to replicate itself to all nodes. This class is an example asadmin command for getting the configured message
    Author:
    steve
    • Constructor Detail

      • GetExampleServiceMessageCommand

        public GetExampleServiceMessageCommand()
    • Method Detail