org.ow2.petals.admin.topology
Class Container
java.lang.Object
org.ow2.petals.admin.topology.Container
public class Container
- extends java.lang.Object
- Author:
- Nicolas Oddoux - EBM WebSourcing
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Container
public Container(java.lang.String containerName,
Container.NodeType nodeType,
java.lang.String host,
java.util.HashMap<Container.PortType,java.lang.Integer> ports)
getContainerName
public java.lang.String getContainerName()
getNodeType
public Container.NodeType getNodeType()
getHost
public java.lang.String getHost()
getPorts
public java.util.HashMap<Container.PortType,java.lang.Integer> getPorts()
Copyright © 2005-2012 Petals Link (EBM Websourcing). All Rights Reserved.