Interface ApplicationEnvironment


public interface ApplicationEnvironment
Provides information about the currently running environment in scenarios that are not defined by the Java enterprise specifications
Author:
jwells
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the name of the currently running application
  • Method Details

    • getName

      String getName()
      Returns the name of the currently running application
      Returns:
      The name of the currently running application