Main Page   Packages   Class Hierarchy   Compound List   File List   Compound Members  

DelegateFactory Interface Reference

Inheritance diagram for DelegateFactory:

Inheritance graph
[legend]
List of all members.

Public Methods

DavidDelegate newDelegate (ObjectImpl implementation)

Detailed Description

A delegate factory is used to provide a delegate to a given object implementation.

Definition at line 35 of file DelegateFactory.java.


Member Function Documentation

DavidDelegate DelegateFactory::newDelegate ( ObjectImpl implementation )
 

Returns the delegate of the provided implementation.

If implementation already had a delegate, the latter is returned. Otherwise, the method creates a new delegate, associates it with the implementation, and returns the new delegate.

Parameters:
implementation   a CORBA Object implementation
Returns:
the delegate of the implementation.

Reimplemented in JDelegateFactory.

Referenced by SOAImpl::export(), and MOAImpl::export().


The documentation for this interface was generated from the following file:
Generated at Fri May 31 19:24:01 2002 for Jonathan by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001