org.jboss.portal.test.framework.impl.generic.server
Class GenericServiceExporter

java.lang.Object
  extended by org.jboss.portal.test.framework.impl.generic.server.GenericServiceExporter

public class GenericServiceExporter
extends java.lang.Object

Version:
$Revision: 1.1 $
Author:
Julien Viet

Constructor Summary
GenericServiceExporter(java.lang.String locatorURI, java.lang.Object service, java.lang.String serviceInterface)
           
 
Method Summary
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericServiceExporter

public GenericServiceExporter(java.lang.String locatorURI,
                              java.lang.Object service,
                              java.lang.String serviceInterface)
Method Detail

start

public void start()
           throws java.lang.Exception
Throws:
java.lang.Exception

stop

public void stop()