|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.wsrp4j.producer.provider.driver.PortletImpl
org.apache.wsrp4j.producer.provider.driver.ProducerOfferedPortletImpl
public class ProducerOfferedPortletImpl
This class implements the ProducerOfferedPortlet interface encapsulating ProducerOfferedPortlet-objects. Provides setters and getters.
ProducerOfferedPortlet,
Serialized Form| Field Summary | |
|---|---|
java.util.LinkedList |
cloneHandles
|
| Constructor Summary | |
|---|---|
ProducerOfferedPortletImpl()
constructor |
|
| Method Summary | |
|---|---|
void |
addClone(ConsumerConfiguredPortlet cce)
Adds a clone referencing a ConsumerConfiguredPortlet. |
java.lang.Object |
clone()
Redefines the clone-method of the Cloneable-interface. |
void |
deleteClone(ConsumerConfiguredPortlet cce)
Deletes a clone referencing a ConsumerConfiguredPortlet. |
java.util.Iterator |
getClones()
Returns an iterator containing all clone-handles. |
java.lang.String |
getPortletHandle()
Returns the portletHandle. |
boolean |
isRegistrationRequired()
Returns a flag indicating whether registration is required or not. |
void |
setPortletHandle(java.lang.String portletHandle)
Sets the portletHandle to enable identification of the portlet. |
void |
setRegistrationRequired(boolean required)
Sets the flag indicating whether registration is required or not. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.util.LinkedList cloneHandles
| Constructor Detail |
|---|
public ProducerOfferedPortletImpl()
| Method Detail |
|---|
public java.lang.String getPortletHandle()
getPortletHandle in interface PortletgetPortletHandle in class PortletImplpublic boolean isRegistrationRequired()
isRegistrationRequired in interface ProducerOfferedPortletpublic void setRegistrationRequired(boolean required)
setRegistrationRequired in interface ProducerOfferedPortletrequired - Boolean to be assigned to the requiresReg.-flag.public void setPortletHandle(java.lang.String portletHandle)
setPortletHandle in interface PortletsetPortletHandle in class PortletImplportletHandle - String to be assigned to handle.public void addClone(ConsumerConfiguredPortlet cce)
addClone in interface ProducerOfferedPortletpublic void deleteClone(ConsumerConfiguredPortlet cce)
deleteClone in interface ProducerOfferedPortletcce - String representing the portlet-handle of the
corresponding ConsumerConfiguredPortlet.public java.util.Iterator getClones()
getClones in interface ProducerOfferedPortletpublic java.lang.Object clone()
clone in interface ProducerOfferedPortletclone in class PortletImpl
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||