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

Field Summary
static String capsdToDiscChannelName
           
static int discCapsdPort
           
static String discToCapsdChannelName
           
static String discToCapsdSessionName
          Communication between discovery and capsd
static int eventsPort
           
static String eventsRecvChannelName
           
static String eventsSendChannelName
           
static String eventsSessionName
          Communication with eventd
static String hostName
          Defines the hostname of the JSDT server where the JSDT register is located.
static int monitorPort
           
static String monitorReplyChannelName
           
static String monitorRequestChannelName
           
static String monitorSessionName
          Communication between ICMP Service Monitor and Discovery
static String sessionType
          Defines the type of communication channel and which registry will be contacted for session and client creation.
 
Constructor Summary
PollerSession()
           
 
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
 

Field Detail

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
Constructor Detail

PollerSession

public PollerSession()
Method Detail

disconnect

public static void disconnect(com.sun.media.jsdt.Client client,
                              com.sun.media.jsdt.Channel channel,
                              com.sun.media.jsdt.Session session)