de.jiac.micro.internal.core
Class DummyContainer

java.lang.Object
  extended by de.jiac.micro.internal.core.AbstractContainer
      extended by de.jiac.micro.internal.core.DummyContainer
All Implemented Interfaces:
IContainer, ILifecycleAware

public class DummyContainer
extends AbstractContainer

Version:
$Revision:$
Author:
Marcel Patzlaff

Field Summary
 
Fields inherited from class de.jiac.micro.internal.core.AbstractContainer
handles
 
Constructor Summary
DummyContainer(String name)
           
 
Method Summary
 void cleanup()
           
 void initialise()
           
 void start()
           
 void stop()
           
 
Methods inherited from class de.jiac.micro.internal.core.AbstractContainer
addHandle, getClassLoader, getDisplayName, getHandle, getLogger, getLogger, removeHandle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DummyContainer

public DummyContainer(String name)
Method Detail

cleanup

public void cleanup()
Specified by:
cleanup in interface ILifecycleAware
Specified by:
cleanup in class AbstractContainer

initialise

public void initialise()
Specified by:
initialise in interface ILifecycleAware
Specified by:
initialise in class AbstractContainer

start

public void start()
Specified by:
start in interface ILifecycleAware
Specified by:
start in class AbstractContainer

stop

public void stop()
Specified by:
stop in interface ILifecycleAware
Specified by:
stop in class AbstractContainer


Copyright © 2008-2011 DAI-Labor. All Rights Reserved.