alma::test::corbareftest::AdministratorListener Interface Reference

Inheritance diagram for alma::test::corbareftest::AdministratorListener:
Inheritance graph
[legend]

List of all members.

Public Member Functions

void containerLoggedIn (ContainerInfo contInfo)
void containerLoggedOut (int conthandle)
void componentLoggedIn (ComponentInfo compInfo)
void componentReleased (ComponentInfo compInfo)
void componentLoggedOut (int comphandle)
void clientLoggedIn (ClientInfo clientInfo)
void clientLoggedOut (int clientHandle)

Detailed Description

The listener of events generated by the administrator client

Author:
almadev

Member Function Documentation

void alma::test::corbareftest::AdministratorListener::clientLoggedIn ( ClientInfo  clientInfo  ) 

Called if a client logged in

Parameters:
contInfo The container

Implemented in alma::test::corbareftest::TestComponents.

Referenced by alma::test::corbareftest::AdministratorClient::client_logged_in().

void alma::test::corbareftest::AdministratorListener::clientLoggedOut ( int  clientHandle  ) 

Called if a client logged in

Parameters:
clientHandle The handle of the client

Implemented in alma::test::corbareftest::TestComponents.

Referenced by alma::test::corbareftest::AdministratorClient::client_logged_out().

void alma::test::corbareftest::AdministratorListener::componentLoggedIn ( ComponentInfo  compInfo  ) 

Called if a component logged in or when a client requested a component

Parameters:
contInfo The component

Implemented in alma::test::corbareftest::TestComponents.

Referenced by alma::test::corbareftest::AdministratorClient::components_requested().

void alma::test::corbareftest::AdministratorListener::componentLoggedOut ( int  comphandle  ) 

Called if component logged out

Parameters:
comphandle The handle of the component

Implemented in alma::test::corbareftest::TestComponents.

Referenced by alma::test::corbareftest::AdministratorClient::components_released().

void alma::test::corbareftest::AdministratorListener::componentReleased ( ComponentInfo  compInfo  ) 

Called when a client released a component. If this method is called it means that the component is still alive (used by some client)

Parameters:
compInfo The released component

Implemented in alma::test::corbareftest::TestComponents.

Referenced by alma::test::corbareftest::AdministratorClient::components_released().

void alma::test::corbareftest::AdministratorListener::containerLoggedIn ( ContainerInfo  contInfo  ) 

Called if container logged in

Parameters:
contInfo The container

Implemented in alma::test::corbareftest::TestComponents.

Referenced by alma::test::corbareftest::AdministratorClient::container_logged_in().

void alma::test::corbareftest::AdministratorListener::containerLoggedOut ( int  conthandle  ) 

Called if container logged out

Parameters:
contHandle The handle of the container Ha chiama

Implemented in alma::test::corbareftest::TestComponents.

Referenced by alma::test::corbareftest::AdministratorClient::container_logged_out().


The documentation for this interface was generated from the following file:

Generated by  doxygen 1.6.2