Main Page Packages Compound List File List Compound Members
Example |
Brief Description |
A simple component that |
|
A component that uses Xml binding. |
|
A component that uses Callback. |
|
A component that uses Monitor. |
|
A client that requests the Manager for Dynamic Components. |
|
This is a simple Java component that accesses an existing C++ Distributed Object to set its brightness. It implements HelloDemoOperations and ComponentLifecycle.
This example demonstrates the use of entity objects that are transported over the network as serialized XML. It extends ComponentImplBase. XmlComponentJ, uses binding classes which are produced at build-time from the XML schemas and can marshal and unmarashal xml data. In addition to methods for testing the transparent-xml feature, there is the method sayHello which is meant to internally contact another component (HelloDemo).
It uses a CBvoid CORBA object that it passes to a component (HelloDemo
It uses a CBdouble CORBA object that it passes to a component (HelloDemo. T.
This example implements a simple GUI to instantiate Dynamic Components using the interfaces provided for this purpose by the Manager.