|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProducerOfferedPortlet
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 |
---|
boolean isRegistrationRequired()
void setRegistrationRequired(boolean required)
required
- Boolean to be assigned to the requiresReg.-flag.void addClone(ConsumerConfiguredPortlet cce)
void deleteClone(ConsumerConfiguredPortlet cce)
cce
- String representing the portlet-handle of the
corresponding ConsumerConfiguredPortlet.java.util.Iterator getClones()
java.lang.Object clone()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |