com.collation.platform.model.topology.app.web
Interface WebServerConfigDirective

All Superinterfaces:
ConfigDirective, LogicalElement, ManagedElement, ManagedSystemElement, ModelObject, java.io.Serializable

public interface WebServerConfigDirective
extends ConfigDirective

A directive for a Web server configuration

Naming Rules:
0="parent,name"
Persistable:
true
Table Name:
WSCFGDIR
Display Name:
name

Field Summary
 
Fields inherited from interface com.collation.platform.model.topology.app.web.ConfigDirective
IBM_COPYRIGHT
 
Method Summary
 WebContainer getParent()
           
 boolean hasParent()
           
 void setParent(WebContainer parent)
           
 
Methods inherited from interface com.collation.platform.model.topology.app.web.ConfigDirective
getModule, getName, getValue, hasModule, hasName, hasValue, setModule, setName, setValue
 
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

getParent

WebContainer getParent()
                       throws AttributeNotSetException
Throws:
AttributeNotSetException
Implicit Relationship Type:
name="com.collation.platform.model.topology.relation.Contains" reverse="true"

setParent

void setParent(WebContainer parent)

hasParent

boolean hasParent()