Package net.welen.jmole
Class Lifecycle
- java.lang.Object
-
- net.welen.jmole.Lifecycle
-
public class Lifecycle extends Object
POJO to handle the lifecycle of JMole.
-
-
Constructor Summary
Constructors Constructor Description Lifecycle()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidcleanup()Stops JMole and all activated protocolsstatic JMolegetJMoleInstance()static voidsetup()Starts up JMole and all activated protocols
-
-
-
Method Detail
-
setup
public static void setup()
Starts up JMole and all activated protocols
-
cleanup
public static void cleanup()
Stops JMole and all activated protocols
-
getJMoleInstance
public static JMole getJMoleInstance()
-
-