com.e_c_group.bwptk
Class OCIClient

java.lang.Object
  extended by com.e_c_group.bwptk.OCIClient

public class OCIClient
extends java.lang.Object


Method Summary
static java.lang.String formatOutput(java.lang.String str)
           
 java.lang.String getVersion()
           
static void main(java.lang.String[] args)
           
 boolean requestLogin(java.lang.String nonce)
          Sends a requestLogin command to the server.
 boolean requestLogout()
          Sends a requestLogout command to the server.
 boolean SessionStart()
          Sends a SessionStartRequest command to the server.
 boolean SessionStop()
          Sends a SessionStartRequest command to the server.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getVersion

public java.lang.String getVersion()

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception

requestLogin

public boolean requestLogin(java.lang.String nonce)
Sends a requestLogin command to the server.

Parameters:
nonce -
Returns:
true on successful command completion, false on failure.

requestLogout

public boolean requestLogout()
Sends a requestLogout command to the server.

Returns:
true on successful command completion, false on failure.

SessionStart

public boolean SessionStart()
Sends a SessionStartRequest command to the server.

Returns:
true on successful command completion, false on failure.

SessionStop

public boolean SessionStop()
Sends a SessionStartRequest command to the server.

Returns:
true on successful command completion, false on failure.

formatOutput

public static java.lang.String formatOutput(java.lang.String str)