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

Field Summary
 
Fields inherited from interface com.collation.platform.model.topology.sys.RuntimeProcess
IBM_COPYRIGHT
 
Method Summary
 java.lang.String getClassPath()
           
 boolean getHotSpotEnabled()
           
 boolean getIncrementalGCEnabled()
           
 int getInitialHeapSize()
           
 java.lang.String getJavaClassName()
           
 int getJVMVersion()
           
 int getMaxHeapSize()
           
 int getStackSize()
           
 boolean hasClassPath()
           
 boolean hasHotSpotEnabled()
           
 boolean hasIncrementalGCEnabled()
           
 boolean hasInitialHeapSize()
           
 boolean hasJavaClassName()
           
 boolean hasJVMVersion()
           
 boolean hasMaxHeapSize()
           
 boolean hasStackSize()
           
 void setClassPath(java.lang.String s)
           
 void setHotSpotEnabled(boolean b)
           
 void setIncrementalGCEnabled(boolean b)
           
 void setInitialHeapSize(int i)
           
 void setJavaClassName(java.lang.String s)
           
 void setJVMVersion(int i)
           
 void setMaxHeapSize(int i)
           
 void setStackSize(int i)
           
 
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.topology.core.ManagedElement
getManagedSystemName, getRoles, hasManagedSystemName, hasRoles, setManagedSystemName, setRoles
 
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
 

Method Detail

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()