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

Field Summary
 
Fields inherited from interface com.collation.platform.model.topology.core.ManagedElement
IBM_COPYRIGHT
 
Method Summary
 BindAddress getBindAddress()
           
 java.lang.String getName()
           
 java.lang.String getProductName()
           
 java.lang.String getProductVersion()
           
 AppServer getProvider()
          The entity that provides the service access point (such as an application server).
 java.lang.String getVendorName()
           
 boolean hasBindAddress()
           
 boolean hasName()
           
 boolean hasProductName()
           
 boolean hasProductVersion()
           
 boolean hasProvider()
           
 boolean hasVendorName()
           
 void setBindAddress(BindAddress bindAddress)
           
 void setName(java.lang.String s)
           
 void setProductName(java.lang.String s)
           
 void setProductVersion(java.lang.String s)
           
 void setProvider(AppServer svr)
           
 void setVendorName(java.lang.String s)
           
 
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

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