org.nuiton.wikitty.hessian
Class WikittyServiceHessianDelegator

java.lang.Object
  extended by org.nuiton.wikitty.services.WikittyServiceDelegator
      extended by org.nuiton.wikitty.hessian.WikittyServiceHessianDelegator
All Implemented Interfaces:
WikittyService

public class WikittyServiceHessianDelegator
extends WikittyServiceDelegator

Hesian service delegator. Based on empty constructor mandatory for some purpose (hessian), and wikitty service factory to get delegated service.

Version:
$Revision: 543 $ Last update : $Date: 2010-11-30 15:28:40 +0100 (mar., 30 nov. 2010) $ By : $Author: sletellier $
Author:
chatellier

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.nuiton.wikitty.WikittyService
WikittyService.ServiceListenerType
 
Field Summary
protected static String WIKITTY_HESSIAN_CONFIGURATION_FILE
          Configuration file name for application config.
 
Fields inherited from class org.nuiton.wikitty.services.WikittyServiceDelegator
delegate
 
Constructor Summary
WikittyServiceHessianDelegator()
          Unique empty constructor.
 
Method Summary
 
Methods inherited from class org.nuiton.wikitty.services.WikittyServiceDelegator
addWikittyServiceListener, canDelete, canRead, canWrite, clear, delete, deleteExtension, deleteTree, exists, findAllByCriteria, findByCriteria, getAllExtensionIds, getAllExtensionsRequires, getDelegate, isDeleted, login, logout, removeWikittyServiceListener, replay, restore, restoreChildren, restoreExtension, restoreExtensionLastVersion, restoreNode, restoreTree, restoreVersion, setDelegate, store, storeExtension, syncSearchEngine
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WIKITTY_HESSIAN_CONFIGURATION_FILE

protected static final String WIKITTY_HESSIAN_CONFIGURATION_FILE
Configuration file name for application config.

See Also:
Constant Field Values
Constructor Detail

WikittyServiceHessianDelegator

public WikittyServiceHessianDelegator()
                               throws WikittyException
Unique empty constructor.

Throws:
WikittyException - if delegated service can't be obtained


Copyright © 2010 CodeLutin. All Rights Reserved.