[jboss-cvs] jboss-portal/wsrp/src/main/org/jboss/portal/wsrp/consumer ...
Julien Viet
julien at jboss.com
Tue Aug 22 10:51:49 EDT 2006
User: julien
Date: 06/08/22 10:51:49
Modified: wsrp/src/main/org/jboss/portal/wsrp/consumer
WSRPConsumerImpl.java
Log:
added getProperties(String portletId, Set keys) on PortletInvoker to match WSRP semantics
Revision Changes Path
1.56 +6 -1 jboss-portal/wsrp/src/main/org/jboss/portal/wsrp/consumer/WSRPConsumerImpl.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: WSRPConsumerImpl.java
===================================================================
RCS file: /cvsroot/jboss/jboss-portal/wsrp/src/main/org/jboss/portal/wsrp/consumer/WSRPConsumerImpl.java,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -b -r1.55 -r1.56
--- WSRPConsumerImpl.java 22 Aug 2006 14:08:55 -0000 1.55
+++ WSRPConsumerImpl.java 22 Aug 2006 14:51:49 -0000 1.56
@@ -68,7 +68,7 @@
/**
* @author <a href="mailto:boleslaw.dawidowicz at jboss.org">Boleslaw Dawidowicz</a>
* @author <a href="mailto:chris.laprun at jboss.com">Chris Laprun</a>
- * @version $Revision: 1.55 $
+ * @version $Revision: 1.56 $
* @since 2.4
*/
public class WSRPConsumerImpl extends AbstractJBossService implements WSRPConsumer
@@ -207,6 +207,11 @@
throw new UnsupportedOperationException("getProperties currently unsupported.");
}
+ public PropertyMap getProperties(String portletId, Set keys)
+ {
+ throw new UnsupportedOperationException("getProperties currently unsupported.");
+ }
+
public void setProperties(String portletId, PropertyMap properties)
{
throw new UnsupportedOperationException("setProperties currently unsupported.");
More information about the jboss-cvs-commits
mailing list