Uses of Class
org.jboss.as.arquillian.container.domain.Domain.ServerGroup
-
Packages that use Domain.ServerGroup Package Description org.jboss.as.arquillian.container.domain -
-
Uses of Domain.ServerGroup in org.jboss.as.arquillian.container.domain
Methods in org.jboss.as.arquillian.container.domain that return types with arguments of type Domain.ServerGroup Modifier and Type Method Description Set<Domain.ServerGroup>Domain. getServerGroups()Methods in org.jboss.as.arquillian.container.domain with parameters of type Domain.ServerGroup Modifier and Type Method Description voidDomain. addServerGroup(Domain.ServerGroup group)Set<Domain.Server>Domain. getServersInGroup(Domain.ServerGroup group)Constructors in org.jboss.as.arquillian.container.domain with parameters of type Domain.ServerGroup Constructor Description ServerGroupContainer(ManagementClient client, ArchiveDeployer deployer, Domain domain, Domain.ServerGroup serverGroup, DomainManager domainManager)
-