All Packages Class Hierarchy This Package Previous Next Index
Class ncsa.habanero.Constant
java.lang.Object
|
+----ncsa.habanero.Constant
- public class Constant
- extends Object
-
ACCESS_HABANERO_DIR
-
-
HABANERO_DIR
-
-
HABANERO_DIR_NAME
-
-
instance
-
-
LOCAL
-
-
props
-
-
propsfile
-
-
separator
-
-
separatorChar
-
-
URL
-
-
USER_PROPS
-
-
Constant(boolean, String)
-
-
getProperty(String)
-
-
getPropertyP(String)
-
-
initProperties(boolean, String)
-
-
instance()
-
-
makeParticipant(String, int)
-
-
makeParticipantP(String, int)
-
-
setProperty(String, String)
-
-
setPropertyP(String, String)
-
LOCAL
public static final int LOCAL
URL
public static final int URL
HABANERO_DIR
public static String HABANERO_DIR
ACCESS_HABANERO_DIR
public static int ACCESS_HABANERO_DIR
props
protected Properties props
USER_PROPS
protected String USER_PROPS
HABANERO_DIR_NAME
protected String HABANERO_DIR_NAME
propsfile
protected String propsfile
separator
protected String separator
separatorChar
protected char separatorChar
instance
protected static Constant instance
Constant
public Constant(boolean url,
String location)
instance
public static Constant instance() throws IllegalArgumentException
initProperties
protected void initProperties(boolean url,
String location)
getProperty
public static String getProperty(String key)
getPropertyP
protected String getPropertyP(String key)
setProperty
public static void setProperty(String key,
String value)
setPropertyP
protected void setPropertyP(String key,
String value)
makeParticipant
public static SessionParticipant makeParticipant(String host,
int port)
makeParticipantP
protected SessionParticipant makeParticipantP(String host,
int port)
All Packages Class Hierarchy This Package Previous Next Index