|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.Dictionary
java.util.Hashtable
org.cybertory.MSS.ExternalDataFactoryImpl
An implementation of ExternalDataFactory
that gets its
data from the java command line.
Constructor Summary | |
ExternalDataFactoryImpl()
|
|
ExternalDataFactoryImpl(java.util.Map m)
|
Method Summary | |
java.lang.Object |
getExternalData(java.lang.String key,
java.lang.Class oType)
Return a data object by key. |
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 |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ExternalDataFactoryImpl(java.util.Map m)
public ExternalDataFactoryImpl()
Method Detail |
public java.lang.Object getExternalData(java.lang.String key, java.lang.Class oType) throws ExternalDataException
getExternalData
in interface ExternalDataFactory
key
- string identifying the external data object of interestoType
- the expected data type for the object
ExternalDataException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |