com.sybase.uep.bobclient.actions
Class LogoutAction

java.lang.Object
  extended by com.sybase.uep.bobclient.actions.Action
      extended by com.sybase.uep.bobclient.actions.LogoutAction
All Implemented Interfaces:
IBOBAction, java.lang.Runnable

public class LogoutAction
extends Action

This is the logout action class.

This will remove the username and password from the active profile and exits the client application

Author:
tdang
See Also:
Action

Constructor Summary
LogoutAction()
          Constructor to create a logout action
 
Method Summary
 void run()
          (non-Javadoc)
 
Methods inherited from class com.sybase.uep.bobclient.actions.Action
finish, hasFailed, isProcessing, setHasFailed, setIsProcessing
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogoutAction

public LogoutAction()
Constructor to create a logout action

Method Detail

run

public void run()
(non-Javadoc)

See Also:
Runnable.run()