SAP CC 3.0 BART API

com.highdeal.bart.hci
Class RegisterMonitoringClientOp

java.lang.Object
  extended by com.highdeal.bart.hci.RegisterMonitoringClientOp

public class RegisterMonitoringClientOp
extends java.lang.Object

This operation allows to register a monitoring client.

Operation Failure Exception :
EventFailureException

XML Schema Fragment
<xs:element name="registerMonitoringClient">
   <xs:complexType>
     <xs:attribute name="address" type="xs:string"/>
     <xs:attribute name="port" type="xs:integer"/>
   </xs:complexType>
 </xs:element>

Constructor Summary
RegisterMonitoringClientOp()
          Builds an empty operation.
 
Method Summary
 void addCharacterData(java.lang.String cData)
           
 void addChild(java.lang.String tagName, XMLMarshallable child)
           
 java.lang.String getAddress()
          Gets the listening client address
 java.lang.String getName()
          Gets the XML attribute name.
 int getPort()
          Gets the client listening port
 void marshal(XMLOutputter output)
           
 void setAddress(java.lang.String address)
          Sets the listening client address.
 void setAttributes(XMLAttributes atts)
           
 void setPort(int port)
          Sets the client listening port.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegisterMonitoringClientOp

public RegisterMonitoringClientOp()
Builds an empty operation.

Method Detail

getName

public java.lang.String getName()
Gets the XML attribute name.

Returns:
the XML attribute name.

getAddress

public java.lang.String getAddress()
Gets the listening client address

Returns:
the listening client address

setAddress

public void setAddress(java.lang.String address)
Sets the listening client address.

Parameters:
address - the listening client address

getPort

public int getPort()
Gets the client listening port

Returns:
the client listening port

setPort

public void setPort(int port)
Sets the client listening port.

Parameters:
port - the client listening port

setAttributes

public void setAttributes(XMLAttributes atts)

addCharacterData

public void addCharacterData(java.lang.String cData)

addChild

public void addChild(java.lang.String tagName,
                     XMLMarshallable child)

marshal

public void marshal(XMLOutputter output)

SAP CC 3.0 BART API

(c) Copyright 2011 SAP AG. All rights reserved. SAP Convergent Charging 3.0