blob: 86889f047acccb14ad46f9733269c16c8a8dd69f [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2003, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - Initial API and implementation
*******************************************************************************/
package org.eclipse.wst.server.core.model;
/**
* This interface is a tag for a server that should be running before calling
* modifyModules(). It will be implemented by delegate classes of servers that
* should be started before calling API.
*
* @since 1.0
*/
public interface IRunningActionServer {
// marker interface
}