Uses of Interface
org.apache.wsrp4j.util.StateChangedService

Packages that use StateChangedService
org.apache.wsrp4j.consumer.app.driver   
org.apache.wsrp4j.consumer.driver   
org.apache.wsrp4j.util   
 

Uses of StateChangedService in org.apache.wsrp4j.consumer.app.driver
 

Classes in org.apache.wsrp4j.consumer.app.driver that implement StateChangedService
 class PageImpl
          A simple page with portlets on it.
 

Uses of StateChangedService in org.apache.wsrp4j.consumer.driver
 

Classes in org.apache.wsrp4j.consumer.driver that implement StateChangedService
 class ProducerImpl
          A consumer representation of a WSRP-producer providing WSRP-portlets.
 class UserImpl
          This class contains the userid and the UserContext together for Castor persistence support.
 class WSRPPortletImpl
          Implements the portlet interface
 

Uses of StateChangedService in org.apache.wsrp4j.util
 

Classes in org.apache.wsrp4j.util that implement StateChangedService
 class StateChangedServiceImpl
          This class implements the StateChangedService interface and is the parent of all classes with StateChangeService functionality.
 



--