|
eXo Kernel :: MC Kernel Integration :: Implementation 2.4.8-GA | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.exoplatform.container.mc.impl.MCIntegrationImpl
public class MCIntegrationImpl
Implementation of MCIntegration that contains hard dependencies on JBoss Microcontainer.
There is a reflection style dependency on this class in
MCIntegrationInvoker.
| Method Summary | |
|---|---|
static MCIntegration |
getInstance()
A factory method. |
org.picocontainer.ComponentAdapter |
getMCAdapter(org.picocontainer.ComponentAdapter adapter)
Check if component should pass through mc kernel injection based on class annotations, and mc-int-config.xml configuration. |
org.jboss.kernel.plugins.dependency.AbstractKernelController |
getRootController()
Get kernel controller associated with appropriate mc kernel |
boolean |
hasMCKernel(org.picocontainer.ComponentAdapter adapter)
|
void |
initThreadCtx(javax.servlet.ServletContext ctx)
|
void |
resetThreadCtx(javax.servlet.ServletContext ctx)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static MCIntegration getInstance()
public org.jboss.kernel.plugins.dependency.AbstractKernelController getRootController()
public org.picocontainer.ComponentAdapter getMCAdapter(org.picocontainer.ComponentAdapter adapter)
getMCAdapter in interface MCIntegrationMCIntegration.getMCAdapter(org.picocontainer.ComponentAdapter)public boolean hasMCKernel(org.picocontainer.ComponentAdapter adapter)
hasMCKernel in interface MCIntegrationMCIntegration.hasMCKernel(org.picocontainer.ComponentAdapter)public void initThreadCtx(javax.servlet.ServletContext ctx)
initThreadCtx in interface MCIntegrationMCIntegration.initThreadCtx(javax.servlet.ServletContext)public void resetThreadCtx(javax.servlet.ServletContext ctx)
resetThreadCtx in interface MCIntegrationMCIntegration.resetThreadCtx(javax.servlet.ServletContext)
|
eXo Kernel :: MC Kernel Integration :: Implementation 2.4.8-GA | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||