Author: esm
Date: Tue May 13 17:50:45 2008
New Revision: 656068
URL:
http://svn.apache.org/viewvc?rev=656068&view=revLog:
javadoc.
Modified:
portals/wsrp4j/branches/persistence/persistence-producer/producer-persistence-common/src/main/java/org/apache/wsrp4j/commons/producer/persistence/ProducerPersistence.java
Modified: portals/wsrp4j/branches/persistence/persistence-producer/producer-persistence-common/src/main/java/org/apache/wsrp4j/commons/producer/persistence/ProducerPersistence.java
URL:
http://svn.apache.org/viewvc/portals/wsrp4j/branches/persistence/persistence-producer/producer-persistence-common/src/main/java/org/apache/wsrp4j/commons/producer/persistence/ProducerPersistence.java?rev=656068&r1=656067&r2=656068&view=diff==============================================================================
--- portals/wsrp4j/branches/persistence/persistence-producer/producer-persistence-common/src/main/java/org/apache/wsrp4j/commons/producer/persistence/ProducerPersistence.java (original)
+++ portals/wsrp4j/branches/persistence/persistence-producer/producer-persistence-common/src/main/java/org/apache/wsrp4j/commons/producer/persistence/ProducerPersistence.java Tue May 13 17:50:45 2008
@@ -19,7 +19,8 @@
* a persistent store.
* <p/>
* Should not return null.
- *
+ *
+ * @return the producer configuration, never null.
* @throws IOException if an error is encountered while loading the configuration
*/
public ProducerConfiguration loadProducerConfiguration( ) throws IOException;
@@ -41,6 +42,7 @@
* handle cannot be found.
*
* @param handle the unique registration handle
+ * @return the registration
* @throws IOException if an error is encountered while loading the registration
*/
public Registration loadConsumerRegistration( String handle ) throws IOException;
@@ -79,6 +81,7 @@
* portlet handle cannot be found.
*
* @param handle the unique consumer configured portlet handle
+ * @return the consumer configured portlet
* @throws IOException if an error is encountered while loading the portlet
*/
public ConsumerConfiguredPortlet loadConsumerConfiguredPortlet( String handle ) throws IOException;