org.apache.felix.eventadmin.impl
Class MetaTypeProviderImpl

java.lang.Object
  extended by org.apache.felix.eventadmin.impl.MetaTypeProviderImpl
All Implemented Interfaces:
ManagedService, MetaTypeProvider

public class MetaTypeProviderImpl
extends Object
implements MetaTypeProvider, ManagedService

The optional meta type provider for the event admin config.


Constructor Summary
MetaTypeProviderImpl(ManagedService delegatee, int cacheSize, int threadPoolSize, int timeout, boolean requireTopic, String[] ignoreTimeout)
           
 
Method Summary
 String[] getLocales()
           
 ObjectClassDefinition getObjectClassDefinition(String id, String locale)
           
 void updated(Dictionary properties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetaTypeProviderImpl

public MetaTypeProviderImpl(ManagedService delegatee,
                            int cacheSize,
                            int threadPoolSize,
                            int timeout,
                            boolean requireTopic,
                            String[] ignoreTimeout)
Method Detail

updated

public void updated(Dictionary properties)
             throws ConfigurationException
Specified by:
updated in interface ManagedService
Throws:
ConfigurationException
See Also:
ManagedService.updated(java.util.Dictionary)

getLocales

public String[] getLocales()
Specified by:
getLocales in interface MetaTypeProvider
See Also:
MetaTypeProvider.getLocales()

getObjectClassDefinition

public ObjectClassDefinition getObjectClassDefinition(String id,
                                                      String locale)
Specified by:
getObjectClassDefinition in interface MetaTypeProvider
See Also:
MetaTypeProvider.getObjectClassDefinition(java.lang.String, java.lang.String)


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.