From libcloud-commits-return-547-apmail-incubator-libcloud-commits-archive=incubator.apache.org@incubator.apache.org Thu Sep 23 16:03:28 2010 Return-Path: Delivered-To: apmail-incubator-libcloud-commits-archive@minotaur.apache.org Received: (qmail 99007 invoked from network); 23 Sep 2010 16:03:28 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 23 Sep 2010 16:03:28 -0000 Received: (qmail 90058 invoked by uid 500); 23 Sep 2010 16:03:28 -0000 Delivered-To: apmail-incubator-libcloud-commits-archive@incubator.apache.org Received: (qmail 90036 invoked by uid 500); 23 Sep 2010 16:03:28 -0000 Mailing-List: contact libcloud-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: libcloud@incubator.apache.org Delivered-To: mailing list libcloud-commits@incubator.apache.org Received: (qmail 90001 invoked by uid 99); 23 Sep 2010 16:03:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Sep 2010 16:03:28 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Sep 2010 16:03:22 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 442CB2388C43; Thu, 23 Sep 2010 16:02:35 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1000513 [11/25] - in /incubator/libcloud/sandbox/java/trunk/doc: ./ base/ base/class-use/ base/connection/ base/connection/class-use/ base/interfaces/ base/interfaces/class-use/ base/types/ base/types/class-use/ class-use/ index-files/ lib... Date: Thu, 23 Sep 2010 16:02:30 -0000 To: libcloud-commits@incubator.apache.org From: woodser@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100923160243.442CB2388C43@eris.apache.org> Added: incubator/libcloud/sandbox/java/trunk/doc/libcloud/data/NodeLocation.html URL: http://svn.apache.org/viewvc/incubator/libcloud/sandbox/java/trunk/doc/libcloud/data/NodeLocation.html?rev=1000513&view=auto ============================================================================== --- incubator/libcloud/sandbox/java/trunk/doc/libcloud/data/NodeLocation.html (added) +++ incubator/libcloud/sandbox/java/trunk/doc/libcloud/data/NodeLocation.html Thu Sep 23 16:02:24 2010 @@ -0,0 +1,355 @@ + + + + + + +NodeLocation + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +libcloud.data +
+Class NodeLocation

+
+java.lang.Object
+  extended by libcloud.data.NodeLocation
+
+
+
+
public class NodeLocation
extends java.lang.Object
+ + +

+Represents a Node's location. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + +
+Field Summary
+ java.lang.Stringcountry + +
+           
+ INodeDriverdriver + +
+           
+ java.lang.Stringid + +
+           
+ java.lang.Stringname + +
+           
+  + + + + + + + + + + +
+Constructor Summary
NodeLocation(java.lang.String id, + java.lang.String name, + java.lang.String country, + INodeDriver driver) + +
+           
+  + + + + + + + + + + + +
+Method Summary
+ java.lang.StringtoString() + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+id

+
+public java.lang.String id
+
+
+
+
+
+ +

+name

+
+public java.lang.String name
+
+
+
+
+
+ +

+country

+
+public java.lang.String country
+
+
+
+
+
+ +

+driver

+
+public INodeDriver driver
+
+
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+NodeLocation

+
+public NodeLocation(java.lang.String id,
+                    java.lang.String name,
+                    java.lang.String country,
+                    INodeDriver driver)
+
+
+ + + + + + + + +
+Method Detail
+ +

+toString

+
+public java.lang.String toString()
+
+
+
Overrides:
toString in class java.lang.Object
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + Added: incubator/libcloud/sandbox/java/trunk/doc/libcloud/data/NodeSize.html URL: http://svn.apache.org/viewvc/incubator/libcloud/sandbox/java/trunk/doc/libcloud/data/NodeSize.html?rev=1000513&view=auto ============================================================================== --- incubator/libcloud/sandbox/java/trunk/doc/libcloud/data/NodeSize.html (added) +++ incubator/libcloud/sandbox/java/trunk/doc/libcloud/data/NodeSize.html Thu Sep 23 16:02:24 2010 @@ -0,0 +1,415 @@ + + + + + + +NodeSize + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +libcloud.data +
+Class NodeSize

+
+java.lang.Object
+  extended by libcloud.data.NodeSize
+
+
+
+
public class NodeSize
extends java.lang.Object
+ + +

+Represents a Node configuration. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Field Summary
+ intbandwidth + +
+           
+ intdisk + +
+           
+ INodeDriverdriver + +
+           
+ java.lang.Stringid + +
+           
+ java.lang.Stringname + +
+           
+ floatprice + +
+           
+ intram + +
+           
+  + + + + + + + + + + +
+Constructor Summary
NodeSize(java.lang.String id, + java.lang.String name, + int ram, + int disk, + int bandwidth, + float price, + INodeDriver driver) + +
+           
+  + + + + + + + + + + + +
+Method Summary
+ java.lang.StringtoString() + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+id

+
+public java.lang.String id
+
+
+
+
+
+ +

+name

+
+public java.lang.String name
+
+
+
+
+
+ +

