base
Class Driver

java.lang.Object
  extended by base.Driver
Direct Known Subclasses:
NirvanixAdapter, NodeDriver, StorageAdapter

public class Driver
extends java.lang.Object

Base class which represents a "Driver" or "Adapter" and conforms to libcloud's APIs. Includes a single connection for server requests. Extend this class to write a Driver/Adapter which plugs into the libcloud infrastructure.


Field Summary
protected  IConnection connection
           
 
Constructor Summary
Driver()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

connection

protected IConnection connection
Constructor Detail

Driver

public Driver()