All Packages Class Hierarchy This Package Previous Next Index
Class ncsa.env.abstraction.Const
java.lang.Object
|
+----ncsa.habanero.Constant
|
+----ncsa.env.abstraction.Const
- public class Const
- extends Constant
-
AUTO_ACCEPT
-
-
INVIT_ASYNCH
-
-
INVIT_BOTH
-
-
INVIT_SYNCH
-
-
INVIT_SYNCH_OR_ASYNCH
-
-
NONAUTO_ACCEPT
-
-
Const(boolean, String, String)
-
-
getFile(String)
-
-
getFileP(String)
-
-
makeParticipantP(String, int)
-
-
saveProperties()
-
AUTO_ACCEPT
public static final int AUTO_ACCEPT
NONAUTO_ACCEPT
public static final int NONAUTO_ACCEPT
INVIT_SYNCH
public static final int INVIT_SYNCH
INVIT_ASYNCH
public static final int INVIT_ASYNCH
INVIT_SYNCH_OR_ASYNCH
public static final int INVIT_SYNCH_OR_ASYNCH
INVIT_BOTH
public static final int INVIT_BOTH
Const
public Const(boolean url,
String location,
String lang)
getFile
public static String getFile(String key)
getFileP
public String getFileP(String key)
saveProperties
public static void saveProperties()
makeParticipantP
protected SessionParticipant makeParticipantP(String host,
int port)
- Overrides:
- makeParticipantP in class Constant
All Packages Class Hierarchy This Package Previous Next Index