public interface DDMSoftwareSignatureService
Modifier and Type | Method and Description |
---|---|
void |
disableSignature(String signatureID)
Disables the
SoftwareSignature . |
void |
enableSignature(String signatureID)
Enables the
SoftwareSignature . |
DiscoveryFactory |
getDiscoveryFactory()
Returns the factory that creates the objects required by this service.
|
SoftwareSignature |
getSignature(String signatureID)
Returns the specified SoftwareSignature.
|
Collection<SoftwareSignature> |
getSignatures()
Returns the SoftwareSignature objects currently associated with the Universal Discovery system.
|
void |
removeSignature(String signatureID)
Removes the SoftwareSignature from the system.
|
void |
setSignature(SoftwareSignature softwareSignature)
Sets a softwareSignature to be available to the Data Flow Probe components.
|
void setSignature(SoftwareSignature softwareSignature) throws IllegalArgumentException
softwareSignature
- the SoftwareSignature.IllegalArgumentException
- if the SoftwareSignature object is not validvoid disableSignature(String signatureID) throws SignatureDoesNotExistException
SoftwareSignature
.
signatureID
- the name of the SoftwareSignature.SignatureDoesNotExistException
- ia signature named signatureID does not exist.void enableSignature(String signatureID) throws SignatureDoesNotExistException
SoftwareSignature
.
signatureID
- the name of the SoftwareSignature.SignatureDoesNotExistException
- a signature named signatureID does not exist.void removeSignature(String signatureID) throws SignatureDoesNotExistException
signatureID
- the name of the SoftwareSignature.SignatureDoesNotExistException
- a signature named signatureID does not exist.Collection<SoftwareSignature> getSignatures()
SoftwareSignature getSignature(String signatureID)
signatureID
- the name of the SoftwareSignature to retrieve.DiscoveryFactory getDiscoveryFactory()
Documentation Feedback
Copyright 2011 - 2018 Micro Focus or one of its affiliates.