Package org.eclipse.ecf.tests.sharedobject

Examples of org.eclipse.ecf.tests.sharedobject.TestSharedObject


  /* (non-Javadoc)
   * @see org.eclipse.ecf.tests.presence.sharedobject.AbstractChatRoomSOAddTest#createSharedObject(org.eclipse.ecf.core.identity.ID)
   */
  protected ISharedObject createSharedObject(ID objectID) throws Exception {
    return new TestSharedObject(objectID.getName());
  }
View Full Code Here

TOP

Related Classes of org.eclipse.ecf.tests.sharedobject.TestSharedObject

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.