org.apache.servicemix.geronimo
Interface Container

All Known Implementing Classes:
ServiceMixGBean

public interface Container


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

Method Detail

register

void register(Component component)
              throws Exception
Throws:
Exception

unregister

void unregister(Component component)
                throws Exception
Throws:
Exception

register

void register(ServiceAssembly assembly)
              throws Exception
Throws:
Exception

unregister

void unregister(ServiceAssembly assembly)
                throws Exception
Throws:
Exception


Copyright © 2005-2007. All Rights Reserved.