All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class kraft.gateway.GatewayMap

java.lang.Object
   |
   +----kraft.gateway.GatewayMap

public class GatewayMap
extends Object

Variable Index

 o table
 o table_size

Constructor Index

 o GatewayMap()
 o GatewayMap(int)

Method Index

 o add_gateway(String, GatewayEntry)
 o add_gateway(String, String, int)
 o add_gateway(String, String, String, int)
 o delete_gateway(String)
 o find_gateway(String)
 o get_all_sites()

Variables

 o table_size
 public int table_size
 o table
 GatewayEntry table[]

Constructors

 o GatewayMap
 public GatewayMap()
 o GatewayMap
 public GatewayMap(int size)

Methods

 o add_gateway
 public void add_gateway(String site,
                         String host,
                         int port) throws Exception, MalformedURLException
 o add_gateway
 public void add_gateway(String site,
                         String protocol,
                         String host,
                         int port) throws Exception, MalformedURLException
 o add_gateway
 public void add_gateway(String site,
                         GatewayEntry entry) throws Exception
 o find_gateway
 public GatewayEntry find_gateway(String s)
 o delete_gateway
 public boolean delete_gateway(String s)
 o get_all_sites
 public String[] get_all_sites()

All Packages  Class Hierarchy  This Package  Previous  Next  Index