org.apache.servicemix.jbi.event
Class ComponentEvent

java.lang.Object
  extended by java.util.EventObject
      extended by 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

Field Summary
static int COMPONENT_INITIALIZED
           
static int COMPONENT_INSTALLED
           
static int COMPONENT_SHUTDOWN
           
static int COMPONENT_STARTED
           
static int COMPONENT_STOPPED
           
static int COMPONENT_UNINSTALLED
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ComponentEvent(ComponentMBeanImpl component, int type)
           
 
Method Summary
 ComponentMBeanImpl getComponent()
           
 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

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
Constructor Detail

ComponentEvent

public ComponentEvent(ComponentMBeanImpl component,
                      int type)
Method Detail

getComponent

public ComponentMBeanImpl getComponent()

getEventType

public int getEventType()


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