Class WrapperInfo


  • public class WrapperInfo
    extends Object
    The Class WrapperInfo.
    • Field Detail

      • user

        private String user
        The user.
      • interactiveUser

        private String interactiveUser
        The interactive user.
      • version

        private String version
        The version.
      • wrapperPid

        private int wrapperPid
        The wrapper pid.
      • jvmPid

        private int jvmPid
        The jvm pid.
      • buildTime

        private String buildTime
        The build time.
      • controlledByWrapper

        private boolean controlledByWrapper
        The controlled by wrapper.
      • launchedAsService

        private boolean launchedAsService
        The launched as service.
      • debugEnabled

        private boolean debugEnabled
        The debug enabled.
    • Constructor Detail

      • WrapperInfo

        public WrapperInfo()
    • Method Detail

      • getUser

        public String getUser()
        Gets the user.
        Returns:
        the user
      • setUser

        public void setUser​(String user)
        Sets the user.
        Parameters:
        user - the new user
      • getInteractiveUser

        public String getInteractiveUser()
        Gets the interactive user.
        Returns:
        the interactive user
      • setInteractiveUser

        public void setInteractiveUser​(String interactiveUser)
        Sets the interactive user.
        Parameters:
        interactiveUser - the new interactive user
      • getVersion

        public String getVersion()
        Gets the version.
        Returns:
        the version
      • setVersion

        public void setVersion​(String version)
        Sets the version.
        Parameters:
        version - the new version
      • getWrapperPid

        public int getWrapperPid()
        Gets the wrapper pid.
        Returns:
        the wrapper pid
      • setWrapperPid

        public void setWrapperPid​(int wrapperPid)
        Sets the wrapper pid.
        Parameters:
        wrapperPid - the new wrapper pid
      • getJvmPid

        public int getJvmPid()
        Gets the jvm pid.
        Returns:
        the jvm pid
      • setJvmPid

        public void setJvmPid​(int jvmPid)
        Sets the jvm pid.
        Parameters:
        jvmPid - the new jvm pid
      • getBuildTime

        public String getBuildTime()
        Gets the builds the time.
        Returns:
        the builds the time
      • setBuildTime

        public void setBuildTime​(String buildTime)
        Sets the builds the time.
        Parameters:
        buildTime - the new builds the time
      • setProperties

        public void setProperties​(Set<Map.Entry<Object,​Object>> properties)
        Sets the properties.
        Parameters:
        properties - the new properties
      • isControlledByWrapper

        public boolean isControlledByWrapper()
        Checks if is controlled by wrapper.
        Returns:
        true, if is controlled by wrapper
      • setControlledByWrapper

        public void setControlledByWrapper​(boolean controlledByWrapper)
        Sets the controlled by wrapper.
        Parameters:
        controlledByWrapper - the new controlled by wrapper
      • isLaunchedAsService

        public boolean isLaunchedAsService()
        Checks if is launched as service.
        Returns:
        true, if is launched as service
      • setLaunchedAsService

        public void setLaunchedAsService​(boolean launchedAsService)
        Sets the launched as service.
        Parameters:
        launchedAsService - the new launched as service
      • isDebugEnabled

        public boolean isDebugEnabled()
        Checks if is debug enabled.
        Returns:
        true, if is debug enabled
      • setDebugEnabled

        public void setDebugEnabled​(boolean debugEnabled)
        Sets the debug enabled.
        Parameters:
        debugEnabled - the new debug enabled