

Public Types | |
| enum | ImplementationLanguage { cpp, java, py, not_specified } |
Public Member Functions | |
| ContainerInfo (int handle, String name, Container container) | |
| Container | getContainer () |
| IntArray | getComponents () |
| int | getHandle () |
| ImplementationLanguage | getImplLang () |
| String | getName () |
| void | setImplLang (String ImplLang) |
| void | setContainer (Container container) |
| void | setHandle (int handle) |
| void | setName (String name) |
| void | setComponents (IntArray components) |
| String | toString () |
Package Types | |
Private Attributes | |
| int | handle |
| String | name |
| Container | container |
| IntArray | components |
| ImplementationLanguage | ImplLang |
Static Private Attributes | |
| final long | serialVersionUID = -2545764366629134129L |
|
|
Enum of the implementation languages |
|
||||||||||||||||
|
Creates an instance of ContainerInfo with all necesarry data.
|
|
|
Returns the components.
|
|
|
Returns the container.
|
|
|
Returns the handle.
|
|
|
Returns the implementation language.
|
|
|
Returns the name.
|
|
|
Sets the components.
|
|
|
Sets the container.
|
|
|
Sets the handle.
|
|
|
Sets the implementation language.
|
|
|
Sets the name.
|
|
|
Returns a single-line rendition of this instance into text.
|
|
|
Handles of all components hosted by the Container. |
|
|
Reference to the Container. |
|
|
Container's handle (in the range 0x04000000 to 0x04FFFFFF). |
|
|
Manage the implementation language name |
|
|
Container's name. |
|
|
Serial version UID. Reimplemented in com::cosylab::acs::maci::manager::TimerTaskContainerInfo.
|
1.3.8