sources/ZODBStorage.h

00001 /* vi: set expandtab ts=4 syntax=objc:
00002 
00003   ZODBStorage.h
00004   ZODBData framework
00005 
00006   Copyright (c) 2007 Tobias Rodaebel.
00007   All Rights Reserved.
00008  
00009   This software is subject to the provisions of the Zope Public License,
00010   Version 2.1 (ZPL).  A copy of the ZPL should accompany this distribution.
00011   THIS SOFTWARE IS PROVIDED AS IS AND ANY AND ALL EXPRESS OR IMPLIED
00012   WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
00013   WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
00014   FOR A PARTICULAR PURPOSE.
00015  
00016 */
00017 
00019 @protocol ZODBStorage
00020 
00023 - (id) initWithServer:(NSString *)server andPort:(int)port;
00024 
00026 - (id) initWithPath:(NSString *)path;
00027 
00029 - (NSObject *) rootObject;
00030 
00033 - (NSObject *) objectWithPath:(NSString *)path;
00034 
00035 @end

Generated on Mon Feb 4 23:26:16 2008 for ZODBData Framework by  doxygen 1.5.4