

Public Member Functions | |
| TestAdministrator (String name, ClientType type, boolean monitorNotifications) | |
| TestAdministrator (String name) | |
| TestAdministrator (String name, boolean monitorNotifications) | |
| void | containerLoggedIn (ContainerInfo info, long timeStamp, long executionId) throws RemoteException |
| void | containerLoggedOut (int handle, long timeStamp) throws RemoteException |
| void | clientLoggedIn (ClientInfo info, long timeStamp, long executionId) throws RemoteException |
| void | clientLoggedOut (int handle, long timeStamp) throws RemoteException |
| void | components_released (int[] clients, int[] components, long timeStamp) throws RemoteException |
| void | components_requested (int[] clients, int[] components, long timeStamp) throws RemoteException |
| void | component_activated (ComponentInfo info, long timeStamp, long executionId) throws RemoteException |
| void | component_deactivated (int handle, long timeStamp) throws RemoteException |
| String | toString () |
| ArrayList | getClientLoggedInNotifications () |
| ArrayList | getClientLoggedOutNotifications () |
| ArrayList | getContainerLoggedInNotifications () |
| ArrayList | getContainerLoggedOutNotifications () |
Protected Attributes | |
| ArrayList | clientLoggedInNotifications = null |
| ArrayList | clientLoggedOutNotifications = null |
| ArrayList | containerLoggedInNotifications = null |
| ArrayList | containerLoggedOutNotifications = null |
description
| com::cosylab::acs::maci::test::TestAdministrator::TestAdministrator | ( | String | name, | |
| ClientType | type, | |||
| boolean | monitorNotifications | |||
| ) | [inline] |
Constructor for TestAdministrator.
| name | ||
| reply |
References clientLoggedInNotifications, clientLoggedOutNotifications, containerLoggedInNotifications, and containerLoggedOutNotifications.
| com::cosylab::acs::maci::test::TestAdministrator::TestAdministrator | ( | String | name | ) | [inline] |
Constructor for TestAdministrator.
| name |
| com::cosylab::acs::maci::test::TestAdministrator::TestAdministrator | ( | String | name, | |
| boolean | monitorNotifications | |||
| ) | [inline] |
Constructor for TestAdministrator.
| name |
| void com::cosylab::acs::maci::test::TestAdministrator::clientLoggedIn | ( | ClientInfo | info, | |
| long | timeStamp, | |||
| long | executionId | |||
| ) | throws RemoteException [inline] |
Implements com::cosylab::acs::maci::Administrator.
References clientLoggedInNotifications.
| void com::cosylab::acs::maci::test::TestAdministrator::clientLoggedOut | ( | int | handle, | |
| long | timeStamp | |||
| ) | throws RemoteException [inline] |
| void com::cosylab::acs::maci::test::TestAdministrator::component_activated | ( | ComponentInfo | info, | |
| long | timeStamp, | |||
| long | executionId | |||
| ) | throws RemoteException [inline] |
Implements com::cosylab::acs::maci::Administrator.
| void com::cosylab::acs::maci::test::TestAdministrator::component_deactivated | ( | int | handle, | |
| long | timeStamp | |||
| ) | throws RemoteException [inline] |
| void com::cosylab::acs::maci::test::TestAdministrator::components_released | ( | int[] | clients, | |
| int[] | components, | |||
| long | timeStamp | |||
| ) | throws RemoteException [inline] |
Implements com::cosylab::acs::maci::Administrator.
| void com::cosylab::acs::maci::test::TestAdministrator::components_requested | ( | int[] | clients, | |
| int[] | components, | |||
| long | timeStamp | |||
| ) | throws RemoteException [inline] |
Implements com::cosylab::acs::maci::Administrator.
| void com::cosylab::acs::maci::test::TestAdministrator::containerLoggedIn | ( | ContainerInfo | info, | |
| long | timeStamp, | |||
| long | executionId | |||
| ) | throws RemoteException [inline] |
Implements com::cosylab::acs::maci::Administrator.
References containerLoggedInNotifications.
| void com::cosylab::acs::maci::test::TestAdministrator::containerLoggedOut | ( | int | handle, | |
| long | timeStamp | |||
| ) | throws RemoteException [inline] |
| ArrayList com::cosylab::acs::maci::test::TestAdministrator::getClientLoggedInNotifications | ( | ) | [inline] |
References clientLoggedInNotifications.
Referenced by com::cosylab::acs::maci::test::ManagerImplTest::testAdministratorNotifications().
| ArrayList com::cosylab::acs::maci::test::TestAdministrator::getClientLoggedOutNotifications | ( | ) | [inline] |
References clientLoggedOutNotifications.
Referenced by com::cosylab::acs::maci::test::ManagerImplTest::testAdministratorNotifications().
| ArrayList com::cosylab::acs::maci::test::TestAdministrator::getContainerLoggedInNotifications | ( | ) | [inline] |
References containerLoggedInNotifications.
Referenced by com::cosylab::acs::maci::test::ManagerImplTest::testAdministratorNotifications().
| ArrayList com::cosylab::acs::maci::test::TestAdministrator::getContainerLoggedOutNotifications | ( | ) | [inline] |
References containerLoggedOutNotifications.
Referenced by com::cosylab::acs::maci::test::ManagerImplTest::testAdministratorNotifications().
| String com::cosylab::acs::maci::test::TestAdministrator::toString | ( | ) | [inline] |
References com::cosylab::acs::maci::test::TestClient::name().
ArrayList com::cosylab::acs::maci::test::TestAdministrator::clientLoggedInNotifications = null [protected] |
Referenced by clientLoggedIn(), getClientLoggedInNotifications(), and TestAdministrator().
ArrayList com::cosylab::acs::maci::test::TestAdministrator::clientLoggedOutNotifications = null [protected] |
Referenced by clientLoggedOut(), getClientLoggedOutNotifications(), and TestAdministrator().
ArrayList com::cosylab::acs::maci::test::TestAdministrator::containerLoggedInNotifications = null [protected] |
Referenced by containerLoggedIn(), getContainerLoggedInNotifications(), and TestAdministrator().
ArrayList com::cosylab::acs::maci::test::TestAdministrator::containerLoggedOutNotifications = null [protected] |
Referenced by containerLoggedOut(), getContainerLoggedOutNotifications(), and TestAdministrator().
1.6.2