org.objectweb.carol.irmi.test
Class Server

java.lang.Object
  extended by org.objectweb.carol.irmi.test.Server

public class Server
extends Object

Server

Author:
Rafael H. Schloming <rhs@mit.edu>

Constructor Summary
Server()
           
 
Method Summary
static Collection export(String[] args)
           
static void main(String[] args)
           
static void unexport(Collection objects)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Server

public Server()
Method Detail

export

public static final Collection export(String[] args)
                               throws Exception
Throws:
Exception

unexport

public static final void unexport(Collection objects)
                           throws Exception
Throws:
Exception

main

public static final void main(String[] args)
                       throws Exception
Throws:
Exception