

Public Member Functions | |
| ServiceComponent (Object object) | |
| void | construct () throws RemoteException |
| void | destruct () throws RemoteException |
| Object | getObject () |
| String[] | implementedInterfaces () |
| boolean | doesImplement (String type) |
Private Attributes | |
| Object | object |
Implementation of Component interface for services.
| com::cosylab::acs::maci::manager::ManagerImpl::ServiceComponent::ServiceComponent | ( | Object | object | ) | [inline] |
Construct service Component.
| object | service itself, non-null. |
| void com::cosylab::acs::maci::manager::ManagerImpl::ServiceComponent::construct | ( | ) | throws RemoteException [inline] |
Implements com::cosylab::acs::maci::Component.
| void com::cosylab::acs::maci::manager::ManagerImpl::ServiceComponent::destruct | ( | ) | throws RemoteException [inline] |
Implements com::cosylab::acs::maci::Component.
| boolean com::cosylab::acs::maci::manager::ManagerImpl::ServiceComponent::doesImplement | ( | String | type | ) | [inline] |
Implements com::cosylab::acs::maci::Component.
| Object com::cosylab::acs::maci::manager::ManagerImpl::ServiceComponent::getObject | ( | ) | [inline] |
Implements com::cosylab::acs::maci::Component.
References object.
| String [] com::cosylab::acs::maci::manager::ManagerImpl::ServiceComponent::implementedInterfaces | ( | ) | [inline] |
Service representing this Component.
Referenced by getObject().
1.6.2