< ZODBStorage > Protocol Reference

#import <ZODBStorage.h>

List of all members.

Public Member Functions

(id) - initWithServer:andPort:
(id) - initWithPath:
(NSObject *) - rootObject
(NSObject *) - objectWithPath:


Detailed Description

Abstract ZODBStorage API.

Member Function Documentation

- (id) initWithServer: (NSString *)  server
andPort: (int)  port 

Initializes a newly allocated ZODBStorage object using given server address and port.

- (id) initWithPath: (NSString *)  path  

Initializes a newly allocated ZODBStorage object using given path.

- (NSObject *) rootObject  

Returns the root object.

- (NSObject *) objectWithPath: (NSString *)  path  

Traverses given path and returns the result. Returns nil, if the given path is not traversable.


The documentation for this protocol was generated from the following file:
Generated on Mon Feb 4 23:26:16 2008 for ZODBData Framework by  doxygen 1.5.4