com.liferay.portal.wsrp
Class PortletPoolImpl
java.lang.Object
com.liferay.portal.wsrp.PortletPoolImpl
- All Implemented Interfaces:
- org.apache.wsrp4j.producer.provider.PortletPool
public class PortletPoolImpl
- extends java.lang.Object
- implements org.apache.wsrp4j.producer.provider.PortletPool
View Source
- Author:
- Michael Young
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortletPoolImpl
public PortletPoolImpl()
getAllConsumerConfiguredPortlets
public java.util.Iterator getAllConsumerConfiguredPortlets()
- Specified by:
getAllConsumerConfiguredPortlets
in interface org.apache.wsrp4j.producer.provider.PortletPool
getAllProducerOfferedPortlets
public java.util.Iterator getAllProducerOfferedPortlets()
- Specified by:
getAllProducerOfferedPortlets
in interface org.apache.wsrp4j.producer.provider.PortletPool
clone
public org.apache.wsrp4j.producer.provider.Portlet clone(java.lang.String portletHandle)
throws org.apache.wsrp4j.exception.WSRPException
- Specified by:
clone
in interface org.apache.wsrp4j.producer.provider.PortletPool
- Throws:
org.apache.wsrp4j.exception.WSRPException
destroy
public boolean destroy(java.lang.String portletHandle)
throws org.apache.wsrp4j.exception.WSRPException
- Specified by:
destroy
in interface org.apache.wsrp4j.producer.provider.PortletPool
- Throws:
org.apache.wsrp4j.exception.WSRPException
destroySeveral
public java.util.Iterator destroySeveral(java.util.Iterator portletHandles)
- Specified by:
destroySeveral
in interface org.apache.wsrp4j.producer.provider.PortletPool
get
public org.apache.wsrp4j.producer.provider.Portlet get(java.lang.String portletHandle)
throws org.apache.wsrp4j.exception.WSRPException
- Specified by:
get
in interface org.apache.wsrp4j.producer.provider.PortletPool
- Throws:
org.apache.wsrp4j.exception.WSRPException