Inheritance diagram for SilentLookupManager::

| Public Methods | |
| HxCorba.Constructor | getConstructor () | 
| HxCorba.GlobalOps | getGlobalOps () | 
| HxCorba.Test | getTest () | 
| HxCorba.Registry | getRegistry () | 
| HxCorba.Configure | getConfigure () | 
| HxCorba.Database | getDatabase () | 
| HxCorba.TVCapture | getTVCapture () | 
| HxCorba.WebImageFactory | getWebImageFactory () | 
| HxCorba.VideoPlayerFactory | getVideoPlayerFactory () | 
| org.omg.CORBA.Repository | getRepository () | 
| org.omg.CosNaming.NamingContext | getNameService () | 
Returns null values instead.
| 
 | 
| 
 Reimplemented from BasicLookupManager. 
 00020 {
00021     try {
00022         return super.getConstructor();
00023     }
00024     catch(org.omg.CORBA.SystemException ex) { return null; }
00025 }
 | 
| 
 | 
| 
 Reimplemented from BasicLookupManager. 
 00028 {
00029     try {
00030         return super.getGlobalOps();
00031     }
00032     catch(org.omg.CORBA.SystemException ex) { return null; }
00033 }
 | 
| 
 | 
| 
 Reimplemented from BasicLookupManager. 
 00036 {
00037     try {
00038         return super.getTest();
00039     }
00040     catch(org.omg.CORBA.SystemException ex) { return null; }
00041 }
 | 
| 
 | 
| 
 Reimplemented from BasicLookupManager. 
 00044 {
00045     try {
00046         return super.getRegistry();
00047     }
00048     catch(org.omg.CORBA.SystemException ex) { return null; }
00049 }
 | 
| 
 | 
| 
 Reimplemented from BasicLookupManager. 
 00052 {
00053     try {
00054         return super.getConfigure();
00055     }
00056     catch(org.omg.CORBA.SystemException ex) { return null; }
00057 }
 | 
| 
 | 
| 
 Reimplemented from BasicLookupManager. 
 00060 {
00061     try {
00062         return super.getDatabase();
00063     }
00064     catch(org.omg.CORBA.SystemException ex) { return null; }
00065 }
 | 
| 
 | 
| 
 Reimplemented from BasicLookupManager. 
 00068 {
00069     try {
00070         return super.getTVCapture();
00071     }
00072     catch(org.omg.CORBA.SystemException ex) { return null; }
00073 }
 | 
| 
 | 
| 
 Reimplemented from BasicLookupManager. 
 00076 {
00077     try {
00078         return super.getWebImageFactory();
00079     }
00080     catch(org.omg.CORBA.SystemException ex) { return null; }
00081 }
 | 
| 
 | 
| 
 Reimplemented from BasicLookupManager. 
 00084 {
00085     try {
00086         return super.getVideoPlayerFactory();
00087     }
00088     catch(org.omg.CORBA.SystemException ex) { return null; }
00089 }
 | 
| 
 | 
| 
 Reimplemented from BasicLookupManager. 
 00092 {
00093     try {
00094         return super.getRepository();
00095     }
00096     catch(org.omg.CORBA.SystemException ex) { return null; }
00097 }
 | 
| 
 | 
| 
 Reimplemented from BasicLookupManager. 
 00100 {
00101     try {
00102         return super.getNameService();
00103     }
00104     catch(org.omg.CORBA.SystemException ex) { return null; }
00105 }
 | 
 1.2.12 written by Dimitri van Heesch,
 © 1997-2001
1.2.12 written by Dimitri van Heesch,
 © 1997-2001