Class PortletInvokerRegistrationService

java.lang.Object
org.gatein.pc.federation.impl.PortletInvokerRegistrationService

public class PortletInvokerRegistrationService extends Object
Register any portlet invoker into a federating portlet invoker.
Since:
2.4
Version:
$Revision: 5448 $
Author:
Julien Viet
  • Constructor Details

    • PortletInvokerRegistrationService

      public PortletInvokerRegistrationService()
  • Method Details

    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getPortletInvoker

      public org.gatein.pc.api.PortletInvoker getPortletInvoker()
    • setPortletInvoker

      public void setPortletInvoker(org.gatein.pc.api.PortletInvoker portletInvoker)
    • getFederatingPortletInvoker

      public FederatingPortletInvoker getFederatingPortletInvoker()
    • setFederatingPortletInvoker

      public void setFederatingPortletInvoker(FederatingPortletInvoker federatingPortletInvoker)
    • start

      public void start() throws Exception
      Throws:
      Exception
    • stop

      public void stop() throws Exception
      Throws:
      Exception