org.apache.servicemix.common
Class Container
java.lang.Object
org.apache.servicemix.common.Container
- Direct Known Subclasses:
- Container.Smx3Container, Container.Smx4Container, Container.UnknownContainer
public abstract class Container
- extends java.lang.Object
|
Field Summary |
protected javax.jbi.component.ComponentContext |
context
|
|
Constructor Summary |
protected |
Container(javax.jbi.component.ComponentContext context)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
context
protected final javax.jbi.component.ComponentContext context
Container
protected Container(javax.jbi.component.ComponentContext context)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
getType
public abstract Container.Type getType()
handleTransactions
public abstract boolean handleTransactions()
getExecutorFactory
public org.apache.servicemix.executors.ExecutorFactory getExecutorFactory()
getSharedLibraryClassLoader
public java.lang.ClassLoader getSharedLibraryClassLoader(java.lang.String name)
getComponentClassLoader
public java.lang.ClassLoader getComponentClassLoader(java.lang.String name)
detect
public static Container detect(javax.jbi.component.ComponentContext context)
Copyright © 2005-2012 FuseSource. All Rights Reserved.