Public Member Functions | |
void | testComponentPOALifecycleSync () throws Exception |
void | __dontrun__testComponentPOALifecycleAsync () throws Exception |
void | testPOAConfig () 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 | |
Logger | m_logger |
AcsCorba | acsCorba |
volatile Throwable | exceptionInThread |
|
This test method is currently hidden from JUnit because it fails with JacORB 1.4. and 2.2.4. Problem: RequestController#waitForCompletion returns immediately when currently processing calls are local. This could be related to JacORB bug 132, see http://www.jacorb.org/cgi-bin/bugzilla/show_bug.cgi?id=132.
Activates / deactivates a component 10 times, each time calling a method that still runs while its POA is getting deactivated. This is to check the container's ability to wait for currently processing requests to terminate, before The component is run outside a container, but with the same ORB/POA usage as inside the container.
|
|
This test method can also be used to experiment with
|
|
|
|
|
|
Activates / deactivates a component 1000 times. The component is run outside a container, but with the same ORB/POA usage as inside the container. For each iteration,
This method should be seen as a suggestion for the Java container to implement component deactivation.
|
|
|
|
|
|
|
|
|