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

java.lang.Object
  extended by org.jboss.portal.test.framework.impl.generic.server.GenericServiceLookup
All Implemented Interfaces:
ServiceLookup
Direct Known Subclasses:
GenericLocalServiceLookup, GenericRemoteServiceLookup, GenericTestAgent

public abstract class GenericServiceLookup
extends java.lang.Object
implements ServiceLookup

Version:
$Revision: 1.1 $
Author:
Julien Viet

Constructor Summary
GenericServiceLookup()
           
 
Method Summary
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jboss.portal.test.framework.server.ServiceLookup
lookupService
 

Constructor Detail

GenericServiceLookup

public GenericServiceLookup()
Method Detail

start

public void start()

stop

public void stop()