org.jboss.portal.server.kernel
Interface ServiceImplementation

All Known Implementing Classes:
Implementation

public interface ServiceImplementation

The implementation of a service.


Method Summary
 ServiceID getID()
          Returns the id.
 Service getService()
          Returns the implementation.
 

Method Detail

getID

ServiceID getID()
Returns the id.


getService

Service getService()
Returns the implementation.