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

com.nitorcreations.willow.deployer.MainMBean Maven / Gradle / Ivy

There is a newer version: 2.0.2
Show newest version
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