Horus Doc || Java GUI Reference || Doxygen's quick Index  

SilentLookupManager Class Reference

A ServiceLookupManager that doesn't throw exceptions. More...

Inheritance diagram for SilentLookupManager::

BasicLookupManager List of all members.

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 ()

Detailed Description

A ServiceLookupManager that doesn't throw exceptions.

Returns null values instead.


Member Function Documentation

HxCorba.Constructor SilentLookupManager::getConstructor   [inline]
 

Reimplemented from BasicLookupManager.

00020 {
00021     try {
00022         return super.getConstructor();
00023     }
00024     catch(org.omg.CORBA.SystemException ex) { return null; }
00025 }

HxCorba.GlobalOps SilentLookupManager::getGlobalOps   [inline]
 

Reimplemented from BasicLookupManager.

00028 {
00029     try {
00030         return super.getGlobalOps();
00031     }
00032     catch(org.omg.CORBA.SystemException ex) { return null; }
00033 }

HxCorba.Test SilentLookupManager::getTest   [inline]
 

Reimplemented from BasicLookupManager.

00036 {
00037     try {
00038         return super.getTest();
00039     }
00040     catch(org.omg.CORBA.SystemException ex) { return null; }
00041 }

HxCorba.Registry SilentLookupManager::getRegistry   [inline]
 

Reimplemented from BasicLookupManager.

00044 {
00045     try {
00046         return super.getRegistry();
00047     }
00048     catch(org.omg.CORBA.SystemException ex) { return null; }
00049 }

HxCorba.Configure SilentLookupManager::getConfigure   [inline]
 

Reimplemented from BasicLookupManager.

00052 {
00053     try {
00054         return super.getConfigure();
00055     }
00056     catch(org.omg.CORBA.SystemException ex) { return null; }
00057 }

HxCorba.Database SilentLookupManager::getDatabase   [inline]
 

Reimplemented from BasicLookupManager.

00060 {
00061     try {
00062         return super.getDatabase();
00063     }
00064     catch(org.omg.CORBA.SystemException ex) { return null; }
00065 }

HxCorba.TVCapture SilentLookupManager::getTVCapture   [inline]
 

Reimplemented from BasicLookupManager.

00068 {
00069     try {
00070         return super.getTVCapture();
00071     }
00072     catch(org.omg.CORBA.SystemException ex) { return null; }
00073 }

HxCorba.WebImageFactory SilentLookupManager::getWebImageFactory   [inline]
 

Reimplemented from BasicLookupManager.

00076 {
00077     try {
00078         return super.getWebImageFactory();
00079     }
00080     catch(org.omg.CORBA.SystemException ex) { return null; }
00081 }

HxCorba.VideoPlayerFactory SilentLookupManager::getVideoPlayerFactory   [inline]
 

Reimplemented from BasicLookupManager.

00084 {
00085     try {
00086         return super.getVideoPlayerFactory();
00087     }
00088     catch(org.omg.CORBA.SystemException ex) { return null; }
00089 }

org.omg.CORBA.Repository SilentLookupManager::getRepository   [inline]
 

Reimplemented from BasicLookupManager.

00092 {
00093     try {
00094         return super.getRepository();
00095     }
00096     catch(org.omg.CORBA.SystemException ex) { return null; }
00097 }

org.omg.CosNaming.NamingContext SilentLookupManager::getNameService   [inline]
 

Reimplemented from BasicLookupManager.

00100 {
00101     try {
00102         return super.getNameService();
00103     }
00104     catch(org.omg.CORBA.SystemException ex) { return null; }
00105 }


The documentation for this class was generated from the following file:
Generated on Tue Feb 3 14:19:52 2004 for JavaReference by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001