Package org.platformlayer

Examples of org.platformlayer.TypedPlatformLayerClient.doAction()


  public <T extends ItemBase> JobData doAction(T item, Action action) throws OpsException, IOException {
    TypedPlatformLayerClient client = getTypedClient();

    PlatformLayerKey key = item.getKey();
    return client.doAction(key, action);
  }

  public <T extends ItemBase> JobData doConfigure(T item) throws OpsException, IOException {
    return doAction(item, ConfigureAction.create());
  }
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.