com.collation.platform.model.topology.app.web.iplanet
Interface IPlanetJVMSettings
- All Superinterfaces:
- LogicalElement, ManagedElement, ManagedSystemElement, ModelObject, java.io.Serializable
public interface IPlanetJVMSettings
- extends LogicalElement
Represents Apache specific SSL settings for a virtual host.
- Naming Rules:
- 0="parent"
- Persistable:
- true
- Table Name:
- IPLTJVM
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 |
getParent
IPlanetWebContainer getParent()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
- Implicit Relationship Type:
- name="com.collation.platform.model.topology.relation.Contains"
reverse="true"
setParent
void setParent(IPlanetWebContainer parent)
hasParent
boolean hasParent()
getMinHeapSize
int getMinHeapSize()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setMinHeapSize
void setMinHeapSize(int mnHeap)
hasMinHeapSize
boolean hasMinHeapSize()
getMaxHeapSize
int getMaxHeapSize()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setMaxHeapSize
void setMaxHeapSize(int mxHeap)
hasMaxHeapSize
boolean hasMaxHeapSize()
getClassGCEnabled
boolean getClassGCEnabled()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setClassGCEnabled
void setClassGCEnabled(boolean flag)
hasClassGCEnabled
boolean hasClassGCEnabled()
getJavaCompiler
java.lang.String getJavaCompiler()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setJavaCompiler
void setJavaCompiler(java.lang.String jCompiler)
hasJavaCompiler
boolean hasJavaCompiler()
getJSPDebugEnabled
boolean getJSPDebugEnabled()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setJSPDebugEnabled
void setJSPDebugEnabled(boolean flag)
hasJSPDebugEnabled
boolean hasJSPDebugEnabled()
getJavaClasspath
java.lang.String getJavaClasspath()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setJavaClasspath
void setJavaClasspath(java.lang.String jClasspath)
hasJavaClasspath
boolean hasJavaClasspath()