Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members  

gov::cca::DisconnectingConnectionEvent Class Reference

UNADOPTED standard implementation: Event delivered to a connection listener before a connection is broken. More...

#include <DisconnectingConnectionEvent.h>

Inheritance diagram for gov::cca::DisconnectingConnectionEvent:

Inheritance graph
[legend]
Collaboration diagram for gov::cca::DisconnectingConnectionEvent:

Collaboration graph
[legend]
List of all members.

Public Methods

 DisconnectingConnectionEvent (PortInfo *pi)
int connected ()
 True if the event informs a connection. More...

int disconnected ()
 True if the event informs a disconnection (always). More...

PortInfogetPortInfo ()
 Get the PortInfo of the affected Port. More...


Private Attributes

PortInfopi

Detailed Description

UNADOPTED standard implementation: Event delivered to a connection listener before a connection is broken.


Member Function Documentation

int gov::cca::DisconnectingConnectionEvent::connected   [inline, virtual]
 

True if the event informs a connection.

(never)

Implements gov::cca::ConnectionEvent.

00019                   {
00020     return false;
00021   }

int gov::cca::DisconnectingConnectionEvent::disconnected   [inline, virtual]
 

True if the event informs a disconnection (always).

Implements gov::cca::ConnectionEvent.

00023                      {
00024     return true;
00025   }

PortInfo* gov::cca::DisconnectingConnectionEvent::getPortInfo   [inline, virtual]
 

Get the PortInfo of the affected Port.

Implements gov::cca::ConnectionEvent.

00027                           {
00028     return pi;
00029   }


The documentation for this class was generated from the following file:
Generated on Tue Aug 20 14:30:31 2002 for CCA Specification/Proposals by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002