com.notuvy.singleapp.multiuser
Class Broker

java.lang.Object
  extended by com.notuvy.singleapp.multiuser.Broker
All Implemented Interfaces:
Runnable

public class Broker
extends Object
implements Runnable

This is the entity that listens for connections. It will run in a separate thread (needed to process incoming connections independently).

Author:
murali

Field Summary
static Broker CURRENT
           
protected static org.apache.log4j.Logger LOG
           
 
Method Summary
protected static void createWith(MultiUserSingleAppEnforcer pEnforcer)
           
 void run()
           
protected static void terminateCurrent()
           
 
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

CURRENT

public static Broker CURRENT
Method Detail

createWith

protected static void createWith(MultiUserSingleAppEnforcer pEnforcer)

terminateCurrent

protected static void terminateCurrent()

run

public void run()
Specified by:
run in interface Runnable


Copyright © 2012. All Rights Reserved.