org.apache.servicemix.jbi.deployer.events
Class LifeCycleEvent
java.lang.Object
java.util.EventObject
org.apache.servicemix.jbi.deployer.events.LifeCycleEvent
- All Implemented Interfaces:
- java.io.Serializable
public class LifeCycleEvent
- extends java.util.EventObject
- See Also:
- Serialized Form
| Fields inherited from class java.util.EventObject |
source |
| Methods inherited from class java.util.EventObject |
getSource |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
LifeCycleEvent
public LifeCycleEvent(LifeCycleEvent.LifeCycleEventType type,
javax.jbi.management.LifeCycleMBean source,
boolean forced)
getType
public LifeCycleEvent.LifeCycleEventType getType()
getLifeCycleMBean
public javax.jbi.management.LifeCycleMBean getLifeCycleMBean()
isForced
public boolean isForced()
toString
public java.lang.String toString()
- Overrides:
toString in class java.util.EventObject
Copyright © 2005-2010 The Apache Software Foundation. All Rights Reserved.