org.apache.felix.eventadmin.impl
Class MetaTypeProviderImpl
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MetaTypeProviderImpl
public MetaTypeProviderImpl(ManagedService delegatee,
int cacheSize,
int threadPoolSize,
int timeout,
boolean requireTopic,
String[] ignoreTimeout)
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.