|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.capsd.AbstractPlugin
org.opennms.netmgt.capsd.AbstractTcpPlugin
org.opennms.netmgt.capsd.plugins.DominoIIOPPlugin
public final class DominoIIOPPlugin
This class is designed to be used by the capabilities daemon to test for the existance of an IIOP on a Domino server on remote interfaces. The class implements the Plugin interface that allows it to be used along with other plugins by the daemon.
| Nested Class Summary | |
|---|---|
static class |
DominoIIOPPlugin.DominoConnectionConfig
Encapsulates the configuration characteristics unique to a DominoIIOP connection |
| Constructor Summary | |
|---|---|
DominoIIOPPlugin()
Constructor for DominoIIOPPlugin. |
|
| Method Summary | |
|---|---|
protected boolean |
checkProtocol(Socket socket,
ConnectionConfig config)
checkProtocol |
protected ConnectionConfig |
createConnectionConfig(InetAddress address,
int port)
createConnectionConfig |
protected void |
populateConnectionConfig(ConnectionConfig connConfig,
Map<String,Object> qualifiers)
populateConnectionConfig |
protected boolean |
preconnectCheck(ConnectionConfig tcpConfig)
preconnectCheck |
protected void |
saveConfig(ConnectionConfig config)
saveConfig |
| Methods inherited from class org.opennms.netmgt.capsd.AbstractTcpPlugin |
|---|
checkConnection, closeSocket, getConnectionConfigList, getKeyedInteger, getKeyedIntegerArray, getPluginName, getProtocolName, isProtocolSupported, isProtocolSupported, saveConfig, saveKeyedInteger, setPluginName, wrapSocket |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DominoIIOPPlugin()
Constructor for DominoIIOPPlugin.
| Method Detail |
|---|
protected boolean checkProtocol(Socket socket,
ConnectionConfig config)
checkProtocol
checkProtocol in class AbstractTcpPluginsocket - a Socket object.config - a ConnectionConfig object.
protected ConnectionConfig createConnectionConfig(InetAddress address,
int port)
createConnectionConfig
createConnectionConfig in class AbstractTcpPluginaddress - a InetAddress object.port - a int.
ConnectionConfig object.
protected void populateConnectionConfig(ConnectionConfig connConfig,
Map<String,Object> qualifiers)
populateConnectionConfig
populateConnectionConfig in class AbstractTcpPluginconnConfig - a ConnectionConfig object.qualifiers - a Map object.protected boolean preconnectCheck(ConnectionConfig tcpConfig)
preconnectCheck
preconnectCheck in class AbstractTcpPlugintcpConfig - a ConnectionConfig object.
protected void saveConfig(ConnectionConfig config)
saveConfig
config - a ConnectionConfig object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||