org.sblim.cimclient.internal.wbem.indications
Class CIMIndicationHandler

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

public class CIMIndicationHandler
extends HttpContentHandler

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


Constructor Summary
CIMIndicationHandler(CIMEventDispatcher pDispatcher)
          Ctor.
CIMIndicationHandler(CIMEventDispatcher pDispatcher, WBEMConfiguration pProperties)
          Ctor.
 
Method Summary
 void close()
          Closes the handler
 int getMsgID()
          getMsgID
 void handleContent(MessageReader pReader, MessageWriter pWriter, java.net.InetAddress pInetAddress, java.lang.String pLocalAddress)
          Handles the content of a given connection
 
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)
Ctor.

Parameters:
pDispatcher -

CIMIndicationHandler

public CIMIndicationHandler(CIMEventDispatcher pDispatcher,
                            WBEMConfiguration pProperties)
Ctor.

Parameters:
pDispatcher -
pProperties -
Method Detail

close

public void close()
Description copied from class: HttpContentHandler
Closes the handler

Specified by:
close in class HttpContentHandler

getMsgID

public int getMsgID()
getMsgID

Returns:
int

handleContent

public void handleContent(MessageReader pReader,
                          MessageWriter pWriter,
                          java.net.InetAddress pInetAddress,
                          java.lang.String pLocalAddress)
                   throws HttpException,
                          java.io.IOException
Description copied from class: HttpContentHandler
Handles the content of a given connection

Specified by:
handleContent in class HttpContentHandler
Parameters:
pReader - The reader of the connection
pWriter - The writer of the connection
pInetAddress - The remote network address
pLocalAddress - The local network address
Throws:
HttpException
java.io.IOException


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