org.jboss.kernel.spi.registry
Interface KernelRegistryPlugin

All Known Implementing Classes:
AbstractKernelController, BasicKernelRegistryFactory, ClassContextKernelRegistryPlugin, GuiceKernelRegistryEntryPlugin, JNDIKernelRegistryPlugin, ScopedKernelController

public interface KernelRegistryPlugin

A registry plugin.

Version:
$Revision: 37459 $
Author:
Adrian Brock

Method Summary
 KernelRegistryEntry getEntry(Object name)
          Get a registration
 

Method Detail

getEntry

KernelRegistryEntry getEntry(Object name)
Get a registration

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


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.