All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.orctom.was.service.IWebSphereService Maven / Gradle / Ivy

Go to download

Common Utils that talks to WebSphere used by was-maven-plugin and was-gradle-plugin

There is a newer version: 1.1.3.2
Show newest version
package com.orctom.was.service;

/**
 * Created by CH on 3/11/14.
 */
public interface IWebSphereService {

	void restartServer();

	void installApplication();

	void uninstallApplication();

	void startApplication();

	void stopApplication();

	/**
	 * uninstall-if-exists => install => restart
	 */
	void deploy();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy