|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Provides an interface to a class encapsulating a ProducerOfferedPortlet- object.
Portlet
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-handle referencing a ConsumerConfiguredPortlet. |
java.util.Iterator |
getClones()
Returns an iterator containing all clones. |
boolean |
isRegistrationRequired()
Returns a flag indicating whether registration is required or not. |
void |
setRegistrationRequired(boolean required)
Sets the flag indicating whether registration is required or not. |
Methods inherited from interface org.apache.wsrp4j.producer.provider.Portlet |
getPortletHandle, setPortletHandle |
Method Detail |
public boolean isRegistrationRequired()
public void setRegistrationRequired(boolean required)
required
- Boolean to be assigned to the requiresReg.-flag.public void addClone(ConsumerConfiguredPortlet cce)
public void deleteClone(ConsumerConfiguredPortlet cce)
cce
- String representing the portlet-handle of the
corresponding ConsumerConfiguredPortlet.public java.util.Iterator getClones()
public java.lang.Object clone()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |