org.jboss.kernel.spi.registry
Interface KernelRegistryPlugin

All Known Implementing Classes:
AbstractClassLoadingDomain, AbstractKernelController, BasicKernelRegistryFactory

public interface KernelRegistryPlugin

A registry plugin.

Version:
$Revision: 1.1 $
Author:
Adrian Brock

Method Summary
 KernelRegistryEntry getEntry(Object name)
          Get a registration
 

Method Detail

getEntry

public KernelRegistryEntry getEntry(Object name)
Get a registration

Parameters:
name - the name of the object
Returns:
the registration
Throws:
IllegalArgumentException - for a null name


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.