Package org.jboss.remoting.samples.chat.utility

Examples of org.jboss.remoting.samples.chat.utility.ShutDownGate


  private ShutDownGate shutDownGate;

  public ChatStore()
  {
    extendedChatInfoMap = new Hashtable();
    shutDownGate = new ShutDownGate();
   
//    try
//    {
//       databaseManager = new DatabaseManager();
//      
View Full Code Here


/*     */   private ShutDownGate shutDownGate;
/*     */
/*     */   public ChatStore()
/*     */   {
/*  33 */     this.extendedChatInfoMap = new Hashtable();
/*  34 */     this.shutDownGate = new ShutDownGate();
/*     */   }
View Full Code Here

TOP

Related Classes of org.jboss.remoting.samples.chat.utility.ShutDownGate

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.