org.jclouds.compute.reference
Class ComputeServiceConstants.PollPeriod

java.lang.Object
  extended by org.jclouds.compute.reference.ComputeServiceConstants.PollPeriod
Enclosing class:
ComputeServiceConstants

@Singleton
public static class ComputeServiceConstants.PollPeriod
extends Object


Field Summary
 long pollInitialPeriod
           
 long pollMaxPeriod
           
 
Constructor Summary
ComputeServiceConstants.PollPeriod()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pollInitialPeriod

@Inject(optional=true)
@Named(value="jclouds.compute.poll-status.initial-period")
public long pollInitialPeriod

pollMaxPeriod

@Inject(optional=true)
@Named(value="jclouds.compute.poll-status.max-period")
public long pollMaxPeriod
Constructor Detail

ComputeServiceConstants.PollPeriod

public ComputeServiceConstants.PollPeriod()


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.