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

StubRepositoryGuard Interface Reference

Use a StubRepositoryGuard to take care how components update the StubRepository. More...

Inheritance diagram for StubRepositoryGuard::

TestApp List of all members.

Public Methods

void addStub (String intfId, String name, Object stub)
void removeStub (String intfId, String name)

Detailed Description

Use a StubRepositoryGuard to take care how components update the StubRepository.

A StubRepositoryGuard can decide, for instance, to store an image under the HxCorba.ImageData type instead of HxCorba.ImageRep type. Or store the stub under a different name (because the specified name is already occupied).


Member Function Documentation

void StubRepositoryGuard::addStub String    intfId,
String    name,
Object    stub
 

Reimplemented in TestApp.

void StubRepositoryGuard::removeStub String    intfId,
String    name
 

Reimplemented in TestApp.


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