org.ocap.media
Class ForcedDisconnectedEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.davic.resources.ResourceStatusEvent
          extended by org.ocap.media.ForcedDisconnectedEvent
All Implemented Interfaces:
Serializable

public class ForcedDisconnectedEvent
extends ResourceStatusEvent

This event indicates a VBIFilterGroup is detached from a ServiceContext for any reason. A ResourceClient.notifyRelease(org.davic.resources.ResourceProxy) is also called to inform all filters held by the VBIFilterGroup have been forcibly released.

Author:
Shigeaki Watanabe (Panasonic)
See Also:
Serialized Form

Constructor Summary
ForcedDisconnectedEvent(VBIFilterGroup f)
          A constructor of this class.
 
Method Summary
 Object getSource()
          This method returns an instance of a class implementing VBIFilterGroup that is the source of the event.
 
Methods inherited from class java.util.EventObject
toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ForcedDisconnectedEvent

public ForcedDisconnectedEvent(VBIFilterGroup f)
A constructor of this class.

Parameters:
f - Instance of a VBIFilterGroup that is the source of this event.
Method Detail

getSource

public Object getSource()
This method returns an instance of a class implementing VBIFilterGroup that is the source of the event.

Overrides:
getSource in class ResourceStatusEvent
Returns:
instance of a class implementing VBIFilterGroup that is the source of the event