+ram

+
+public int ram
+
+
+
+
+
+ +

+disk

+
+public int disk
+
+
+
+
+
+ +

+bandwidth

+
+public int bandwidth
+
+
+
+
+
+ +

+price

+
+public float price
+
+
+
+
+
+ +

+driver

+
+public INodeDriver driver
+
+
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+NodeSize

+
+public NodeSize(java.lang.String id,
+                java.lang.String name,
+                int ram,
+                int disk,
+                int bandwidth,
+                float price,
+                INodeDriver driver)
+
+
+ + + + + + + + +
+Method Detail
+ +

+toString

+
+public java.lang.String toString()
+
+
+
Overrides:
toString in class java.lang.Object
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + Added: incubator/libcloud/sandbox/java/trunk/doc/libcloud/data/NodeState.html URL: http://svn.apache.org/viewvc/incubator/libcloud/sandbox/java/trunk/doc/libcloud/data/NodeState.html?rev=1000513&view=auto ============================================================================== --- incubator/libcloud/sandbox/java/trunk/doc/libcloud/data/NodeState.html (added) +++ incubator/libcloud/sandbox/java/trunk/doc/libcloud/data/NodeState.html Thu Sep 23 16:02:24 2010 @@ -0,0 +1,374 @@ + + + + + + +NodeState + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +libcloud.data +
+Enum NodeState

+
+java.lang.Object
+  extended by java.lang.Enum<NodeState>
+      extended by libcloud.data.NodeState
+
+
+
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<NodeState>
+
+
+
+
public enum NodeState
extends java.lang.Enum<NodeState>
+ + +

+Represents the current of a Node. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + +
+Enum Constant Summary
PENDING + +
+           
REBOOTING + +
+           
RUNNING + +
+           
TERMINATED + +
+           
UNKNOWN + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+static NodeStatevalueOf(java.lang.String name) + +
+          Returns the enum constant of this type with the specified name.
+static NodeState[]values() + +
+          Returns an array containing the constants of this enum type, in +the order they are declared.
+ + + + + + + +
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
+ + + + + + + +
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Enum Constant Detail
+ +

+RUNNING

+
+public static final NodeState RUNNING
+
+
+
+
+
+ +

+REBOOTING

+
+public static final NodeState REBOOTING
+
+
+
+
+
+ +

+TERMINATED

+
+public static final NodeState TERMINATED
+
+
+
+
+
+ +

+PENDING

+
+public static final NodeState PENDING
+
+
+
+
+
+ +

+UNKNOWN

+
+public static final NodeState UNKNOWN
+
+
+
+
+ + + + + + + + +
+Method Detail
+ +

+values

+
+public static NodeState[] values()
+
+
Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
+for (NodeState c : NodeState.values())
+    System.out.println(c);
+
+

+

+ +
Returns:
an array containing the constants of this enum type, in +the order they are declared
+
+
+
+ +

+valueOf

+
+public static NodeState valueOf(java.lang.String name)
+
+
Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.) +

+

+
Parameters:
name - the name of the enum constant to be returned. +
Returns:
the enum constant with the specified name +
Throws: +
java.lang.IllegalArgumentException - if this enum type has no constant +with the specified name +
java.lang.NullPointerException - if the argument is null
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + Added: incubator/libcloud/sandbox/java/trunk/doc/libcloud/data/class-use/Node.html URL: http://svn.apache.org/viewvc/incubator/libcloud/sandbox/java/trunk/doc/libcloud/data/class-use/Node.html?rev=1000513&view=auto ============================================================================== --- incubator/libcloud/sandbox/java/trunk/doc/libcloud/data/class-use/Node.html (added) +++ incubator/libcloud/sandbox/java/trunk/doc/libcloud/data/class-use/Node.html Thu Sep 23 16:02:24 2010 @@ -0,0 +1,144 @@ + + + + + + +Uses of Class libcloud.data.Node + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
libcloud.data.Node

+
+No usage of libcloud.data.Node +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + Added: incubator/libcloud/sandbox/java/trunk/doc/libcloud/data/class-use/NodeAuth.html URL: http://svn.apache.org/viewvc/incubator/libcloud/sandbox/java/trunk/doc/libcloud/data/class-use/NodeAuth.html?rev=1000513&view=auto ============================================================================== --- incubator/libcloud/sandbox/java/trunk/doc/libcloud/data/class-use/NodeAuth.html (added) +++ incubator/libcloud/sandbox/java/trunk/doc/libcloud/data/class-use/NodeAuth.html Thu Sep 23 16:02:24 2010 @@ -0,0 +1,287 @@ + + + + + + +Uses of Class libcloud.data.NodeAuth + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
libcloud.data.NodeAuth

+
+ + + + + + + + + + + + + + + + + + + + + +
+Packages that use NodeAuth
libcloud.interfaces  
libcloud.providers.amazon  
libcloud.providers.ibm  
libcloud.providers.rackspace  
+  +

+ + + + + +
+Uses of NodeAuth in libcloud.interfaces
+  +

