public interface DomainManager extends DomainRepository
Domain instances deployed on the container| Modifier and Type | Method and Description |
|---|---|
void |
addDomain(Domain domain)
Adds a new domain
|
void |
removeDomain(Domain domain)
Removes a domain
|
contains, containsCompatible, getCompatibleDomain, getDomainvoid addDomain(Domain domain)
domain - domain to add.IllegalArgumentException - if the domain is already added.void removeDomain(Domain domain)
domain - domain to remove.Copyright © 2003–2024 MuleSoft, Inc.. All rights reserved.