Class TestServerEnvironment

java.lang.Object
org.glassfish.server.ServerEnvironmentImpl
org.glassfish.tests.utils.mock.TestServerEnvironment
All Implemented Interfaces:
org.glassfish.api.admin.ServerEnvironment

@Service @Singleton public class TestServerEnvironment extends org.glassfish.server.ServerEnvironmentImpl
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.glassfish.api.admin.ServerEnvironment

    org.glassfish.api.admin.ServerEnvironment.Status
  • Field Summary

    Fields inherited from class org.glassfish.server.ServerEnvironmentImpl

    DEFAULT_ADMIN_CONSOLE_APP_NAME, DEFAULT_ADMIN_CONSOLE_CONTEXT_ROOT, kAppAltDDDirName, kConfigDirName, kConfigXMLFileName, kConfigXMLFileNameBackup, kDefaultLoggingPropertiesFileName, kEJBStubDirName, kGeneratedDirName, kGeneratedXMLDirName, kInitFileName, kLoggingPropertiesFileName, kPolicyFileDirName, kRepositoryDirName

    Fields inherited from interface org.glassfish.api.admin.ServerEnvironment

    DEFAULT_INSTANCE_NAME, kCompileJspDirName
  • Constructor Summary

    Constructors
    Constructor
    Description
    TestServerEnvironment(com.sun.enterprise.module.bootstrap.StartupContext startupContext)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.sun.enterprise.module.bootstrap.StartupContext
     

    Methods inherited from class org.glassfish.server.ServerEnvironmentImpl

    getApplicationAltDDPath, getApplicationCompileJspPath, getApplicationEJBStubPath, getApplicationGeneratedXMLPath, getApplicationPolicyFilePath, getApplicationRepositoryPath, getApplicationStubPath, getConfigDirPath, getDefaultAdminConsoleFolderOnDisk, getDomainName, getInitFilePath, getInstanceName, getInstanceRoot, getJKS, getLibPath, getMasterPasswordFile, getProp, getProps, getRuntimeType, getStatus, getTrustStore, isDas, isDebug, isEmbedded, isInstance, isVerbose, postConstruct, setStatus

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TestServerEnvironment

      public TestServerEnvironment(com.sun.enterprise.module.bootstrap.StartupContext startupContext)
  • Method Details

    • getStartupContext

      public com.sun.enterprise.module.bootstrap.StartupContext getStartupContext()
      Specified by:
      getStartupContext in interface org.glassfish.api.admin.ServerEnvironment
      Overrides:
      getStartupContext in class org.glassfish.server.ServerEnvironmentImpl