class: ServerManager

public class: ServerManager
Author: markd
Project: Phase: 1.0; Status: Proposed; Version: 1.0.0; Complexity: 1
Dates: Created: 1/21/2005 9:51:03 AM; Modified: 1/21/2005 9:52:17 AM;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {5635FAA0-82FE-41e3-9FFE-B637E24F5CF3}
TODO Type description
@see Created on Jan 3, 2005 5:22:58 PM by
 

Goto: Custom Properties, Fields, Methods

Implements: Server

See also: RecvThread, SendThread, RecvThread, SendThread, Server

Appears in: dispatch

Connections
 
Custom Properties
 
ServerManager Attributes
Attribute Details
package PrintWriter
  p
Initial: new PrintWriter(System.out, true)
package ServerManager
  serverManager
Initial: null
package String
  configFileName
Initial: null
package RecvThread
  recvThread
Initial: null
package SendThread
  sendThread
Initial: null
package XmlDoc
  xmlDoc
Initial: null
package int
  state
Initial: 0
 
ServerManager Methods
Operation Details
public
ServerManager():
public
instance():Server
public
send(
   byte[] data):int
Notes: (non-Javadoc)
@see com.line4.cpl.boundary.server.Server#send(byte[])
public
sendStatus():int
Notes: (non-Javadoc)
@see com.line4.cpl.boundary.server.Server#sendStatus()
public
setConfigFile(
   String fileName):int
Notes: (non-Javadoc)
@see com.line4.cpl.boundary.server.Server#setConfigFile(java.lang.String)
public
Start():int
Notes: (non-Javadoc)
@see com.line4.cpl.boundary.server.Server#Start()
public
Stop(
   int timeout):int
Notes: (non-Javadoc)
@see com.line4.cpl.boundary.server.Server#Stop()
public static
CloseSocket(
   Socket socket,
   String desc):int
public
getState():int
Notes: @return Returns the state.
public static
main(
   String[] args):void