org.jboss.portal.server.kernel
Class Implementation

java.lang.Object
  extended by org.jboss.portal.server.kernel.Implementation
All Implemented Interfaces:
ServiceImplementation

public class Implementation
extends java.lang.Object
implements ServiceImplementation


Constructor Summary
Implementation(org.jboss.portal.server.kernel.Entry entry, Service service)
           
 
Method Summary
 ServiceID getID()
          Returns the id.
 Service getService()
          Returns the implementation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Implementation

public Implementation(org.jboss.portal.server.kernel.Entry entry,
                      Service service)
Method Detail

getID

public ServiceID getID()
Description copied from interface: ServiceImplementation
Returns the id.

Specified by:
getID in interface ServiceImplementation

getService

public Service getService()
Description copied from interface: ServiceImplementation
Returns the implementation.

Specified by:
getService in interface ServiceImplementation