All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ncsa.habanero.Constant

java.lang.Object
   |
   +----ncsa.habanero.Constant

public class Constant
extends Object

Variable Index

 o ACCESS_HABANERO_DIR
 o HABANERO_DIR
 o HABANERO_DIR_NAME
 o instance
 o LOCAL
 o props
 o propsfile
 o separator
 o separatorChar
 o URL
 o USER_PROPS

Constructor Index

 o Constant(boolean, String)

Method Index

 o getProperty(String)
 o getPropertyP(String)
 o initProperties(boolean, String)
 o instance()
 o makeParticipant(String, int)
 o makeParticipantP(String, int)
 o setProperty(String, String)
 o setPropertyP(String, String)

Variables

 o LOCAL
 public static final int LOCAL
 o URL
 public static final int URL
 o HABANERO_DIR
 public static String HABANERO_DIR
 o ACCESS_HABANERO_DIR
 public static int ACCESS_HABANERO_DIR
 o props
 protected Properties props
 o USER_PROPS
 protected String USER_PROPS
 o HABANERO_DIR_NAME
 protected String HABANERO_DIR_NAME
 o propsfile
 protected String propsfile
 o separator
 protected String separator
 o separatorChar
 protected char separatorChar
 o instance
 protected static Constant instance

Constructors

 o Constant
 public Constant(boolean url,
                 String location)

Methods

 o instance
 public static Constant instance() throws IllegalArgumentException
 o initProperties
 protected void initProperties(boolean url,
                               String location)
 o getProperty
 public static String getProperty(String key)
 o getPropertyP
 protected String getPropertyP(String key)
 o setProperty
 public static void setProperty(String key,
                                String value)
 o setPropertyP
 protected void setPropertyP(String key,
                             String value)
 o makeParticipant
 public static SessionParticipant makeParticipant(String host,
                                                  int port)
 o makeParticipantP
 protected SessionParticipant makeParticipantP(String host,
                                               int port)

All Packages  Class Hierarchy  This Package  Previous  Next  Index