25.01.2013 Views

HP Software OM Tips & Techniques

HP Software OM Tips & Techniques

HP Software OM Tips & Techniques

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Example (2)<br />

Below /opt/OV/contrib/OprWsInc/clients/ you get three example implementations for:<br />

axis wcf wiseman<br />

Example: Read incidents (<strong>OM</strong> msgs) using the Wiseman client<br />

}<br />

// read message from server and print out all attributes<br />

Object incidentObject = client.read(incidentEpr);<br />

if (incidentObject instanceof Incident)<br />

{<br />

Incident inc = (Incident) incidentObject;<br />

System.out.println(IncidentHelper.getIncidentString(inc));<br />

}<br />

36 4 June 2008

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!