|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.petals.topology.TopologyHelper
public final class TopologyHelper
| Method Summary | |
|---|---|
static java.util.Collection<Container> |
findAllContainers(Topology topology)
Retrieve all the containers in the given topology |
static Container |
findContainer(java.lang.String containerName,
Subdomain subdomain)
Retrieve the container in the given Subdomain |
static Container |
findContainer(java.lang.String containerName,
Topology topology)
Retrieve the container in the given topology |
static Subdomain |
findSubdomain(Container container,
Topology topology)
Retrieve the sub domain in the given topology from the given container |
static Subdomain |
findSubdomain(java.lang.String subdomainName,
Topology topology)
Retrieve the sub domain in the given topology |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static Subdomain findSubdomain(java.lang.String subdomainName,
Topology topology)
subdomainName - may be nulltopology - must be non null
public static Subdomain findSubdomain(Container container,
Topology topology)
container - must be non nulltopology - must be non null
public static Container findContainer(java.lang.String containerName,
Topology topology)
containerName - may be nulltopology - must be non null
public static Container findContainer(java.lang.String containerName,
Subdomain subdomain)
containerName - may be nullsubdomain - must be non null
public static java.util.Collection<Container> findAllContainers(Topology topology)
topology - must be non null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||