org.jboss.cache.loader.tcp
Class TcpCacheServer

java.lang.Object
  |
  +--org.jboss.cache.loader.tcp.TcpCacheServer

public class TcpCacheServer
extends java.lang.Object

TCP-IP based CacheServer, configure TcpDelegatingCacheLoader with host and port of this server

Version:
$Id: TcpCacheServer.java,v 1.6 2005/08/10 17:34:58 msurtani Exp $
Author:
Bela Ban

Constructor Summary
TcpCacheServer(java.lang.String bind_addr, int port, java.lang.String config)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void start()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TcpCacheServer

public TcpCacheServer(java.lang.String bind_addr,
                      int port,
                      java.lang.String config)
               throws java.net.UnknownHostException
Method Detail

start

public void start()
           throws java.lang.Exception
java.lang.Exception

main

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


Copyright © 1998-2005 JBoss Inc . All Rights Reserved.