Package org.structr.cloud.message

Examples of org.structr.cloud.message.PullNodeRequestContainer


  @Override
  public Boolean doRemote(final CloudConnection client) throws IOException, FrameworkException {

    // send type of request
    client.send(new PullNodeRequestContainer(rootNodeId, recursive));

    // wait for end of transmission
    client.waitForTransmission();

    return true;
View Full Code Here

TOP

Related Classes of org.structr.cloud.message.PullNodeRequestContainer

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.