org.opennms.netmgt.provision.detector.simple.client
Class DominoIIOPClient

java.lang.Object
  extended by org.opennms.netmgt.provision.detector.simple.client.LineOrientedClient
      extended by org.opennms.netmgt.provision.detector.simple.client.DominoIIOPClient
All Implemented Interfaces:
Client<LineOrientedRequest,LineOrientedResponse>

public class DominoIIOPClient
extends LineOrientedClient

DominoIIOPClient class.

Version:
$Id: $
Author:
thedesloge

Field Summary
 
Fields inherited from class org.opennms.netmgt.provision.detector.simple.client.LineOrientedClient
m_socket
 
Constructor Summary
DominoIIOPClient()
           
 
Method Summary
 void connect(InetAddress host, int port, int timeout)
          connect
 int getIorPort()
          getIorPort
 void setIorPort(int iorPort)
          setIorPort
 
Methods inherited from class org.opennms.netmgt.provision.detector.simple.client.LineOrientedClient
close, getInput, getOutput, receiveBanner, sendRequest, setInput, setOutput
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DominoIIOPClient

public DominoIIOPClient()
Method Detail

connect

public void connect(InetAddress host,
                    int port,
                    int timeout)
             throws IOException,
                    Exception

connect

Specified by:
connect in interface Client<LineOrientedRequest,LineOrientedResponse>
Overrides:
connect in class LineOrientedClient
Parameters:
host - a InetAddress object.
port - a int.
timeout - a int.
Throws:
IOException - if any.
Exception - if any.

setIorPort

public void setIorPort(int iorPort)

setIorPort

Parameters:
iorPort - a int.

getIorPort

public int getIorPort()

getIorPort

Returns:
a int.


Copyright © 2011. All Rights Reserved.