com.collation.platform.model.topology.sys
Interface JavaRuntimeProcess
- All Superinterfaces:
- LogicalElement, ManagedElement, ManagedSystemElement, ModelObject, RuntimeProcess, java.io.Serializable
public interface JavaRuntimeProcess
- extends RuntimeProcess
- Persistable:
- true
Methods inherited from interface com.collation.platform.model.topology.sys.RuntimeProcess |
getCmdLine, getCommand, getConnections, getCWD, getEnv, getExecutable, getFileDescriptorLimit, getFileSystemMappings, getListenPorts, getParent, getPID, getPorts, getPPID, getTcpPorts, getUID, getUnattached, getUser, getWindowsServices, hasCmdLine, hasCommand, hasConnections, hasCWD, hasEnv, hasExecutable, hasFileDescriptorLimit, hasFileSystemMappings, hasListenPorts, hasParent, hasPID, hasPorts, hasPPID, hasTcpPorts, hasUID, hasUnattached, hasUser, hasWindowsServices, setCmdLine, setCommand, setConnections, setCWD, setEnv, setExecutable, setFileDescriptorLimit, setFileSystemMappings, setListenPorts, setParent, setPID, setPorts, setPPID, setTcpPorts, setUID, setUnattached, setUser, setWindowsServices |
Methods inherited from interface com.collation.platform.model.ModelObject |
getAdminState, getAllAttributes, getBidiFlag, getBidiFormat, getCDMSource, getCmdbSource, getContextIp, getCreatedBy, getDescription, getDisplayName, getExtendedAttributes, getGuid, getLabel, getLastModifiedBy, getLastModifiedTime, getObjectType, getSourceToken, hasAdminState, hasBidiFlag, hasBidiFormat, hasCDMSource, hasCmdbSource, hasContextIp, hasDescription, hasDisplayName, hasExtendedAttributes, hasGuid, hasLabel, hasObjectType, hasSourceToken, setAdminState, setBidiFlag, setBidiFormat, setCDMSource, setCmdbSource, setContextIp, setDescription, setExtendedAttributes, setGuid, setLabel, setObjectType, setSourceToken |
getJavaClassName
java.lang.String getJavaClassName()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setJavaClassName
void setJavaClassName(java.lang.String s)
hasJavaClassName
boolean hasJavaClassName()
getHotSpotEnabled
boolean getHotSpotEnabled()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setHotSpotEnabled
void setHotSpotEnabled(boolean b)
hasHotSpotEnabled
boolean hasHotSpotEnabled()
getClassPath
java.lang.String getClassPath()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setClassPath
void setClassPath(java.lang.String s)
hasClassPath
boolean hasClassPath()
getJVMVersion
int getJVMVersion()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setJVMVersion
void setJVMVersion(int i)
hasJVMVersion
boolean hasJVMVersion()
getIncrementalGCEnabled
boolean getIncrementalGCEnabled()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setIncrementalGCEnabled
void setIncrementalGCEnabled(boolean b)
hasIncrementalGCEnabled
boolean hasIncrementalGCEnabled()
getInitialHeapSize
int getInitialHeapSize()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setInitialHeapSize
void setInitialHeapSize(int i)
hasInitialHeapSize
boolean hasInitialHeapSize()
getMaxHeapSize
int getMaxHeapSize()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setMaxHeapSize
void setMaxHeapSize(int i)
hasMaxHeapSize
boolean hasMaxHeapSize()
getStackSize
int getStackSize()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setStackSize
void setStackSize(int i)
hasStackSize
boolean hasStackSize()