// push entry
if( ApplicationRegistry.isDaemon( args ) ) {
String page = args[ 1 ];
int maxQueueCap = Integer.parseInt( args[ 2 ] );
PushDaemon daemon = new PushDaemon( page, maxQueueCap );
daemon.enterEventDispatcher();
return;
}
if( ApplicationRegistry.isAppRunning() ) {
/*