com.collation.platform.model.topology.sys
Interface LDAPService

All Superinterfaces:
ConfigurationItem, LogicalElement, ManagedElement, ManagedSystemElement, ModelObject, java.io.Serializable, Service
All Known Subinterfaces:
ActiveDirectory

public interface LDAPService
extends Service

Represents an LDAP server

Persistable:
true
Top Level:
true

Field Summary
 
Fields inherited from interface com.collation.platform.model.topology.sys.Service
IBM_COPYRIGHT
 
Method Summary
 java.lang.String getLDAPVersion()
           
 int getThreads()
           
 int getTotalConnections()
          collation.no-compare true
 boolean hasLDAPVersion()
           
 boolean hasThreads()
           
 boolean hasTotalConnections()
           
 void setLDAPVersion(java.lang.String version)
           
 void setThreads(int threads)
           
 void setTotalConnections(int connections)
           
 
Methods inherited from interface com.collation.platform.model.topology.sys.Service
getHost, getName, getPrimarySAP, getProductName, getProductVersion, getServiceAccessPoints, getSoftwareInstallation, getVendorName, hasHost, hasName, hasPrimarySAP, hasProductName, hasProductVersion, hasServiceAccessPoints, hasSoftwareInstallation, hasVendorName, setHost, setName, setPrimarySAP, setProductName, setProductVersion, setServiceAccessPoints, setSoftwareInstallation, setVendorName
 
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
 
Methods inherited from interface com.collation.platform.model.topology.process.itil.ConfigurationItem
getAssetID, getAssetTag, getCICategory, getConfigLastUpdate, getLastAuditState, getLastAuditTime, getLastLifecycleStateTime, getLifecycleState, getPrimaryOwner, hasAssetID, hasAssetTag, hasCICategory, hasConfigLastUpdate, hasLastAuditState, hasLastAuditTime, hasLastLifecycleStateTime, hasLifecycleState, hasPrimaryOwner, setAssetID, setAssetTag, setCICategory, setConfigLastUpdate, setLastAuditState, setLastAuditTime, setLastLifecycleStateTime, setLifecycleState, setPrimaryOwner
 

Method Detail

getLDAPVersion

java.lang.String getLDAPVersion()
                                throws AttributeNotSetException
Throws:
AttributeNotSetException

setLDAPVersion

void setLDAPVersion(java.lang.String version)

hasLDAPVersion

boolean hasLDAPVersion()

getThreads

int getThreads()
               throws AttributeNotSetException
Throws:
AttributeNotSetException

setThreads

void setThreads(int threads)

hasThreads

boolean hasThreads()

getTotalConnections

int getTotalConnections()
                        throws AttributeNotSetException
collation.no-compare true

Throws:
AttributeNotSetException

setTotalConnections

void setTotalConnections(int connections)

hasTotalConnections

boolean hasTotalConnections()