Interface DistributableServerRuntimeHandler


public interface DistributableServerRuntimeHandler
Installs any runtime services necessary to support distributable web applications on a given server.
Author:
Paul Ferraro
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(org.jboss.as.controller.OperationContext context, String serverName)
     
  • Method Details

    • execute

      void execute(org.jboss.as.controller.OperationContext context, String serverName)