org.apache.wsrp4j.consumer.app.driver
Class ProducerRegistryImpl

java.lang.Object
  extended byorg.apache.wsrp4j.consumer.driver.GenericProducerRegistryImpl
      extended byorg.apache.wsrp4j.consumer.driver.GenericPersistentProducerRegistryImpl
          extended byorg.apache.wsrp4j.consumer.app.driver.ProducerRegistryImpl
All Implemented Interfaces:
ProducerRegistry, StateChangedListener

public class ProducerRegistryImpl
extends GenericPersistentProducerRegistryImpl

A simple producer registry

Version:
$Id: ProducerRegistryImpl.java,v 1.3 2005/08/10 14:45:38 cziegeler Exp $
Author:
Stephan Laertz

Field Summary
private static ProducerRegistry instance
           
private  Logger logger
           
 
Fields inherited from class org.apache.wsrp4j.consumer.driver.GenericPersistentProducerRegistryImpl
persistentDataObject, persistentHandler
 
Fields inherited from class org.apache.wsrp4j.consumer.driver.GenericProducerRegistryImpl
 
Constructor Summary
private ProducerRegistryImpl()
           
 
Method Summary
static ProducerRegistry getInstance()
          Get an instance of the singleton producer registry object
 
Methods inherited from class org.apache.wsrp4j.consumer.driver.GenericPersistentProducerRegistryImpl
addProducer, removeAllProducers, removeProducer, restore, stateChanged, store
 
Methods inherited from class org.apache.wsrp4j.consumer.driver.GenericProducerRegistryImpl
existsProducer, getAllProducers, getProducer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

private Logger logger

instance

private static ProducerRegistry instance
Constructor Detail

ProducerRegistryImpl

private ProducerRegistryImpl()
Method Detail

getInstance

public static ProducerRegistry getInstance()
Get an instance of the singleton producer registry object



--