com.collation.platform.model.topology.app
Interface JVMContainer
- All Superinterfaces:
- LogicalElement, ManagedElement, ManagedSystemElement, ModelObject, ProcessContainer, java.io.Serializable, SoftwareContainer
public interface JVMContainer
- extends ProcessContainer
Represents a Java Virtual Machine
- Persistable:
- true
Methods inherited from interface com.collation.platform.model.topology.app.SoftwareContainer |
getBindAddresses, getName, getParent, getStatus, hasBindAddresses, hasName, hasParent, hasStatus, setBindAddresses, setName, setParent, setStatus |
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()