org.opennms.bb.dp.common.components
Class PollerSession
java.lang.Object
|
+--org.opennms.bb.dp.common.components.PollerSession
- public class PollerSession
- extends Object
PollerSession holds information pertaining to the JSDT sessions
between the poller processes(spmd, discovery, capsd)
- Version:
- $Revision: 1.11 $
- Author:
- Sowmya, OpenNMS
Method Summary |
static void |
disconnect(com.sun.media.jsdt.Client client,
com.sun.media.jsdt.Channel channel,
com.sun.media.jsdt.Session session)
|
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
hostName
public static final String hostName
Defines the hostname of the JSDT server where
the JSDT register is located.
sessionType
public static final String sessionType
Defines the type of communication channel and
which registry will be contacted for session and
client creation.
discToCapsdSessionName
public static final String discToCapsdSessionName
- Communication between discovery and capsd
discToCapsdChannelName
public static final String discToCapsdChannelName
capsdToDiscChannelName
public static final String capsdToDiscChannelName
discCapsdPort
public static final int discCapsdPort
monitorSessionName
public static final String monitorSessionName
- Communication between ICMP Service Monitor and Discovery
monitorRequestChannelName
public static final String monitorRequestChannelName
monitorReplyChannelName
public static final String monitorReplyChannelName
monitorPort
public static final int monitorPort
eventsSessionName
public static final String eventsSessionName
- Communication with eventd
eventsRecvChannelName
public static final String eventsRecvChannelName
eventsSendChannelName
public static final String eventsSendChannelName
eventsPort
public static final int eventsPort
PollerSession
public PollerSession()
disconnect
public static void disconnect(com.sun.media.jsdt.Client client,
com.sun.media.jsdt.Channel channel,
com.sun.media.jsdt.Session session)