Class | Description |
---|---|
CjxLib |
CjxLib is the main class that implements the CloudJuncxion API for
performing GET, PUT, DEL, LIST and other operations.
|
CjxLibOp |
Represents an asynchronous API operation (such as GET or PUT)
and encapsulates the Java thread that performs the actual cloud
transactions.
|
CjxLibUserStorageStats |
CjxLibUserStorageStats contains various counts representing the amount of
cloud storage used by an account.
|
CjxLibUtil |
A collection of utility functions for printing, querying date/time, platform types, etc.
|
ObjInfo |
A general class for representing cloud objects.
|
Exception | Description |
---|---|
CjxLibException |
Exception thrown by methods of CjxLib.
|