org.nuiton.wikitty.services
Class WikittyServiceCajoServer
java.lang.Object
org.nuiton.wikitty.services.WikittyServiceDelegator
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: 805 $
Last update: $Date: 2011-04-13 18:59:23 +0200 (mer., 13 avril 2011) $
by : $Author: bpoussin $
- Author:
- poussin
|
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, findByCriteria, findTreeNode, getAllExtensionIds, getAllExtensionsRequires, getDelegate, isDeleted, login, logout, removeWikittyServiceListener, replay, restore, restoreExtension, restoreExtensionLastVersion, restoreVersion, setDelegate, store, storeExtension, syncSearchEngine |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
port
protected int port
path
protected String path
WikittyServiceCajoServer
public WikittyServiceCajoServer(org.nuiton.util.ApplicationConfig config,
WikittyService ws)
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-2011 CodeLutin. All Rights Reserved.