org.nuiton.wikitty.services
Class WikittyServiceCajoServer

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

public class WikittyServiceCajoServer
extends WikittyServiceDelegator

Cajo server to used wikitty as client/server on cajo protocol (rmi based protocol). see http://cajo.dev.java.net

Version:
$Revision: 1136 $ Last update: $Date: 2011-08-12 16:24:03 +0200 (Fri, 12 Aug 2011) $ by : $Author: tchemit $
Author:
poussin

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.nuiton.wikitty.WikittyService
WikittyService.ServiceListenerType
 
Field Summary
protected  String path
           
protected  int port
           
 
Fields inherited from class org.nuiton.wikitty.services.WikittyServiceDelegator
delegate
 
Constructor Summary
WikittyServiceCajoServer(org.nuiton.util.ApplicationConfig config, WikittyService ws)
           
 
Method Summary
 String getPath()
          get path used to bind server, default: WikittyService
 int getPort()
          get port number of the service, default: 80
 void stop()
          stop the server
 
Methods inherited from class org.nuiton.wikitty.services.WikittyServiceDelegator
addWikittyServiceListener, canDelete, canRead, canWrite, clear, delete, deleteExtension, deleteTree, exists, findAllByCriteria, findAllByQuery, findByCriteria, findByQuery, findTreeNode, findTreeNode, getAllExtensionIds, getAllExtensionsRequires, getDelegate, isDeleted, login, logout, removeWikittyServiceListener, replay, restore, restoreExtension, restoreExtensionAndDependenciesLastVesion, restoreExtensionLastVersion, 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

port

protected int port

path

protected String path
Constructor Detail

WikittyServiceCajoServer

public WikittyServiceCajoServer(org.nuiton.util.ApplicationConfig config,
                                WikittyService ws)
Method Detail

getPort

public int getPort()
get port number of the service, default: 80

Returns:

getPath

public String getPath()
get path used to bind server, default: WikittyService

Returns:

stop

public void stop()
stop the server



Copyright © 2009-2012 CodeLutin. All Rights Reserved.