Uses of Interface
org.apache.servicemix.jbi.event.ServiceMixListener

Packages that use ServiceMixListener
org.apache.servicemix.jbi.event Event and listeners definitions that can be registered in the JBI container. 
org.apache.servicemix.jbi.view   
org.apache.servicemix.tck   
 

Uses of ServiceMixListener in org.apache.servicemix.jbi.event
 

Subinterfaces of ServiceMixListener in org.apache.servicemix.jbi.event
 interface ComponentListener
           
 interface DeploymentListener
           
 interface EndpointListener
           
 interface ExchangeListener
           
 interface ServiceAssemblyListener
           
 interface ServiceUnitListener
           
 

Classes in org.apache.servicemix.jbi.event that implement ServiceMixListener
 class ComponentAdapter
          An abstract adapter class for receiving component events.
 class DeploymentAdapter
           
 class EndpointAdapter
          An abstract adapter class for receiving endpoint events.
 class ExchangeAdapter
          An abstract adapter class for receiving exchange events.
 class ServiceAssemblyAdapter
          An abstract adapter class for receiving service assemblies events.
 class ServiceUnitAdapter
          An abstract adapter class for receiving service units events.
 

Uses of ServiceMixListener in org.apache.servicemix.jbi.view
 

Classes in org.apache.servicemix.jbi.view that implement ServiceMixListener
 class DotViewEndpointListener
          Creates a DOT file showing the various components and endpoints within ServiceMix
 class DotViewFlowListener
          Creates a DOT file showing the JBI MessageExchange flow within the JBI Container.
 class EndpointViewRenderer
          A base class for renderings of endpoints which can re-render whenever something changes or mark things as dirty so that they can be re-rendered on demand or in a time based way
 

Uses of ServiceMixListener in org.apache.servicemix.tck
 

Classes in org.apache.servicemix.tck that implement ServiceMixListener
 class ExchangeCompletedListener
           
 



Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.