
Public Member Functions | |
| TestJDAL (String arg0) | |
| void | testListNodes () |
| void | testChangeListener () |
| void | testListContext () throws Exception |
| void | testLookupContext () throws Exception |
Static Public Member Functions | |
| TestSuite | suite () |
| void | main (String args[]) |
Protected Member Functions | |
| void | setUp () throws Exception |
| void | tearDown () throws Exception |
Private Attributes | |
| String | strIOR = "corbaloc::" + ACSPorts.getIP() + ":" + ACSPorts.getCDBPort() + "/CDB" |
| ORB | orb |
| JDAL | dal |
| boolean | objectChanged |
|
|
This test constructor |
|
|
If we are called from java directly |
|
|
|
|
|
Creates a suite for this test
|
|
|
|
|
|
Test ChangeListener Creates a changeListener object and registers for a curl then invokes clear_cache for that function in order to get a call from JDAL server |
|
|
Listing different contexts - simple and XML contexts We shouldn't see any difference in listing just 'directory' context or listing inside a XML data |
|
|
Tests listing function |
|
|
Test lookup functions. We can just obtain an InitialContext and then use it to get any information in the CDB |
|
|
|
|
|
|
|
|
|
|
|
|
1.3.8