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 Object
|
Field Summary |
protected javax.jbi.component.ComponentContext |
context
|
|
Constructor Summary |
protected |
Container(javax.jbi.component.ComponentContext context)
|
context
protected final javax.jbi.component.ComponentContext context
Container
protected Container(javax.jbi.component.ComponentContext context)
toString
public String toString()
- Overrides:
toString in class Object
getType
public abstract Container.Type getType()
handleTransactions
public abstract boolean handleTransactions()
getSharedLibraryClassLoader
public ClassLoader getSharedLibraryClassLoader(String name)
getComponentClassLoader
public ClassLoader getComponentClassLoader(String name)
detect
public static Container detect(javax.jbi.component.ComponentContext context)
Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.