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

Field Summary
 
Fields inherited from interface com.collation.platform.model.topology.core.ManagedElement
IBM_COPYRIGHT
 
Method Summary
 WebModule getParent()
           
 java.lang.String getPath()
           
 BindAddress[] getTargets()
           
 boolean hasParent()
           
 boolean hasPath()
           
 boolean hasTargets()
           
 void setParent(WebModule parent)
           
 void setPath(java.lang.String path)
           
 void setTargets(BindAddress[] targets)
           
 
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

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