- LoadContestDataException - Exception in edu.csus.ecs.pc2.api.exceptions
-
Exception loading contest data (contest.yaml).
- LoadContestDataException(String) - Constructor for exception edu.csus.ecs.pc2.api.exceptions.LoadContestDataException
-
- login(String[]) - Method in class edu.csus.ecs.pc2.api.BaseClient
-
Login and perform onLoginAction().
- login(String, String) - Method in class edu.csus.ecs.pc2.api.ServerConnection
-
Login to the PC2 server represented by this ServerConnection using the specified login account name and password.
- LoginFailureException - Exception in edu.csus.ecs.pc2.api.exceptions
-
This class defines the Exception which is thrown when a failure occurs during
a client's attempt to connect to a PC2 server through the PC2 API.
- LoginFailureException(String, Throwable) - Constructor for exception edu.csus.ecs.pc2.api.exceptions.LoginFailureException
-
- LoginFailureException(Throwable) - Constructor for exception edu.csus.ecs.pc2.api.exceptions.LoginFailureException
-
- LoginFailureException(String) - Constructor for exception edu.csus.ecs.pc2.api.exceptions.LoginFailureException
-
- logoff() - Method in class edu.csus.ecs.pc2.api.ContestTestFrame
-
- logoff() - Method in class edu.csus.ecs.pc2.api.ServerConnection
-
Logoff/disconnect from the PC2 Server.