Rio Project 4.2 API Documentation
org.rioproject.monitor
Class ServiceChannel.ServiceChannelEvent
java.lang.Object
java.util.EventObject
org.rioproject.monitor.ServiceChannel.ServiceChannelEvent
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- ServiceChannel
public static class ServiceChannel.ServiceChannelEvent
- extends EventObject
Event sent to listeners
- See Also:
- Serialized Form
PROVISIONED
public static final int PROVISIONED
- See Also:
- Constant Field Values
FAILED
public static final int FAILED
- See Also:
- Constant Field Values
TERMINATED
public static final int TERMINATED
- See Also:
- Constant Field Values
ServiceChannel.ServiceChannelEvent
public ServiceChannel.ServiceChannelEvent(Object source,
ServiceElement element,
ServiceBeanInstance instance,
int type)
getServiceElement
public ServiceElement getServiceElement()
getServiceBeanInstance
public ServiceBeanInstance getServiceBeanInstance()
getType
public int getType()
Copyright © 2006-2011 Rio Project. All Rights Reserved.