/************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * Copyright 2008 by Sun Microsystems, Inc. * * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: OfflineBackend.idl,v $ * $Revision: 1.6 $ * * This file is part of OpenOffice.org. * * OpenOffice.org is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License version 3 * only, as published by the Free Software Foundation. * * OpenOffice.org is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License version 3 for more details * (a copy is included in the LICENSE file that accompanied this code). * * You should have received a copy of the GNU Lesser General Public License * version 3 along with OpenOffice.org. If not, see * * for a copy of the LGPLv3 License. * ************************************************************************/ #ifndef __com_sun_star_configuration_backend_OfflineBackend_idl__ #define __com_sun_star_configuration_backend_OfflineBackend_idl__ #ifndef __com_sun_star_configuration_backend_BackendAdapter_idl__ #include #endif //============================================================================= module com { module sun { module star { module configuration { module backend { //============================================================================= /** implements BackendAdapter that maintains a cache so it can operate even if the SingleBackend holding the data is inaccessible. @see com::sun::star::configuration::backend::OnlineBackend @since OOo 1.1.2 */ published service OfflineBackend { //------------------------------------------------------------------------- /** provides access to configuration data from a SingleBackend.

If no backend is provided during initalization or if the context contains an Offline flag that is , then offline mode is activated. This may fail, if the offline cache has not been filled during a previous execution.

Less entities may be available from XBackendEntities, when operating in offline mode than when operating with an online SingleBackend.

If offline mode is not invoked, the implementation behaves like any other BackendAdapter.

*/ service BackendAdapter ; //------------------------------------------------------------------------- } ; //============================================================================= } ; } ; } ; } ; } ; #endif