org.jboss.portal.portlet.federation.impl
Class PortletInvokerRegistrationService
java.lang.Object
org.jboss.portal.portlet.federation.impl.PortletInvokerRegistrationService
public class PortletInvokerRegistrationService
- extends java.lang.Object
Register any portlet invoker into a federating portlet invoker.
- Since:
- 2.4
- Version:
- $Revision: 5448 $
- Author:
- Julien Viet
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortletInvokerRegistrationService
public PortletInvokerRegistrationService()
getId
public java.lang.String getId()
setId
public void setId(java.lang.String id)
getPortletInvoker
public PortletInvoker getPortletInvoker()
setPortletInvoker
public void setPortletInvoker(PortletInvoker portletInvoker)
getFederatingPortletInvoker
public FederatingPortletInvoker getFederatingPortletInvoker()
setFederatingPortletInvoker
public void setFederatingPortletInvoker(FederatingPortletInvoker federatingPortletInvoker)
start
public void start()
throws java.lang.Exception
- Throws:
java.lang.Exception
stop
public void stop()
throws java.lang.Exception
- Throws:
java.lang.Exception