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

java.lang.Object
  extended by org.jboss.portal.test.framework.impl.generic.server.GenericServiceLookup
      extended by org.jboss.portal.test.framework.impl.generic.server.GenericRemoteServiceLookup
All Implemented Interfaces:
ServiceLookup

public class GenericRemoteServiceLookup
extends GenericServiceLookup

Version:
$Revision: 1.1 $
Author:
Julien Viet

Constructor Summary
GenericRemoteServiceLookup(java.lang.String locatorURI, java.lang.String serviceInterface)
           
 
Method Summary
 java.lang.Object lookupService()
          Returns a proxy for the underlying service.
 
Methods inherited from class org.jboss.portal.test.framework.impl.generic.server.GenericServiceLookup
start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericRemoteServiceLookup

public GenericRemoteServiceLookup(java.lang.String locatorURI,
                                  java.lang.String serviceInterface)
Method Detail

lookupService

public java.lang.Object lookupService()
                               throws ServiceLookupFailedException
Description copied from interface: ServiceLookup
Returns a proxy for the underlying service.

Returns:
the service proxy
Throws:
ServiceLookupFailedException