Return-Path: Delivered-To: apmail-jakarta-avalon-cvs-archive@apache.org Received: (qmail 28653 invoked from network); 12 Jul 2002 16:01:02 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 12 Jul 2002 16:01:02 -0000 Received: (qmail 13564 invoked by uid 97); 12 Jul 2002 16:01:10 -0000 Delivered-To: qmlist-jakarta-archive-avalon-cvs@jakarta.apache.org Received: (qmail 13368 invoked by uid 97); 12 Jul 2002 16:01:08 -0000 Mailing-List: contact avalon-cvs-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Avalon CVS List" Reply-To: "Avalon Developers List" Delivered-To: mailing list avalon-cvs@jakarta.apache.org Received: (qmail 13297 invoked by uid 97); 12 Jul 2002 16:01:08 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) Date: 12 Jul 2002 16:00:48 -0000 Message-ID: <20020712160048.50259.qmail@icarus.apache.org> From: mcconnell@apache.org To: jakarta-avalon-excalibur-cvs@apache.org Subject: cvs commit: jakarta-avalon-excalibur/assembly/src/java/org/apache/excalibur/merlin Controller.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N mcconnell 2002/07/12 09:00:48 Added: assembly/src/java/org/apache/excalibur/merlin Controller.java Log: was Manageable interface Revision Changes Path 1.1 jakarta-avalon-excalibur/assembly/src/java/org/apache/excalibur/merlin/Controller.java Index: Controller.java =================================================================== /* * Copyright (C) The Apache Software Foundation. All rights reserved. * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in * the LICENSE.txt file. */ package org.apache.excalibur.merlin; /** * A service that provides support managable startup and shutdown. * @author Stephen McConnell * @version $Revision: 1.1 $ $Date: 2002/07/12 16:00:48 $ */ public interface Controller { /** * Request the startup of the managable unit. */ void startup() throws Exception; /** * Request the shutdown of the managable unit. */ void shutdown(); } -- To unsubscribe, e-mail: For additional commands, e-mail: