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

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

public class GenericLocalServiceLookup
extends GenericServiceLookup

Version:
$Revision: 1.1 $
Author:
Julien Viet

Constructor Summary
GenericLocalServiceLookup(java.lang.Object service)
           
 
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

GenericLocalServiceLookup

public GenericLocalServiceLookup(java.lang.Object service)
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