Changeset 23856
- Timestamp:
- Apr 14, 2009, 11:21:32 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/neb_distrib_20081210/Nebulous-Server/lib/Nebulous/Server.pod
r20092 r23856 26 26 Nebulous::Server->find_objects( $pattern ); 27 27 Nebulous::Server->find_instances( $key, $volume ); 28 Nebulous::Server->delete_instance( $ uri );28 Nebulous::Server->delete_instance( $key, $uri ); 29 29 Nebulous::Server->stat_object( $key ); 30 30 Nebulous::Server->mounts(); … … 160 160 Throws an exception on error. 161 161 162 =item * delete_instance( $ uri );163 164 Accepts 1 parameters, it is mandatory. Returns Boolean true. Throws an165 exception on error.162 =item * delete_instance( $key, $uri ); 163 164 Accepts 2 parameters, both mandatory. Returns Boolean true. C<<$uri>> must be 165 an instance of C<<$key>>. Throws an exception on error. 166 166 167 167 =item * swap_objects( $key1, $key2 );
Note:
See TracChangeset
for help on using the changeset viewer.
