org.apache.hivemind.impl
Class CoreServicesProvider

java.lang.Object
  extended by org.apache.hivemind.impl.CoreServicesProvider
All Implemented Interfaces:
RegistryProvider

public class CoreServicesProvider
extends java.lang.Object
implements RegistryProvider

Loads the core HiveMind services into a registry definition.

Author:
Achim Huegen

Constructor Summary
CoreServicesProvider()
           
 
Method Summary
 void process(RegistryDefinition registryDefinition, ErrorHandler errorHandler)
          Called during the registry definition phase, before the registry is constructed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CoreServicesProvider

public CoreServicesProvider()
Method Detail

process

public void process(RegistryDefinition registryDefinition,
                    ErrorHandler errorHandler)
Description copied from interface: RegistryProvider
Called during the registry definition phase, before the registry is constructed. New module definitions can be added to the registry and existing can be altered.

Specified by:
process in interface RegistryProvider
Parameters:
registryDefinition - the registry definition
errorHandler - an error handler to call when errors occur.


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.