org.apache.servicemix.jbi.event
Class ServiceAssemblyEvent
java.lang.Object
java.util.EventObject
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
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
ServiceAssemblyEvent
public ServiceAssemblyEvent(ServiceAssemblyLifeCycle assembly,
int type)
getAssembly
public ServiceAssemblyLifeCycle getAssembly()
getEventType
public int getEventType()
Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.