org.ow2.petals.admin.topology
Class Container

java.lang.Object
  extended by org.ow2.petals.admin.topology.Container

public class Container
extends java.lang.Object

Author:
Nicolas Oddoux - EBM WebSourcing

Nested Class Summary
static class Container.NodeType
           
static class Container.PortType
           
 
Constructor Summary
Container(java.lang.String containerName, Container.NodeType nodeType, java.lang.String host, java.util.HashMap<Container.PortType,java.lang.Integer> ports)
           
 
Method Summary
 java.lang.String getContainerName()
           
 java.lang.String getHost()
           
 Container.NodeType getNodeType()
           
 java.util.HashMap<Container.PortType,java.lang.Integer> getPorts()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Container

public Container(java.lang.String containerName,
                 Container.NodeType nodeType,
                 java.lang.String host,
                 java.util.HashMap<Container.PortType,java.lang.Integer> ports)
Method Detail

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.