|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Container | |
|---|---|
| org.ow2.petals.topology | |
| org.ow2.petals.topology.generated | |
| Uses of Container in org.ow2.petals.topology |
|---|
| Methods in org.ow2.petals.topology that return Container | |
|---|---|
static Container |
TopologyHelper.findContainer(java.lang.String containerName,
Subdomain subdomain)
Retrieve the container in the given Subdomain |
static Container |
TopologyHelper.findContainer(java.lang.String containerName,
Topology topology)
Retrieve the container in the given topology |
| Methods in org.ow2.petals.topology that return types with arguments of type Container | |
|---|---|
static java.util.Collection<Container> |
TopologyHelper.findAllContainers(Topology topology)
Retrieve all the containers in the given topology |
| Methods in org.ow2.petals.topology with parameters of type Container | |
|---|---|
static Subdomain |
TopologyHelper.findSubdomain(Container container,
Topology topology)
Retrieve the sub domain in the given topology from the given container |
| Uses of Container in org.ow2.petals.topology.generated |
|---|
| Fields in org.ow2.petals.topology.generated with type parameters of type Container | |
|---|---|
protected java.util.List<Container> |
Subdomain.container
|
| Methods in org.ow2.petals.topology.generated that return Container | |
|---|---|
Container |
ObjectFactory.createContainer()
Create an instance of Container |
| Methods in org.ow2.petals.topology.generated that return types with arguments of type Container | |
|---|---|
java.util.List<Container> |
Subdomain.getContainer()
Gets the value of the container property. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||