com.collation.platform.model.topology.app.web
Interface WebConnection
- All Superinterfaces:
- LogicalElement, ManagedElement, ManagedSystemElement, ModelObject, java.io.Serializable
- All Known Subinterfaces:
- WebLogicConnection
public interface WebConnection
- extends LogicalElement
Represents a connection setting from a web server
- Naming Rules:
- 0="parent,path"
- Persistable:
- true
- Table Name:
- WEBCONN
- Display Name:
- path
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
WebModule getParent()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
- Implicit Relationship Type:
- name="com.collation.platform.model.topology.relation.Connects"
reverse="false"
setParent
void setParent(WebModule parent)
hasParent
boolean hasParent()
getPath
java.lang.String getPath()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setPath
void setPath(java.lang.String path)
hasPath
boolean hasPath()
getTargets
BindAddress[] getTargets()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
- Implicit Relationship Type:
- name="com.collation.platform.model.topology.relation.Connects"
reverse="false"
setTargets
void setTargets(BindAddress[] targets)
hasTargets
boolean hasTargets()