public abstract class Container
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Container.Smx3Container |
static class |
Container.Smx4Container |
static class |
Container.Type |
static class |
Container.UnknownContainer |
| Modifier and Type | Field and Description |
|---|---|
protected javax.jbi.component.ComponentContext |
context |
| Modifier | Constructor and Description |
|---|---|
protected |
Container(javax.jbi.component.ComponentContext context) |
| Modifier and Type | Method and Description |
|---|---|
static Container |
detect(javax.jbi.component.ComponentContext context) |
java.lang.ClassLoader |
getComponentClassLoader(java.lang.String name) |
org.apache.servicemix.executors.ExecutorFactory |
getExecutorFactory() |
java.lang.ClassLoader |
getSharedLibraryClassLoader(java.lang.String name) |
abstract Container.Type |
getType() |
abstract boolean |
handleTransactions() |
java.lang.String |
toString() |
public java.lang.String toString()
toString in class java.lang.Objectpublic abstract Container.Type getType()
public abstract boolean handleTransactions()
public org.apache.servicemix.executors.ExecutorFactory getExecutorFactory()
public java.lang.ClassLoader getSharedLibraryClassLoader(java.lang.String name)
public java.lang.ClassLoader getComponentClassLoader(java.lang.String name)
public static Container detect(javax.jbi.component.ComponentContext context)
Copyright © 2005-2014 FuseSource. All Rights Reserved.