|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
A delegate factory is used to provide a delegate to a given object implementation.
| Method Summary | |
DavidDelegate |
newDelegate(ObjectImpl implementation)
Returns the delegate of the provided implementation. |
| Method Detail |
public DavidDelegate newDelegate(ObjectImpl 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.
implementation - a CORBA Object implementation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||