public interface Service
void start()
throws java.lang.Exception
java.lang.Exceptionvoid start(java.lang.Runnable onComplete)
throws java.lang.Exception
onComplete - my be set to null if not interested in a callback.java.lang.Exceptionvoid stop()
void stop(java.lang.Runnable onComplete)
onComplete - my be set to null if not interested in a callback.Copyright © 2014 Red Hat. All Rights Reserved.