com.collation.platform.model.topology.app.web.iplanet
Interface NSAPIPlugin

All Superinterfaces:
ConfigurationItem, LogicalElement, ManagedElement, ManagedSystemElement, ModelObject, Provider, java.io.Serializable, SoftwareModule, WebModule
All Known Subinterfaces:
WebLogicPlugin

public interface NSAPIPlugin
extends WebModule

Represents an NSAPI plugin for an iPlanet server

Persistable:
true

Field Summary
 
Fields inherited from interface com.collation.platform.model.topology.core.ManagedElement
IBM_COPYRIGHT
 
Fields inherited from interface com.collation.platform.model.topology.process.Provider
IBM_COPYRIGHT
 
Fields inherited from interface com.collation.platform.model.topology.process.itil.ConfigurationItem
IBM_COPYRIGHT
 
Method Summary
 java.lang.String getInitFunctions()
           
 java.lang.String getSharedLibFlags()
           
 boolean hasInitFunctions()
           
 boolean hasSharedLibFlags()
           
 void setInitFunctions(java.lang.String functions)
           
 void setSharedLibFlags(java.lang.String shlibFlags)
           
 
Methods inherited from interface com.collation.platform.model.topology.app.web.WebModule
getConnections, hasConnections, setConnections
 
Methods inherited from interface com.collation.platform.model.topology.app.SoftwareModule
getFile, getFileName, getName, getParent, hasFile, hasFileName, hasName, hasParent, setFile, setFileName, setName, setParent
 
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.Provider
getActivities, getAdvertisedInterfaces, getSAPs, hasActivities, hasAdvertisedInterfaces, hasSAPs, setActivities, setAdvertisedInterfaces, setSAPs
 
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

getInitFunctions

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

setInitFunctions

void setInitFunctions(java.lang.String functions)

hasInitFunctions

boolean hasInitFunctions()

getSharedLibFlags

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

setSharedLibFlags

void setSharedLibFlags(java.lang.String shlibFlags)

hasSharedLibFlags

boolean hasSharedLibFlags()