public interface IMPConfigAdminService
Modifier and Type | Method and Description |
---|---|
SenderConfiguration |
createSenderConfiguration(SenderConfiguration senderConfiguration)
Deprecated.
|
SenderConfiguration[] |
findSenderConfiguration(SenderConfigSearchCriteria senderConfigSearchCriteria)
Deprecated.
|
void |
removeSenderConfiguration(SenderConfiguration senderConfiguration)
Deprecated.
|
SenderConfiguration[] findSenderConfiguration(SenderConfigSearchCriteria senderConfigSearchCriteria) throws HDRConfigException
senderConfigSearchCriteria
- The sender configuration search criteria containing the criteria
for senderRootId, senderExtensionId, receiverRootId and
receiverExtensionId.HDRConfigException
SenderConfiguration createSenderConfiguration(SenderConfiguration senderConfiguration) throws HDRConfigException
senderConfiguration
- The sender configuration VAO to be created.HDRConfigException
- This exception is thrown if
void removeSenderConfiguration(SenderConfiguration senderConfiguration) throws HDRConfigException
senderConfiguration
- The sender configuration VAO to be removed.HDRConfigException
- If sender configuration is not foundHDR Glossary HDR Concept Lists HDR Exceptions HDR Programmer's Guide HDR Implementation Guide HDR Profile Options
Copyright © 2016, 2018, Oracle. All rights reserved