Public Member Functions | |
AcsCorbaTestWithContainer () throws Exception | |
void | testParallelCalls () throws Exception |
void | testComponentPOALifecycleAsync () throws Exception |
Protected Member Functions | |
void | setUp () throws Exception |
void | tearDown () throws Exception |
Private Member Functions | |
void | _testComponentPOALifecycle (boolean destroyWhileBusy, int iterations) throws Exception |
Private Attributes | |
DummyComponent | dummyComponent |
volatile Throwable | exceptionInThread |
Static Private Attributes | |
final String | DUMMYCOMP_TYPENAME = "IDL:alma/jconttest/DummyComponent:1.0" |
|
|
|
|
|
|
|
|
|
Activates / deactivates a component 10 times, each time calling a method that still runs while its POA is getting deactivated. The purpose is to check the container's ability to wait for currently processing requests to terminate, before TODO: extend this scenario so that another collocated component issues the long lasting call. This may not work due to a JacORB bug, which we should find out about. Confer the currently disabled test alma.acs.container.corba.AcsCorbaTest#__testComponentPOALifecycleAsync().
|
|
|
|
|
|
|
|
|