com.microfocus.cobol.connector.transport.miniServer
Class ConsoleFrame.server

java.lang.Object
  extended byjava.lang.Thread
      extended bycom.microfocus.cobol.connector.transport.miniServer.ConsoleFrame.server
All Implemented Interfaces:
Runnable
Enclosing class:
ConsoleFrame

public class ConsoleFrame.server
extends Thread


Field Summary
 ASEEMiniServer oneServer
           
 boolean startFailure
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
ConsoleFrame.server(ConsoleFrame ourFrame, int port)
          Constructor declaration for server handler thread.
 
Method Summary
 Hashtable getUserPasswordHashtable()
          get user password hashtable.
 boolean isValidUser(String username)
          is username valid method.
 void run()
          Main server thread entry point.
 void stopServer()
          Stop server method.
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

oneServer

public ASEEMiniServer oneServer

startFailure

public boolean startFailure
Constructor Detail

ConsoleFrame.server

public ConsoleFrame.server(ConsoleFrame ourFrame,
                           int port)
Constructor declaration for server handler thread.

Parameters:
ourFrame -
port -
Method Detail

run

public void run()
Main server thread entry point.


stopServer

public void stopServer()
Stop server method.


getUserPasswordHashtable

public Hashtable getUserPasswordHashtable()
get user password hashtable.

Returns:
hashtable

isValidUser

public boolean isValidUser(String username)
is username valid method.

Parameters:
username -
Returns:
boolean



Copyright © 2000 Micro Focus International Limited. All rights reserved.
This document and the proprietary marks and names used herein are protected by international law.