org.openrdf.sesame.server.rmi
Class RMICenter

java.lang.Object
  extended byorg.openrdf.sesame.server.rmi.RMICenter

public class RMICenter
extends Object

This is a hepler class where you can start or stop the Sesame RMI server. to start a Seesame, server use: RMICenter start [#port] where the fisrt argument is a fully specified name of the system config file and the second one is the number of the port where to bind th efactory service for it on the localhost. Plese note that if you specify the RMI settings into the system confing file, you may ommit th eport number. also, if not specified, the default port: 1099 will be used as well. to stop it: RMICenter stop [#port]

Version:
1.0

Constructor Summary
RMICenter()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RMICenter

public RMICenter()
Method Detail

main

public static void main(String[] args)


Copyright © 2002-2006 Aduna BV, GNU LGPL License applies.