Author: bdaw
Date: 2008-06-23 11:17:08 -0400 (Mon, 23 Jun 2008)
New Revision: 11118
Modified:
branches/JBoss_Portal_Branch_2_7/core/src/main/org/jboss/portal/core/model/portal/coordination/CoordinationManager.java
Log:
qname is the name...
Modified:
branches/JBoss_Portal_Branch_2_7/core/src/main/org/jboss/portal/core/model/portal/coordination/CoordinationManager.java
===================================================================
---
branches/JBoss_Portal_Branch_2_7/core/src/main/org/jboss/portal/core/model/portal/coordination/CoordinationManager.java 2008-06-23
15:15:14 UTC (rev 11117)
+++
branches/JBoss_Portal_Branch_2_7/core/src/main/org/jboss/portal/core/model/portal/coordination/CoordinationManager.java 2008-06-23
15:17:08 UTC (rev 11118)
@@ -106,7 +106,7 @@
* @param page
* @throws IllegalCoordinationException
*/
- void setQNameEventWiring(QName source, Collection<QName> destinations, Page
page) throws IllegalCoordinationException;
+ void setNameEventWiring(QName source, Collection<QName> destinations, Page page)
throws IllegalCoordinationException;
/**
@@ -130,7 +130,7 @@
* @return a collection of qnames that are wired with a given gname in scope of given
page
* @throws IllegalCoordinationException
*/
- Collection<QName> getQNameEventWiring(Page page, QName source) throws
IllegalCoordinationException;
+ Collection<QName> getNameEventWiring(Page page, QName source) throws
IllegalCoordinationException;
/**
Show replies by date