Package com.Yasna.forum

Examples of com.Yasna.forum.SessionVO


            worker.setDaemon(true);
            worker.start();
        }
    }
    public synchronized void addMessage(String sID,String IP,int uID){
        newSessions.addLast(new SessionVO(sID,IP,uID));
        // There is now a message to be processed and the Thread needs to be notified
        notify();
    }
View Full Code Here

TOP

Related Classes of com.Yasna.forum.SessionVO

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.