Package org.wildfly.clustering.ee
Interface Restartable
-
public interface RestartableImplemented by objects that can be restarted.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidstart()Starts this object.voidstop()Stops this object.
-