org.jboss.kernel.plugins.dependency
Class JNDIKernelRegistryPlugin
java.lang.Object
org.jboss.kernel.plugins.dependency.JNDIKernelRegistryPlugin
- All Implemented Interfaces:
- KernelRegistryPlugin
public class JNDIKernelRegistryPlugin
- extends Object
- implements KernelRegistryPlugin
JNDI aware KernelRegistryPlugin.
- Author:
- Ales Justin
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JNDIKernelRegistryPlugin
public JNDIKernelRegistryPlugin()
setProperties
public void setProperties(Hashtable<?,?> properties)
create
public void create()
throws NamingException
- Throws:
NamingException
destroy
public void destroy()
throws NamingException
- Throws:
NamingException
getEntry
public KernelRegistryEntry getEntry(Object name)
- Description copied from interface:
KernelRegistryPlugin
- Get a registration
- Specified by:
getEntry
in interface KernelRegistryPlugin
- Parameters:
name
- the name of the object
- Returns:
- the registration
Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.