org.jboss.ejb3
Class KernelAbstractionFactory

java.lang.Object
  extended by org.jboss.ejb3.KernelAbstractionFactory

public class KernelAbstractionFactory
extends Object

Version:
$Revision: 46471 $
Author:
William DeCoste

Constructor Summary
KernelAbstractionFactory()
           
 
Method Summary
static ClientKernelAbstraction getClientInstance()
           
static KernelAbstraction getInstance()
           
protected static MBeanServerConnection getMBeanServer()
           
static void setKernel(org.jboss.kernel.Kernel k)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KernelAbstractionFactory

public KernelAbstractionFactory()
Method Detail

getInstance

public static KernelAbstraction getInstance()
                                     throws Exception
Throws:
Exception

getClientInstance

public static ClientKernelAbstraction getClientInstance()
                                                 throws Exception
Throws:
Exception

setKernel

public static void setKernel(org.jboss.kernel.Kernel k)

getMBeanServer

protected static MBeanServerConnection getMBeanServer()
                                               throws Exception
Throws:
Exception


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