COSMOS User's Guide

Data Managers registered at the broker query

Before you use this query, process the Brokers registered at the management domain query to obtain the required data for this query.

  1. At the COSMOS prompt, type broker getDataManagers.
  2. When prompted for the broker EPR, paste in the broker EPR. You see a list of EPRs of data managers registered at the broker.

COSMOS> broker getDataManagers
Broker EPR (terminate by an empty line):
 
<wsa:EndpointReference xmlns:wsa="http://www.w3.org/2005/08/addressing">
    <wsa:ReferenceParameters xmlns:wsa="http://www.w3.org/2005/08/addressing"/>
    <wsa:Address xmlns:wsa="http://www.w3.org/2005/08/addressing">
      http://___:8080/cosmos/services/broker</wsa:Address>
</wsa:EndpointReference>
 
EPR of data mangers:
Data Manager 1:
 
<wsa:EndpointReference xmlns:wsa="http://www.w3.org/2005/08/addressing">
  <wsa:Address xmlns:wsa="http://www.w3.org/2005/08/addressing">
   http://____:8080/stat/services/org.eclipse.cosmos.dc.stat.datamgr.StatisticalDataManager
    </wsa:Address>
    <wsa:ReferenceParameters xmlns:wsa="http://www.w3.org/2005/08/addressing">
        <muse-wsa:ResourceId xmlns:muse-wsa="http://ws.apache.org/muse/addressing">
          StatDataManager</muse-wsa:ResourceId>
    </wsa:ReferenceParameters>
</wsa:EndpointReference>
Data Manager 2:
 
<wsa:EndpointReference xmlns:wsa="http://www.w3.org/2005/08/addressing">
    <wsa:Address xmlns:wsa="http://www.w3.org/2005/08/addressing">
      http://____:8080/smlmdr/services/org.eclipse.cosmos.rm.sml.mdr.impl.SmlRepositoryMdr
    </wsa:Address>
    <wsa:ReferenceParameters xmlns:wsa="http://www.w3.org/2005/08/addressing">
     <muse-wsa:ResourceId xmlns:muse-wsa="http://ws.apache.org/muse/addressing">SML_REPO_ID
     </muse-wsa:ResourceId>
    </wsa:ReferenceParameters>
</wsa:EndpointReference>
Data Manager 3:
 
<wsa:EndpointReference xmlns:wsa="http://www.w3.org/2005/08/addressing">
    <wsa:Address xmlns:wsa="http://www.w3.org/2005/08/addressing">
       http://____:8080/examplemdr/services/org.eclipse.cosmos.example.mdr.ExampleMdr
    </wsa:Address>
    <wsa:ReferenceParameters xmlns:wsa="http://www.w3.org/2005/08/addressing">
      <muse-wsa:ResourceId xmlns:muse-wsa="http://ws.apache.org/muse/addressing">Example
      </muse-wsa:ResourceId>
    </wsa:ReferenceParameters>
</wsa:EndpointReference>
Data Manager 4:
 
<wsa:EndpointReference xmlns:wsa="http://www.w3.org/2005/08/addressing">
 <wsa:Address xmlns:wsa="http://www.w3.org/2005/08/addressing">
  http://____:8080/logging/services/org.eclipse.cosmos.dc.logging.datamgr.LoggingDataManager
 </wsa:Address>
 <wsa:ReferenceParameters xmlns:wsa="http://www.w3.org/2005/08/addressing">
  <muse-wsa:ResourceId xmlns:muse-wsa="http://ws.apache.org/muse/addressing">LoggingDataManager
  </muse-wsa:ResourceId>
 </wsa:ReferenceParameters>
</wsa:EndpointReference>


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]