uPortal 2.4.1
API Documentation

org.jasig.portal.wsrp.consumer.portlet
Class ProducerRegistryImpl

java.lang.Object
  extended byorg.apache.wsrp4j.consumer.driver.GenericProducerRegistryImpl
      extended byorg.jasig.portal.wsrp.consumer.portlet.ProducerRegistryImpl
All Implemented Interfaces:
org.apache.wsrp4j.consumer.ProducerRegistry

public class ProducerRegistryImpl
extends org.apache.wsrp4j.consumer.driver.GenericProducerRegistryImpl

Custom ProducerRegistry implementation for uPortal.

Version:
$Revision: 1.1 $
Author:
Ken Weiner, kweiner@unicon.net

Method Summary
static org.apache.wsrp4j.consumer.ProducerRegistry getInstance()
          Get an instance of the singleton producer registry object
 
Methods inherited from class org.apache.wsrp4j.consumer.driver.GenericProducerRegistryImpl
addProducer, existsProducer, getAllProducers, getProducer, removeAllProducers, removeProducer
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static org.apache.wsrp4j.consumer.ProducerRegistry getInstance()
Get an instance of the singleton producer registry object


uPortal 2.4.1
API Documentation