de.kumpe.hadooptimizer.jeneva.server
Class JenevaServer<I>

java.lang.Object
  extended by de.kumpe.hadooptimizer.jeneva.server.JenevaServer<I>

public final class JenevaServer<I>
extends Object


Method Summary
static ServerService getServerService()
           
static ServerService getServerService(String host, int port)
           
static
<I> void
main(String[] args)
           
 void quit()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static <I> void main(String[] args)
                 throws RemoteException,
                        AlreadyBoundException,
                        InterruptedException,
                        BrokenBarrierException,
                        UnknownHostException
Throws:
RemoteException
AlreadyBoundException
InterruptedException
BrokenBarrierException
UnknownHostException

getServerService

public static ServerService getServerService()
                                      throws RemoteException,
                                             NotBoundException
Throws:
RemoteException
NotBoundException

getServerService

public static ServerService getServerService(String host,
                                             int port)
                                      throws RemoteException,
                                             NotBoundException,
                                             AccessException
Throws:
RemoteException
NotBoundException
AccessException

quit

public void quit()


Copyright © 2011 Christian Kumpe. All Rights Reserved.