java.lang.Object
java.util.Dictionary
java.util.Hashtable
org.miamm.soapmmil.MIAMMServiceTable
- All Implemented Interfaces:
- java.lang.Cloneable, java.util.Map, java.io.Serializable, SoapMMILConstants
- public class MIAMMServiceTable
- extends java.util.Hashtable
- implements SoapMMILConstants
A map of misoh MsgContentType (AS STRINGS) to the URL
that corresponds. This is only for agents on other servers.
It was an ugly hack that was meant to be a temporary measure, but
somehow never managed to get rid of it. It reads from a file
(normally called launcher.properties) if it exists. If it does
not exist, then we are only running on one machine.
FIXME: for now getKeys returns a Set of String instead of
a set of MsgContentType
FIXME: this whole thing was a mistake... what the heck was i
thinking?
- Version:
- $Revision: 1.8 $
$Date: 2003/05/04 21:00:42 $
| Nested classes inherited from class java.util.Hashtable |
|
| Nested classes inherited from class java.util.Map |
java.util.Map.Entry |
| Fields inherited from class java.util.Hashtable |
|
| Methods inherited from class java.util.Hashtable |
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values |
logger
static org.apache.log4j.Logger logger
MIAMMServiceTable
public MIAMMServiceTable()
throws MIAMMException,
java.io.IOException,
java.io.FileNotFoundException,
java.net.MalformedURLException
containsKey
public boolean containsKey(org.miamm.castor.headerblock.types.MsgContentType key)
get
public java.lang.Object get(org.miamm.castor.headerblock.types.MsgContentType key)