Public Member Functions | |
TestComponent (String name) | |
TestComponent (String name, boolean simulateConstructFailure, boolean simulateDestructFailure) | |
void | activate () throws Exception |
void | deactivate () |
void | construct () throws RemoteException |
void | destruct () throws RemoteException |
String[] | implementedInterfaces () |
boolean | doesImplement (String type) |
Object | getObject () |
int | getHandle () |
void | setHandle (int h) |
Package Attributes | |
String | name |
int | handle = 0 |
boolean | simulateConstructFailure = false |
boolean | simulateDestructFailure = false |
|
Constructor for TestComponent.
|
|
Constructor for TestComponent, tuning construct/destruct failures.
|
|
TectContainer should call this method on activation. Reimplemented in com::cosylab::acs::maci::test::TestHierarchicalComponent.
|
|
Implements com::cosylab::acs::maci::Component.
Reimplemented in com::cosylab::acs::maci::test::TestHierarchicalComponent.
|
|
TectContainer should call this method on deactivation. Reimplemented in com::cosylab::acs::maci::test::TestHierarchicalComponent.
|
|
Implements com::cosylab::acs::maci::Component.
Reimplemented in com::cosylab::acs::maci::test::TestHierarchicalComponent.
|
|
Implements com::cosylab::acs::maci::Component.
|
|
Get component handle.
|
|
Implements com::cosylab::acs::maci::Component.
|
|
Implements com::cosylab::acs::maci::Component.
|
|
Set component handle.
|
|
Component handle. |
|
Component name. |
|
If |
|
If |