

Public Member Functions | |
| ComponentCommandDeallocate (int handle, int fullHandle, WhyUnloadedReason reason) | |
| ComponentCommandDeallocate (int handle, int fullHandle, WhyUnloadedReason reason, boolean depreallocate) | |
| Serializable | execute (PrevalentSystem system) throws Exception |
Private Attributes | |
| final int | handle |
| final int | fullHandle |
| final WhyUnloadedReason | reason |
| final boolean | depreallocate |
To change this generated comment edit the template variable "typecomment": Window>Preferences>Java>Templates. To enable and disable the creation of type comments go to Window>Preferences>Java>Code Generation.
| com::cosylab::acs::maci::manager::recovery::ComponentCommandDeallocate::ComponentCommandDeallocate | ( | int | handle, | |
| int | fullHandle, | |||
| WhyUnloadedReason | reason | |||
| ) | [inline] |
Constructor for COBCommandAckAlloc.
References depreallocate.
| com::cosylab::acs::maci::manager::recovery::ComponentCommandDeallocate::ComponentCommandDeallocate | ( | int | handle, | |
| int | fullHandle, | |||
| WhyUnloadedReason | reason, | |||
| boolean | depreallocate | |||
| ) | [inline] |
| Serializable com::cosylab::acs::maci::manager::recovery::ComponentCommandDeallocate::execute | ( | PrevalentSystem | system | ) | throws Exception [inline] |
References depreallocate, fullHandle, handle, and reason.
final boolean com::cosylab::acs::maci::manager::recovery::ComponentCommandDeallocate::depreallocate [private] |
Referenced by ComponentCommandDeallocate(), and execute().
final int com::cosylab::acs::maci::manager::recovery::ComponentCommandDeallocate::fullHandle [private] |
Referenced by execute().
final int com::cosylab::acs::maci::manager::recovery::ComponentCommandDeallocate::handle [private] |
Referenced by execute().
final WhyUnloadedReason com::cosylab::acs::maci::manager::recovery::ComponentCommandDeallocate::reason [private] |
Referenced by execute().
1.6.2