com.nitorcreations.willow.deployer.MainMBean Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of willow-deployer Show documentation
Show all versions of willow-deployer Show documentation
Willow elastic cloud application deployer
package com.nitorcreations.willow.deployer;
public interface MainMBean {
void stop();
String getStatus();
String[] getChildNames();
long getChildPid(String childName);
long getFirstJavaChildPid(String childName);
void restartChild(String childName);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy