Package org.eclipse.ecf.example.collab.share

Examples of org.eclipse.ecf.example.collab.share.EclipseCollabSharedObject.destroySelf()


    } catch (ContainerConnectException e) {
      // If we have a connect exception then we remove any previously
      // added shared object
      EclipseCollabSharedObject so = newClientEntry.getSharedObject();
      if (so != null)
        so.destroySelf();
      throw e;
    }

    // only add container if the connect was successful
    addClientForResource(newClientEntry, resource);
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.