org.sblim.wbem.client.indications
Class CIMIndicationHandler

java.lang.Object
  extended by org.sblim.wbem.http.HttpContentHandler
      extended by org.sblim.wbem.client.indications.CIMIndicationHandler

public class CIMIndicationHandler
extends HttpContentHandler

Handles the HTTP connections, providing the necesary interfaces for CIMListener server.


Constructor Summary
CIMIndicationHandler(CIMEventDispatcher pDispatcher)
           
CIMIndicationHandler(CIMEventDispatcher pDispatcher, SessionProperties pProperties)
           
 
Method Summary
 void close()
           
 int getMsgID()
           
 void handleContent(MessageReader pReader, MessageWriter pWriter, java.net.InetAddress pInetAddress)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CIMIndicationHandler

public CIMIndicationHandler(CIMEventDispatcher pDispatcher)

CIMIndicationHandler

public CIMIndicationHandler(CIMEventDispatcher pDispatcher,
                            SessionProperties pProperties)
Method Detail

close

public void close()
Specified by:
close in class HttpContentHandler

getMsgID

public int getMsgID()

handleContent

public void handleContent(MessageReader pReader,
                          MessageWriter pWriter,
                          java.net.InetAddress pInetAddress)
                   throws HttpException,
                          java.io.IOException
Specified by:
handleContent in class HttpContentHandler
Throws:
HttpException
java.io.IOException


Copyright © 2005, 2006 IBM Corporation. All Rights Reserved.