org.apache.servicemix.jbi.event
Class ComponentEvent
java.lang.Object
java.util.EventObject
org.apache.servicemix.jbi.event.ComponentEvent
- All Implemented Interfaces:
- Serializable
public class ComponentEvent
- extends EventObject
Event sent for components lifecycle.
- Author:
- gnodet
- See Also:
- Serialized Form
COMPONENT_INSTALLED
public static final int COMPONENT_INSTALLED
- See Also:
- Constant Field Values
COMPONENT_INITIALIZED
public static final int COMPONENT_INITIALIZED
- See Also:
- Constant Field Values
COMPONENT_STARTED
public static final int COMPONENT_STARTED
- See Also:
- Constant Field Values
COMPONENT_STOPPED
public static final int COMPONENT_STOPPED
- See Also:
- Constant Field Values
COMPONENT_SHUTDOWN
public static final int COMPONENT_SHUTDOWN
- See Also:
- Constant Field Values
COMPONENT_UNINSTALLED
public static final int COMPONENT_UNINSTALLED
- See Also:
- Constant Field Values
ComponentEvent
public ComponentEvent(ComponentMBeanImpl component,
int type)
getComponent
public ComponentMBeanImpl getComponent()
getEventType
public int getEventType()
Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.