+ + + + + + + + + +
Methods in libcloud.interfaces with parameters of type NodeAuth
+ INodeINodeDriver.createNode(java.lang.String name, + NodeSize size, + NodeImage image, + NodeLocation location, + NodeAuth auth, + java.util.Map<java.lang.String,java.lang.Object> extra) + +
+           
+  +

+ + + + + +
+Uses of NodeAuth in libcloud.providers.amazon
+  +

+ + + + + + + + + +
Methods in libcloud.providers.amazon with parameters of type NodeAuth
+ INodeEC2Driver.createNode(java.lang.String name, + NodeSize size, + NodeImage image, + NodeLocation location, + NodeAuth auth, + java.util.Map<java.lang.String,java.lang.Object> extra) + +
+           
+  +

+ + + + + +
+Uses of NodeAuth in libcloud.providers.ibm
+  +

+ + + + + + + + + +
Methods in libcloud.providers.ibm with parameters of type NodeAuth
+ INodeIBMDriver.createNode(java.lang.String name, + NodeSize size, + NodeImage image, + NodeLocation location, + NodeAuth auth, + java.util.Map<java.lang.String,java.lang.Object> extra) + +
+           
+  +

+ + + + + +
+Uses of NodeAuth in libcloud.providers.rackspace
+  +

+ + + + + + + + + +
Methods in libcloud.providers.rackspace with parameters of type NodeAuth
+ INodeRackspaceDriver.createNode(java.lang.String name, + NodeSize size, + NodeImage image, + NodeLocation location, + NodeAuth auth, + java.util.Map<java.lang.String,java.lang.Object> extra) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + Added: incubator/libcloud/sandbox/java/trunk/doc/libcloud/data/class-use/NodeImage.html URL: http://svn.apache.org/viewvc/incubator/libcloud/sandbox/java/trunk/doc/libcloud/data/class-use/NodeImage.html?rev=1000513&view=auto ============================================================================== --- incubator/libcloud/sandbox/java/trunk/doc/libcloud/data/class-use/NodeImage.html (added) +++ incubator/libcloud/sandbox/java/trunk/doc/libcloud/data/class-use/NodeImage.html Thu Sep 23 16:02:24 2010 @@ -0,0 +1,351 @@ + + + + + + +Uses of Class libcloud.data.NodeImage + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
libcloud.data.NodeImage

+
+ + + + + + + + + + + + + + + + + + + + + +
+Packages that use NodeImage
libcloud.interfaces  
libcloud.providers.amazon  
libcloud.providers.ibm  
libcloud.providers.rackspace  
+  +

+ + + + + +
+Uses of NodeImage in libcloud.interfaces
+  +

+ + + + + + + + + +
Methods in libcloud.interfaces that return types with arguments of type NodeImage
+ java.util.List<NodeImage>INodeDriver.listImages() + +
+           
+  +

+ + + + + + + + + +
Methods in libcloud.interfaces with parameters of type NodeImage
+ INodeINodeDriver.createNode(java.lang.String name, + NodeSize size, + NodeImage image, + NodeLocation location, + NodeAuth auth, + java.util.Map<java.lang.String,java.lang.Object> extra) + +
+           
+  +

+ + + + + +
+Uses of NodeImage in libcloud.providers.amazon
+  +

+ + + + + + + + + +
Methods in libcloud.providers.amazon that return types with arguments of type NodeImage
+ java.util.List<NodeImage>EC2Driver.listImages() + +
+           
+  +

+ + + + + + + + + +
Methods in libcloud.providers.amazon with parameters of type NodeImage
+ INodeEC2Driver.createNode(java.lang.String name, + NodeSize size, + NodeImage image, + NodeLocation location, + NodeAuth auth, + java.util.Map<java.lang.String,java.lang.Object> extra) + +
+           
+  +

+ + + + + +
+Uses of NodeImage in libcloud.providers.ibm
+  +

+ + + + + + + + + +
Methods in libcloud.providers.ibm that return types with arguments of type NodeImage
+ java.util.List<NodeImage>IBMDriver.listImages() + +
+           
+  +

+ + + + + + + + + +
Methods in libcloud.providers.ibm with parameters of type NodeImage
+ INodeIBMDriver.createNode(java.lang.String name, + NodeSize size, + NodeImage image, + NodeLocation location, + NodeAuth auth, + java.util.Map<java.lang.String,java.lang.Object> extra) + +
+           
+  +

+ + + + + +
+Uses of NodeImage in libcloud.providers.rackspace
+  +

+ + + + + + + + + +
Methods in libcloud.providers.rackspace that return types with arguments of type NodeImage
+ java.util.List<NodeImage>RackspaceDriver.listImages() + +
+           
+  +

+ + + + + + + + + +
Methods in libcloud.providers.rackspace with parameters of type NodeImage
+ INodeRackspaceDriver.createNode(java.lang.String name, + NodeSize size, + NodeImage image, + NodeLocation location, + NodeAuth auth, + java.util.Map<java.lang.String,java.lang.Object> extra) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + +