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

All Superinterfaces:
LogicalElement, ManagedElement, ManagedSystemElement, ModelObject, java.io.Serializable, ServiceAccessPoint

public interface LDAPSAP
extends ServiceAccessPoint

Persistable:
true

Field Summary
 
Fields inherited from interface com.collation.platform.model.topology.core.ManagedElement
IBM_COPYRIGHT
 
Method Summary
 java.lang.String getLDAPVersion()
           
 int getThreads()
           
 int getTotalConnections()
           
 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.ServiceAccessPoint
getBindAddress, getName, getProductName, getProductVersion, getProvider, getVendorName, hasBindAddress, hasName, hasProductName, hasProductVersion, hasProvider, hasVendorName, setBindAddress, setName, setProductName, setProductVersion, setProvider, 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
 

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
Throws:
AttributeNotSetException

setTotalConnections

void setTotalConnections(int connections)

hasTotalConnections

boolean hasTotalConnections()