org.apache.servicemix.common
Class Container.Smx3Container

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

public static class Container.Smx3Container
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.Smx3Container(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)
           
 java.lang.Object getSmx3Container()
           
 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.Smx3Container

public Container.Smx3Container(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

getSmx3Container

public java.lang.Object getSmx3Container()

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.