Top   Module   Use   Manual   Index 
 NESTED MODULES | SERVICES | INTERFACES | STRUCTS | EXCEPTIONS | ENUMS | TYPEDEFS | CONSTANT GROUPS 

com :: sun :: star ::

module bridge

Description
Interfaces for building bridges to other component models.


Services

Bridge This meta service allows the bridgefactory service to instantiate an interprocess bridge using a certain transfer protocol.
BridgeFactory allows to create new or access existing interprocess bridges.
IiopBridge Concrete service of the meta service Bridge for iiop.
OleApplicationRegistration registers standard UNO objects to OLE Automation.
OleBridgeSupplier makes it possible to generate OLE bridges to UNO objects and vice versa.
OleBridgeSupplier2 maps UNO types to COM types and vice versa.
OleObjectFactory makes it possible to create OLE objects as UNO objects.
UnoUrlResolver provides the ability to access remote processes, resolving them by an UNO url.
UrpBridge Concrete service of the meta service Bridge for the urp protocol.

Interfaces

XBridge main interface for an interprocess bridge.
XBridgeFactory factory to create interprocess bridges.
XBridgeSupplier defines the interface for creating bridges to other object models.
XBridgeSupplier2 defines the interface for creating bridges to other object models.
XInstanceProvider allows to export UNO objects to other processes.
XProtocolProperties Bridge internal interface, that allows to change protocol settings of the remote counter part.
XUnoUrlResolver allows to resolve an object using the uno-url.

Structs

ProtocolProperty string/value pair

Exceptions

BridgeExistsException Indicates, that it was tried to create a remote bridge with a name, which already existed.
InvalidProtocolChangeException Indicates, that a requested property change could not be executed by the remote counterpart.

Constant Groups

ModelDependent These constants are used to specify model-dependant representations.

Top of Page