org.apache.servicemix.common
Class Container.Smx4Container

java.lang.Object
  extended by org.apache.servicemix.common.Container
      extended by org.apache.servicemix.common.Container.Smx4Container
Enclosing class:
Container

public static class Container.Smx4Container
extends Container


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.servicemix.common.Container
Container.Smx3Container, Container.Smx4Container, Container.Type, Container.UnknownContainer
 
Field Summary
 
Fields inherited from class org.apache.servicemix.common.Container
context
 
Constructor Summary
Container.Smx4Container(javax.jbi.component.ComponentContext context)
           
 
Method Summary
 java.lang.ClassLoader getComponentClassLoader(java.lang.String name)
           
 org.apache.servicemix.executors.ExecutorFactory getExecutorFactory()
           
 java.lang.ClassLoader getSharedLibraryClassLoader(java.lang.String name)
           
 Container.Type getType()
           
 boolean handleTransactions()
           
 
Methods inherited from class org.apache.servicemix.common.Container
detect, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Container.Smx4Container

public Container.Smx4Container(javax.jbi.component.ComponentContext context)
Method Detail

getType

public Container.Type getType()
Specified by:
getType in class Container

handleTransactions

public boolean handleTransactions()
Specified by:
handleTransactions in class Container

getExecutorFactory

public org.apache.servicemix.executors.ExecutorFactory getExecutorFactory()
Overrides:
getExecutorFactory in class Container

getSharedLibraryClassLoader

public java.lang.ClassLoader getSharedLibraryClassLoader(java.lang.String name)
Overrides:
getSharedLibraryClassLoader in class Container

getComponentClassLoader

public java.lang.ClassLoader getComponentClassLoader(java.lang.String name)
Overrides:
getComponentClassLoader in class Container


Copyright © 2005-2012 FuseSource. All Rights Reserved.