Uses of Class
org.ow2.petals.microkernel.api.configuration.SubDomainConfiguration

Packages that use SubDomainConfiguration
org.ow2.petals.microkernel.api.communication.topology   
org.ow2.petals.microkernel.api.configuration   
 

Uses of SubDomainConfiguration in org.ow2.petals.microkernel.api.communication.topology
 

Methods in org.ow2.petals.microkernel.api.communication.topology that return types with arguments of type SubDomainConfiguration
 Set<SubDomainConfiguration> TopologyService.getSubDomainsConfiguration()
          Get all the sub-domain configurations.
 

Methods in org.ow2.petals.microkernel.api.communication.topology with parameters of type SubDomainConfiguration
 void TopologyService.addSubdomainConfiguration(SubDomainConfiguration addedSubdomain)
          Add a subdomain to the local topology.
 

Uses of SubDomainConfiguration in org.ow2.petals.microkernel.api.configuration
 

Methods in org.ow2.petals.microkernel.api.configuration that return SubDomainConfiguration
 SubDomainConfiguration ConfigurationService.getSubDomainConfiguration()
          Get the sub domain configuration the local container belongs to.
 

Methods in org.ow2.petals.microkernel.api.configuration that return types with arguments of type SubDomainConfiguration
 Set<SubDomainConfiguration> ConfigurationService.getSubDomainsConfiguration()
          Get the subdomains configuration.
 

Methods in org.ow2.petals.microkernel.api.configuration with parameters of type SubDomainConfiguration
 void ConfigurationService.addSubdomainConfiguration(SubDomainConfiguration addedSubdomain)
          Registers a new subdomain within the local topology.
 void ConfigurationService.verifyContainerTopology(org.ow2.petals.clientserverapi.configuration.ContainerConfiguration newContainerConfiguration, SubDomainConfiguration newSubDomainConfiguration, DomainConfiguration newDomainConfiguration)
          Verify the given containerConfiguration against the topology configuration.
 



Copyright © 2005-2015 Linagora. All Rights Reserved.