![]() | |
[Become a member of the ObjectWeb Consortium! Membership is free for individuals.] |
OpenCCM:
| Download Documentation Mailing Lists Partners License History |
Developers' Corner:
| How to Contribute Workplan CVS Repository Bug Tracking ObjectWeb Forge Site User Mailing List Team Mailing List |
About OpenCCM:
| Team Contacts |
ObjectWeb Resources:
| FAQ Mailing Lists CVS Repositories Search ObjectWeb Forge Mirror Sites |
Table of ContentsWarning: The OpenCCM User's Guide is now split into the following documents:
The console description
The OpenCCM Browser is a graphical console tool for browsing and interacting
with components at runtime. To start this console, use the Here is an example of the OpenCCM console GUI managing the demo3 demo:
Available CORBA customizationsThis part describes the personalization concerning the CORBA objects. In fact, what is happening when the console finds a CORBA object. org.omg.CORBA.ORBExpanded node view
Displays the list of the initially available CORBA object references,
such as org.omg.PortableServer.POAExpanded node viewShows the current set of all children POAs of the given POA. org.omg.CORBA.Container (i.e. Interface Repository)Expanded node viewLists the content of the given container. org.omg.CosNaming.NamingContext (i.e. NameService)Expanded node viewGives the list of binding objects from the given naming context. Available Actions
Available CCM customizationsThis part details the personalization concerning the CORBA Component Model objects. org.objectweb.ccm.Deployment.ServerExpanded node viewProvides the references to ComponentServer and ComponentInstallation objects. org.omg.Components.Deployment.ComponentInstallationAvailable Actions
org.omg.Components.Deployment.ComponentServerExpanded node viewDisplays all created container references. Available Actions
org.omg.Components.Deployment.ContainerExpanded node view
Gives the list of Available Actions
org.omg.Components.CCMHomeExpanded node viewProvides the list of components managed by the given home. It displays the OMG IDL component type as key. Available Actions
org.omg.Components.KeylessCCMHomeAvailable Actions
org.omg.Components.CCMObjectExpanded node viewDisplays the description of the all component's ports. Available Actions
org.omg.Components.ReceptacleDescriptionExpanded node viewGives all the connections of the given receptacle. Available Actions
org.omg.Components.PublisherDescriptionExpanded node viewGives all the consumers of the given publisher. Available Actions
The demos3 customizationsHere is the list of of the added personalization for demo called demo3. org.objectweb.ccm.demo3.ServerHomeExpanded node view
Gives all the
org.objectweb.ccm.demo3.ClientHomeExpanded node view
Gives all the
org.objectweb.ccm.demo3.ConsumerHomeExpanded node view
Gives all the
Warning: Note that the demo1 and the chat demos have the same personalizations. The dinner demo customizationsHere is the list of the added personalization for demo called dinner. DiningPhilosophers.PhilosopherHomeExpanded node view
Gives all the The filetransfer customizationsHere is the list of the added personalization for demo called filetransfer. org.objectweb.ccm.filetransfer.TVHomeExpanded node view
Gives all the
org.objectweb.ccm.filetransfer.ChannelHomeExpanded node view
Gives all the
org.objectweb.ccm.filetransfer.ProgHomeExpanded node view
Gives all the
How to write your own plugin?In order to help you to write customization of your own application, a user's guide will be written soon. Before that, you can take inspiration from the existing demo personalization. |