com.collation.platform.model.topology.net
Interface Transport

All Superinterfaces:
LogicalElement, ManagedElement, ManagedSystemElement, ModelObject, java.io.Serializable
All Known Subinterfaces:
TcpConnection

public interface Transport
extends LogicalElement

A ISO layer 4 network. E.g. a TCP connection, a UDP unicast or a UDP multicast.


Field Summary
static java.lang.String IBM_COPYRIGHT
           
 
Method Summary
 TransportEndpoint[] getEndpoints()
           
 boolean hasEndpoints()
           
 void setEndpoints(TransportEndpoint[] endpoints)
           
 
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
 

Field Detail

IBM_COPYRIGHT

static final java.lang.String IBM_COPYRIGHT
See Also:
Constant Field Values
Method Detail

getEndpoints

TransportEndpoint[] getEndpoints()
                                 throws AttributeNotSetException
Throws:
AttributeNotSetException
Implicit Relationship Type:
name="com.collation.platform.model.topology.relation.Networks" reverse="false"

setEndpoints

void setEndpoints(TransportEndpoint[] endpoints)

hasEndpoints

boolean hasEndpoints()