public class ComponentDescriptor
extends java.lang.Object
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.
ComponentInfo| Constructor and Description |
|---|
ComponentDescriptor(ComponentInfo compInfo) |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<ComponentDescriptor> |
fromComponentInfoArray(ComponentInfo[] compInfos) |
org.omg.CORBA.Object |
getComponent() |
java.lang.String[] |
getInterfaces() |
java.lang.String |
getName() |
java.lang.String |
getType() |
java.lang.String |
toString() |
public java.lang.String getName()
public org.omg.CORBA.Object getComponent()
public java.lang.String getType()
public java.lang.String[] getInterfaces()
public java.lang.String toString()
toString in class java.lang.Objectpublic static java.util.List<ComponentDescriptor> fromComponentInfoArray(ComponentInfo[] compInfos)