ftex.repman
Class RepmanDebug

java.lang.Object
  extended byftex.repman.RepmanDebug

public class RepmanDebug
extends java.lang.Object


Nested Class Summary
static class RepmanDebug.Updater
           
 
Field Summary
static boolean DEBUG
           
static HeartBeat[] hb
           
static int heartBeatInterval
           
static javax.naming.Context jndiContext
           
static java.lang.String jndiServer
           
static java.util.HashMap map
           
static java.util.ArrayList servers
           
static java.lang.String serversFile
           
 
Constructor Summary
RepmanDebug()
           
 
Method Summary
static javax.naming.Context getInitialContext()
          Get JNDI Context
static int getInt(java.lang.String name)
          Getting Strings from JNDI
static void main(java.lang.String[] args)
           
static void put(java.lang.String name, int i)
           
static void put(java.lang.String name, java.lang.String s)
          Putting stuff into JNDI
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

jndiContext

public static javax.naming.Context jndiContext

heartBeatInterval

public static int heartBeatInterval

jndiServer

public static java.lang.String jndiServer

serversFile

public static java.lang.String serversFile

servers

public static java.util.ArrayList servers

hb

public static HeartBeat[] hb

DEBUG

public static boolean DEBUG

map

public static java.util.HashMap map
Constructor Detail

RepmanDebug

public RepmanDebug()
Method Detail

main

public static void main(java.lang.String[] args)

getInitialContext

public static javax.naming.Context getInitialContext()
                                              throws javax.naming.NamingException
Get JNDI Context

Throws:
javax.naming.NamingException

put

public static void put(java.lang.String name,
                       java.lang.String s)
Putting stuff into JNDI


put

public static void put(java.lang.String name,
                       int i)

getInt

public static int getInt(java.lang.String name)
Getting Strings from JNDI