org.jboss.portal.test.framework.server
Interface ServiceLookup

All Known Implementing Classes:
GenericLocalServiceLookup, GenericRemoteServiceLookup, GenericServiceLookup, GenericTestAgent, JBossServiceLookup

public interface ServiceLookup

Version:
$Revision: 1.1 $
Author:
Julien Viet

Method Summary
 java.lang.Object lookupService()
          Returns a proxy for the underlying service.
 

Method Detail

lookupService

java.lang.Object lookupService()
                               throws ServiceLookupFailedException
Returns a proxy for the underlying service.

Returns:
the service proxy
Throws:
ServiceLookupFailedException