|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Topology | |
|---|---|
| org.ow2.petals.topology | |
| org.ow2.petals.topology.generated | |
| Uses of Topology in org.ow2.petals.topology |
|---|
| Methods in org.ow2.petals.topology that return Topology | |
|---|---|
static Topology |
TopologyBuilder.createTopology(java.io.File xmlFile)
Create the topology object. |
static Topology |
TopologyBuilder.createTopology(java.lang.String xmlFileName)
Create the topology object. |
| Methods in org.ow2.petals.topology with parameters of type Topology | |
|---|---|
static java.util.Collection<Container> |
TopologyHelper.findAllContainers(Topology topology)
Retrieve all the containers in the given topology |
static Container |
TopologyHelper.findContainer(java.lang.String containerName,
Topology topology)
Retrieve the container in the given topology |
static Subdomain |
TopologyHelper.findSubdomain(Container container,
Topology topology)
Retrieve the sub domain in the given topology from the given container |
static Subdomain |
TopologyHelper.findSubdomain(java.lang.String subdomainName,
Topology topology)
Retrieve the sub domain in the given topology |
static void |
TopologyBuilder.marshallTopologyFile(java.io.File xmlFile,
Topology topology)
Write the topology file to the disk |
| Uses of Topology in org.ow2.petals.topology.generated |
|---|
| Methods in org.ow2.petals.topology.generated that return Topology | |
|---|---|
Topology |
ObjectFactory.createTopology()
Create an instance of Topology |
| Methods in org.ow2.petals.topology.generated that return types with arguments of type Topology | |
|---|---|
javax.xml.bind.JAXBElement<Topology> |
ObjectFactory.createTopology(Topology value)
Create an instance of JAXBElement<Topology>} |
| Methods in org.ow2.petals.topology.generated with parameters of type Topology | |
|---|---|
javax.xml.bind.JAXBElement<Topology> |
ObjectFactory.createTopology(Topology value)
Create an instance of JAXBElement<Topology>} |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||