org.apache.servicemix.jbi.event
Class ServiceAssemblyEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.apache.servicemix.jbi.event.ServiceAssemblyEvent
All Implemented Interfaces:
Serializable

public class ServiceAssemblyEvent
extends EventObject

Event sent for service assembly lifecycle.

Author:
gnodet
See Also:
Serialized Form

Field Summary
static int ASSEMBLY_DEPLOYED
           
static int ASSEMBLY_SHUTDOWN
           
static int ASSEMBLY_STARTED
           
static int ASSEMBLY_STOPPED
           
static int ASSEMBLY_UNDEPLOYED
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ServiceAssemblyEvent(ServiceAssemblyLifeCycle assembly, int type)
           
 
Method Summary
 ServiceAssemblyLifeCycle getAssembly()
           
 int getEventType()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ASSEMBLY_DEPLOYED

public static final int ASSEMBLY_DEPLOYED
See Also:
Constant Field Values

ASSEMBLY_STARTED

public static final int ASSEMBLY_STARTED
See Also:
Constant Field Values

ASSEMBLY_STOPPED

public static final int ASSEMBLY_STOPPED
See Also:
Constant Field Values

ASSEMBLY_SHUTDOWN

public static final int ASSEMBLY_SHUTDOWN
See Also:
Constant Field Values

ASSEMBLY_UNDEPLOYED

public static final int ASSEMBLY_UNDEPLOYED
See Also:
Constant Field Values
Constructor Detail

ServiceAssemblyEvent

public ServiceAssemblyEvent(ServiceAssemblyLifeCycle assembly,
                            int type)
Method Detail

getAssembly

public ServiceAssemblyLifeCycle getAssembly()

getEventType

public int getEventType()


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