
Public Member Functions | |
| ComponentDescriptor (ComponentInfo compInfo) | |
| java.lang.String | getName () |
| org.omg.CORBA.Object | getComponent () |
| java.lang.String | getType () |
| java.lang.String[] | getInterfaces () |
| String | toString () |
Static Public Member Functions | |
| static List< ComponentDescriptor > | fromComponentInfoArray (ComponentInfo[] compInfos) |
Private Attributes | |
| ComponentInfo | m_componentInfo |
Wraps the si.ijs.maci.ComponentInfo struct for use by components.
Hides some fields. The idea is to not encourage components to use information about where some other components are running, in which language, etc. If necessary, further fields might become accessible.
| alma::acs::component::ComponentDescriptor::ComponentDescriptor | ( | ComponentInfo | compInfo | ) | [inline] |
References m_componentInfo.
Referenced by fromComponentInfoArray().
| static List<ComponentDescriptor> alma::acs::component::ComponentDescriptor::fromComponentInfoArray | ( | ComponentInfo[] | compInfos | ) | [inline, static] |
References ComponentDescriptor().
| org.omg.CORBA.Object alma::acs::component::ComponentDescriptor::getComponent | ( | ) | [inline] |
References m_componentInfo, and si::ijs::maci::ComponentInfo::reference.
| java.lang.String [] alma::acs::component::ComponentDescriptor::getInterfaces | ( | ) | [inline] |
References si::ijs::maci::ComponentInfo::interfaces, and m_componentInfo.
| java.lang.String alma::acs::component::ComponentDescriptor::getName | ( | ) | [inline] |
References m_componentInfo, and si::ijs::maci::ComponentInfo::name.
Referenced by cl::utfsm::samplingSystemUI::SampTool::initializeComponents(), and toString().
| java.lang.String alma::acs::component::ComponentDescriptor::getType | ( | ) | [inline] |
References m_componentInfo, and si::ijs::maci::ComponentInfo::type.
Referenced by cl::utfsm::samplingSystemUI::core::ComponentsManager::getComponentProperties(), cl::utfsm::samplingSystemUI::SampTool::initializeComponents(), and toString().
| String alma::acs::component::ComponentDescriptor::toString | ( | ) | [inline] |
References getName(), and getType().
Referenced by alma::jconttest::ContainerServicesTesterImpl::ContainerServicesTesterImpl::testGetDynamicDummyComponent().
Referenced by ComponentDescriptor(), getComponent(), getInterfaces(), getName(), and getType().
1.6.2