org.apache.servicemix.geronimo
Interface Container

All Known Implementing Classes:
ServiceMixGBean

public interface Container


Method Summary
 JBIContainer getJBIContainer()
           
 void register(Component component)
           
 void register(ServiceAssembly assembly)
           
 void unregister(Component component)
           
 void unregister(ServiceAssembly assembly)
           
 

Method Detail

register

void register(Component component)
              throws java.lang.Exception
Throws:
java.lang.Exception

unregister

void unregister(Component component)
                throws java.lang.Exception
Throws:
java.lang.Exception

register

void register(ServiceAssembly assembly)
              throws java.lang.Exception
Throws:
java.lang.Exception

unregister

void unregister(ServiceAssembly assembly)
                throws java.lang.Exception
Throws:
java.lang.Exception

getJBIContainer

JBIContainer getJBIContainer()


Copyright © 2005-2011 FuseSource. All Rights Reserved.