Rio Project 4.2 API Documentation



org.rioproject.monitor
Class ServiceChannel.ServiceChannelEvent

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

Field Summary
static int FAILED
           
static int PROVISIONED
           
static int TERMINATED
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ServiceChannel.ServiceChannelEvent(Object source, ServiceElement element, ServiceBeanInstance instance, int type)
           
 
Method Summary
 ServiceBeanInstance getServiceBeanInstance()
           
 ServiceElement getServiceElement()
           
 int getType()
           
 
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

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

ServiceChannel.ServiceChannelEvent

public ServiceChannel.ServiceChannelEvent(Object source,
                                          ServiceElement element,
                                          ServiceBeanInstance instance,
                                          int type)
Method Detail

getServiceElement

public ServiceElement getServiceElement()

getServiceBeanInstance

public ServiceBeanInstance getServiceBeanInstance()

getType

public int getType()

Copyright © Rio Project.

Copyright © 2006-2011 Rio Project. All Rights Reserved.