[Previous] [Contents] [Next] [IONA Technologies]


CORBA.ProxyFactory


Contents

CORBA.ProxyFactory.New()



Synopsis:

ProxyFactory is the base class for OrbixWeb proxy factory classes. OrbixWeb allows smart proxies to be implemented for IDL interfaces, as described in Chapter 22, "Smart Proxies" in the OrbixWeb Programming Guide. When implementing a smart proxy, it is necessary to declare a derived class of the default proxy factory class for an IDL type and override the proxy factory New() method.

OrbixWeb:

Notes:

OrbixWeb specific.



CORBA.ProxyFactory.New()


Synopsis:

Description:

This method should be overridden in a derived smart proxy class. The derived method will be invoked by OrbixWeb each time a new smart proxy should be created. OrbixWeb passes the required object reference string to this method in the ref parameter.

Return Value:

Returns the new proxy object reference.

Notes:

OrbixWeb specific.



[Roadmap] [Utilities] [Compiling] [Configuration]
[Class Reference] [IR Reference] [Daemon Reference] [IDL Grammar] [System Exceptions]
[Index]