com.notuvy.singleapp
Class SingletonApplicationLauncher

java.lang.Object
  extended by com.notuvy.singleapp.SingletonApplicationLauncher

public class SingletonApplicationLauncher
extends Object

Basic description

Author:
murali

Nested Class Summary
static class SingletonApplicationLauncher.Strategy
           
 
Field Summary
protected static org.apache.log4j.Logger LOG
           
 
Method Summary
 void launchDefer(Deferable pDeferable)
           
 void launchPreempt(Preemptable pPreemptable)
           
static SingletonApplicationLauncher onPort(int pPort)
           
protected  SingletonApplicationLauncher setAllowSystemExit(boolean pAllowSystemExit)
           
 SingletonApplicationLauncher setMultiUser()
           
 SingletonApplicationLauncher setSingleUser()
           
protected  void shutdown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG

protected static final org.apache.log4j.Logger LOG
Method Detail

onPort

public static SingletonApplicationLauncher onPort(int pPort)

setAllowSystemExit

protected SingletonApplicationLauncher setAllowSystemExit(boolean pAllowSystemExit)

setSingleUser

public SingletonApplicationLauncher setSingleUser()

setMultiUser

public SingletonApplicationLauncher setMultiUser()

launchDefer

public void launchDefer(Deferable pDeferable)

launchPreempt

public void launchPreempt(Preemptable pPreemptable)

shutdown

protected void shutdown()


Copyright © 2012. All Rights Reserved.