Package org.eclipse.ecf.bulletinboard

Examples of org.eclipse.ecf.bulletinboard.IThread


          e.printStackTrace();
        }
        values.put("author", getGuestFactory().createBBObject(guestID,
            guestName, null));
      }
      IThread obj = (IThread) factory.createBBObject(id,
          new String(name), values);
      threads.put(id, obj);
    }
    return threads;
  }
View Full Code Here

TOP

Related Classes of org.eclipse.ecf.bulletinboard.IThread

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.