com.collation.platform.model.topology.sys
Interface ServiceAccessPoint
- All Superinterfaces:
- LogicalElement, ManagedElement, ManagedSystemElement, ModelObject, java.io.Serializable
- All Known Subinterfaces:
- DNSSAP, LDAPSAP, NFSSAP, SCAEntryPoint, SMBSAP, SMTPSAP, WSEndpoint, WSPort
public interface ServiceAccessPoint
- extends LogicalElement
- Naming Rules:
- 0="bindAddress"
- Persistable:
- true
- Table Name:
- SAP
- Display Name:
- bindAddress
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 |
getName
java.lang.String getName()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setName
void setName(java.lang.String s)
hasName
boolean hasName()
getVendorName
java.lang.String getVendorName()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setVendorName
void setVendorName(java.lang.String s)
hasVendorName
boolean hasVendorName()
getProductName
java.lang.String getProductName()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setProductName
void setProductName(java.lang.String s)
hasProductName
boolean hasProductName()
getProductVersion
java.lang.String getProductVersion()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setProductVersion
void setProductVersion(java.lang.String s)
hasProductVersion
boolean hasProductVersion()
getBindAddress
BindAddress getBindAddress()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
- Implicit Relationship Type:
- name="com.collation.platform.model.topology.relation.AccessedVia"
reverse="false"
setBindAddress
void setBindAddress(BindAddress bindAddress)
hasBindAddress
boolean hasBindAddress()
getProvider
AppServer getProvider()
throws AttributeNotSetException
- The entity that provides the service access point (such as an application server).
- Throws:
AttributeNotSetException
- Implicit Relationship Type:
- name="com.collation.platform.model.topology.relation.Provides"
reverse="true"
setProvider
void setProvider(AppServer svr)
hasProvider
boolean hasProvider()