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

CorbaMediator Class Reference

Singleton class that acts as a mediator to COBRA, e.g. More...

Inheritance diagram for CorbaMediator::

AppletCorbaMediator FullCorbaMediator List of all members.

Public Methods

abstract boolean hasInProcServer ()
abstract boolean hasLocalServer ()
abstract boolean isServerObject (org.omg.CORBA.Object obj)
abstract boolean isAlive (org.omg.CORBA.Object obj)
abstract org.omg.CORBA.ORB orb ()
abstract String object_to_string (org.omg.CORBA.Object obj)
abstract org.omg.CORBA.Object string_to_object (String ref)
abstract org.omg.CORBA.Object getInitialObject (String name)
abstract org.omg.CORBA.Object getService (String name)
abstract String registerApp (HxCorba.AppOperations app, String prefix)
abstract void unregisterApp (String name)
abstract RgbTransferManager createRgbTxMgr (int size, org.omg.CORBA.Object src)

Static Public Methods

CorbaMediator instance ()

Protected Methods

 CorbaMediator ()

Detailed Description

Singleton class that acts as a mediator to COBRA, e.g.

the ORB.


Constructor & Destructor Documentation

CorbaMediator::CorbaMediator   [inline, protected]
 

00045 {
00046     _instance = this;
00047 }


Member Function Documentation

CorbaMediator CorbaMediator::instance   [inline, static]
 

00022 {
00023     return _instance;
00024 }

abstract boolean CorbaMediator::hasInProcServer   [pure virtual]
 

Reimplemented in AppletCorbaMediator, and FullCorbaMediator.

abstract boolean CorbaMediator::hasLocalServer   [pure virtual]
 

Reimplemented in AppletCorbaMediator, and FullCorbaMediator.

abstract boolean CorbaMediator::isServerObject org.omg.CORBA.Object    obj [pure virtual]
 

Reimplemented in AppletCorbaMediator, and FullCorbaMediator.

abstract boolean CorbaMediator::isAlive org.omg.CORBA.Object    obj [pure virtual]
 

Reimplemented in AppletCorbaMediator, and FullCorbaMediator.

abstract org.omg.CORBA.ORB CorbaMediator::orb   [pure virtual]
 

Reimplemented in AppletCorbaMediator, and FullCorbaMediator.

abstract String CorbaMediator::object_to_string org.omg.CORBA.Object    obj [pure virtual]
 

Reimplemented in AppletCorbaMediator, and FullCorbaMediator.

abstract org.omg.CORBA.Object CorbaMediator::string_to_object String    ref [pure virtual]
 

Reimplemented in AppletCorbaMediator, and FullCorbaMediator.

abstract org.omg.CORBA.Object CorbaMediator::getInitialObject String    name [pure virtual]
 

Reimplemented in AppletCorbaMediator, and FullCorbaMediator.

abstract org.omg.CORBA.Object CorbaMediator::getService String    name [pure virtual]
 

Reimplemented in AppletCorbaMediator, and FullCorbaMediator.

abstract String CorbaMediator::registerApp HxCorba.AppOperations    appOper,
String    prefix
[pure virtual]
 

Reimplemented in AppletCorbaMediator, and FullCorbaMediator.

abstract void CorbaMediator::unregisterApp String    name [pure virtual]
 

Reimplemented in AppletCorbaMediator, and FullCorbaMediator.

abstract RgbTransferManager CorbaMediator::createRgbTxMgr int    size,
org.omg.CORBA.Object    src
[pure virtual]
 

Reimplemented in AppletCorbaMediator, and FullCorbaMediator.


The documentation for this class was generated from the following file:
Generated on Mon Jan 27 15:11:17 2003 for JavaReference by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001