org.opennms.bb.dp.common.components
Class PollerJSDTConstants

java.lang.Object
  |
  +--org.opennms.bb.dp.common.components.PollerJSDTConstants

public final class PollerJSDTConstants
extends Object

PollerJSDTConstants holds information pertaining to the JSDT sessions between the poller processes(spmd, discovery, capsd)

Version:
$Revision: 1.3 $
Author:
Sowmya, OpenNMS

Field Summary
static String CAPSDTODISCCHANNELNAME
           
static String DISCTOCAPSDCHANNELNAME
           
static String EVENTS_SESSION_NAME
          The Events session used by the event subcystem and discovery and capsd
static int EVENTS_SESSION_PORT
           
static String EVENTS_SINK_CHANNEL
           
static String EVENTS_SOURCE_CHANNEL
           
static String HOSTNAME
          Defines the hostname of the JSDT server where the JSDT register is located.
static String REGISTRY_TYPE
          Defines the type of communication channel and which registry will be contacted for session and client creation.
 
Constructor Summary
PollerJSDTConstants()
           
 
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.


REGISTRY_TYPE

public static final String REGISTRY_TYPE

Defines the type of communication channel and which registry will be contacted for session and client creation.


EVENTS_SESSION_NAME

public static final String EVENTS_SESSION_NAME
The Events session used by the event subcystem and discovery and capsd

DISCTOCAPSDCHANNELNAME

public static final String DISCTOCAPSDCHANNELNAME

CAPSDTODISCCHANNELNAME

public static final String CAPSDTODISCCHANNELNAME

EVENTS_SESSION_PORT

public static final int EVENTS_SESSION_PORT

EVENTS_SOURCE_CHANNEL

public static final String EVENTS_SOURCE_CHANNEL

EVENTS_SINK_CHANNEL

public static final String EVENTS_SINK_CHANNEL
Constructor Detail

PollerJSDTConstants

public PollerJSDTConstants()
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)