almapic.jpgALMA Computing Group

Main Page   Packages     Compound List   File List     Compound Members  


jcontexmpl Documentation

1.60

Example

Brief Description

HelloDemo

A simple component that

XmlComponent

A component that uses Xml binding.

LampAccess

A component that uses Callback.

LampCallback

A component that uses Monitor.

DynamicComponent

A client that requests the Manager for Dynamic Components.

   

Hello Demo

Description

This is a simple Java component that accesses an existing C++ Distributed Object to set its brightness. It implements HelloDemoOperations and ComponentLifecycle.

What can I gain from this example?

Links

Top of Page


Xml Component

Description

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).

What can I gain from this example?

Links

Top of Page


Lamp Access

Description

It uses a CBvoid CORBA object that it passes to a component (HelloDemo

What can I gain from this example?

Links

Top of Page


Lamp Callback

Description

It uses a CBdouble CORBA object that it passes to a component (HelloDemo. T.

What can I gain from this example?

Links

Top of Page


Dynamic Component

Description

This example implements a simple GUI to instantiate Dynamic Components using the interfaces provided for this purpose by the Manager.

What can I gain from this example?

Links

Top of Page