Class AbstractClientApplication

java.lang.Object
com.yahoo.jdisc.application.AbstractApplication
com.yahoo.jdisc.client.AbstractClientApplication
All Implemented Interfaces:
Application, ClientApplication, Runnable

public abstract class AbstractClientApplication extends AbstractApplication implements ClientApplication

This is a convenient parent class for ClientApplication developers. It extends AbstractApplication and implements Runnable to wait for shutdown() to be called. When using this class, you implement Application.start() (and optionally AbstractApplication.stop()), and provide a reference to it to whatever component is responsible for signaling shutdown.

Author:
Simon Thoresen Hult