Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.obinary.cms.beans
Class SubscriberInfo  view SubscriberInfo download SubscriberInfo.java

java.lang.Object
  extended bycom.obinary.cms.beans.SubscriberInfo

public class SubscriberInfo
extends java.lang.Object

User: sameercharles Date: Apr 28, 2003 Time: 11:20:59 AM

Version:
1.0

Field Summary
private  java.lang.String address
           
private static java.util.Hashtable cachedContent
           
private static java.util.Iterator ipList
           
private  java.lang.String protocol
           
private static java.lang.String senderAddress
           
private static java.lang.String senderProtocol
           
private static java.lang.String START_PAGE
           
 
Constructor Summary
SubscriberInfo()
          constructor
SubscriberInfo(boolean init)
          constructor Initializes and cache content
 
Method Summary
private static void cacheContent()
          Cache listener content from the config repository
 java.lang.String getAddress()
           
static java.util.Enumeration getList()
          get list of all configured ip
 java.lang.String getProtocol()
           
static java.lang.String getSenderAddress()
           
static java.lang.String getSenderProtocol()
           
static void init()
          reads listener config from the config repository and caches its content in to the hash table
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

START_PAGE

private static final java.lang.String START_PAGE
See Also:
Constant Field Values

ipList

private static java.util.Iterator ipList

cachedContent

private static java.util.Hashtable cachedContent

senderAddress

private static java.lang.String senderAddress

senderProtocol

private static java.lang.String senderProtocol

address

private java.lang.String address

protocol

private java.lang.String protocol
Constructor Detail

SubscriberInfo

public SubscriberInfo()
constructor


SubscriberInfo

public SubscriberInfo(boolean init)
               throws ElementNotFoundException,
                      RepositoryException
constructor Initializes and cache content

Method Detail

init

public static void init()
                 throws ElementNotFoundException,
                        RepositoryException

reads listener config from the config repository and caches its content in to the hash table


cacheContent

private static void cacheContent()

Cache listener content from the config repository


getList

public static java.util.Enumeration getList()
                                     throws java.lang.Exception

get list of all configured ip


getSenderAddress

public static java.lang.String getSenderAddress()

getSenderProtocol

public static java.lang.String getSenderProtocol()

getAddress

public java.lang.String getAddress()

getProtocol

public java.lang.String getProtocol()