zeus.actors
Class ConnectionPool

java.lang.Object
  extended byzeus.actors.ConnectionPool

public class ConnectionPool
extends java.lang.Object


Field Summary
(package private) static java.io.BufferedInputStream last
           
(package private) static java.net.Socket socket
           
 
Constructor Summary
ConnectionPool()
           
 
Method Summary
static java.io.BufferedInputStream getLast()
           
static java.net.Socket getSocket()
           
static void setLast(java.io.BufferedInputStream current)
           
static void setSocket(java.net.Socket current)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

last

static java.io.BufferedInputStream last

socket

static java.net.Socket socket
Constructor Detail

ConnectionPool

public ConnectionPool()
Method Detail

getLast

public static java.io.BufferedInputStream getLast()

getSocket

public static java.net.Socket getSocket()

setSocket

public static void setSocket(java.net.Socket current)

setLast

public static void setLast(java.io.BufferedInputStream current)


Copyright © 2000-2003 BT Exact Technologies. All Rights Reserved.