public class WrapperInfo extends Object
| Constructor and Description |
|---|
WrapperInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBuildTime()
Gets the builds the time.
|
String |
getInteractiveUser()
Gets the interactive user.
|
int |
getJvmPid()
Gets the jvm pid.
|
Set<Map.Entry<Object,Object>> |
getProperties()
Gets the properties.
|
String |
getUser()
Gets the user.
|
String |
getVersion()
Gets the version.
|
int |
getWrapperPid()
Gets the wrapper pid.
|
boolean |
isControlledByWrapper()
Checks if is controlled by wrapper.
|
boolean |
isDebugEnabled()
Checks if is debug enabled.
|
boolean |
isLaunchedAsService()
Checks if is launched as service.
|
void |
setBuildTime(String buildTime)
Sets the builds the time.
|
void |
setControlledByWrapper(boolean controlledByWrapper)
Sets the controlled by wrapper.
|
void |
setDebugEnabled(boolean debugEnabled)
Sets the debug enabled.
|
void |
setInteractiveUser(String interactiveUser)
Sets the interactive user.
|
void |
setJvmPid(int jvmPid)
Sets the jvm pid.
|
void |
setLaunchedAsService(boolean launchedAsService)
Sets the launched as service.
|
void |
setProperties(Set<Map.Entry<Object,Object>> properties)
Sets the properties.
|
void |
setUser(String user)
Sets the user.
|
void |
setVersion(String version)
Sets the version.
|
void |
setWrapperPid(int wrapperPid)
Sets the wrapper pid.
|
public String getUser()
public void setUser(String user)
user - the new userpublic String getInteractiveUser()
public void setInteractiveUser(String interactiveUser)
interactiveUser - the new interactive userpublic String getVersion()
public void setVersion(String version)
version - the new versionpublic int getWrapperPid()
public void setWrapperPid(int wrapperPid)
wrapperPid - the new wrapper pidpublic int getJvmPid()
public void setJvmPid(int jvmPid)
jvmPid - the new jvm pidpublic String getBuildTime()
public void setBuildTime(String buildTime)
buildTime - the new builds the timepublic Set<Map.Entry<Object,Object>> getProperties()
public void setProperties(Set<Map.Entry<Object,Object>> properties)
properties - the new propertiespublic boolean isControlledByWrapper()
public void setControlledByWrapper(boolean controlledByWrapper)
controlledByWrapper - the new controlled by wrapperpublic boolean isLaunchedAsService()
public void setLaunchedAsService(boolean launchedAsService)
launchedAsService - the new launched as servicepublic boolean isDebugEnabled()
public void setDebugEnabled(boolean debugEnabled)
debugEnabled - the new debug enabledCopyright © 2009–2020 psi-probe. All rights reserved.