org.codehaus.cargo.container.spi
Class AbstractContainer

java.lang.Object
  extended byorg.codehaus.cargo.util.log.LoggedObject
      extended byorg.codehaus.cargo.container.spi.AbstractContainer
All Implemented Interfaces:
Container, org.codehaus.cargo.util.log.Loggable
Direct Known Subclasses:
AbstractLocalContainer, AbstractRemoteContainer

public abstract class AbstractContainer
extends org.codehaus.cargo.util.log.LoggedObject
implements Container

Base implementation for all types of containers.

Version:
$Id: AbstractContainer.java 886 2006-02-28 12:40:47Z vmassol $

Constructor Summary
AbstractContainer()
           
 
Methods inherited from class org.codehaus.cargo.util.log.LoggedObject
getLogger, setLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.codehaus.cargo.container.Container
getCapability, getId, getName, getState, getType
 
Methods inherited from interface org.codehaus.cargo.util.log.Loggable
getLogger, setLogger
 

Constructor Detail

AbstractContainer

public AbstractContainer()


Copyright © 2004-2007 Codehaus. All Rights Reserved.