Changeset 4440 for trunk/Nebulous-Server/lib/Nebulous/Server.pod
- Timestamp:
- Jun 29, 2005, 4:35:06 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous-Server/lib/Nebulous/Server.pod (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous-Server/lib/Nebulous/Server.pod
r2863 r4440 3 3 =head1 NAME 4 4 5 PS::IPP::IData::Server - iDataserver component5 Nebulous::Server - Nebulous server component 6 6 7 7 =head1 SYNOPSIS 8 8 9 use PS::IPP::IData::Server;9 use Nebulous::Server; 10 10 11 PS::IPP::IData::Server->setup( $dsn, $username, $passwd );12 PS::IPP::IData::Server->create_object( $key, $class, $volume, $comment );13 PS::IPP::IData::Server->replicate_object( $key, $volume );14 PS::IPP::IData::Server->lock_object( $key, $type );15 PS::IPP::IData::Server->unlock_object( $key, $type );16 PS::IPP::IData::Server->find_instance( $key, $volume );17 PS::IPP::IData::Server->delete_instance( $uri );18 PS::IPP::IData::Server->stat_object( $key );11 Nebulous::Server->setup( $dsn, $username, $passwd ); 12 Nebulous::Server->create_object( $key, $class, $volume, $comment ); 13 Nebulous::Server->replicate_object( $key, $volume ); 14 Nebulous::Server->lock_object( $key, $type ); 15 Nebulous::Server->unlock_object( $key, $type ); 16 Nebulous::Server->find_instance( $key, $volume ); 17 Nebulous::Server->delete_instance( $uri ); 18 Nebulous::Server->stat_object( $key ); 19 19 20 20 =head1 DESCRIPTION 21 21 22 This is the server side component of the iDatasystem. It is primarily a22 This is the server side component of the Nebulous system. It is primarily a 23 23 middle-ware abstraction of an SQL database. 24 24 … … 120 120 =head1 SEE ALSO 121 121 122 L< PS::IPP::IData::Client>122 L<Nebulous::Client> 123 123 124 124 =cut
Note:
See TracChangeset
for help on using the changeset viewer.
