org.codehaus.wadi.servicespace.admin.commands
Class ContextualiserStackExplorer

java.lang.Object
  extended by org.codehaus.wadi.servicespace.admin.commands.ContextualiserStackExplorer
All Implemented Interfaces:
Lifecycle

public class ContextualiserStackExplorer
extends java.lang.Object
implements Lifecycle

Version:
$Revision: 1538 $

Field Summary
static ServiceName NAME
           
 
Constructor Summary
ContextualiserStackExplorer()
           
 
Method Summary
 java.util.List getContextualisers()
           
 void pushContextualiser(Contextualiser contextualiser)
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static final ServiceName NAME
Constructor Detail

ContextualiserStackExplorer

public ContextualiserStackExplorer()
Method Detail

pushContextualiser

public void pushContextualiser(Contextualiser contextualiser)

getContextualisers

public java.util.List getContextualisers()

start

public void start()
           throws java.lang.Exception
Specified by:
start in interface Lifecycle
Throws:
java.lang.Exception

stop

public void stop()
          throws java.lang.Exception
Specified by:
stop in interface Lifecycle
Throws:
java.lang.Exception


Copyright © 2008. All Rights Reserved.