|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.AbstractMap<K,V>
java.util.TreeMap
com.pixelmed.network.ApplicationEntityMap
public class ApplicationEntityMap
This class provides a list of known Application Entities, indexed by AET.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class java.util.AbstractMap |
|---|
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V> |
| Constructor Summary | |
|---|---|
ApplicationEntityMap()
|
|
| Method Summary | |
|---|---|
PresentationAddress |
getPresentationAddress(String applicationEntityTitle)
Return the presentation address of the specified AE. |
String |
getPrimaryDeviceType(String applicationEntityTitle)
Return the primary device type of the specified AE. |
String |
getQueryModel(String applicationEntityTitle)
Return the query model supported by the specified AE. |
Object |
put(Object key,
Object value)
|
void |
put(String applicationEntityTitle,
PresentationAddress presentationAddress,
String queryModel,
String primaryDeviceType)
Add an entry for the specified AE. |
String |
toString()
Return a String representing this object's value. |
| Methods inherited from class java.util.TreeMap |
|---|
ceilingEntry, ceilingKey, clear, clone, comparator, containsKey, containsValue, descendingKeySet, descendingMap, entrySet, firstEntry, firstKey, floorEntry, floorKey, get, headMap, headMap, higherEntry, higherKey, keySet, lastEntry, lastKey, lowerEntry, lowerKey, navigableKeySet, pollFirstEntry, pollLastEntry, putAll, remove, size, subMap, subMap, tailMap, tailMap, values |
| Methods inherited from class java.util.AbstractMap |
|---|
equals, hashCode, isEmpty |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Map |
|---|
equals, hashCode, isEmpty |
| Constructor Detail |
|---|
public ApplicationEntityMap()
| Method Detail |
|---|
public void put(String applicationEntityTitle,
PresentationAddress presentationAddress,
String queryModel,
String primaryDeviceType)
Add an entry for the specified AE.
applicationEntityTitle - the AE to describepresentationAddress - the presentation address of the AEqueryModel - the string label of the query model, or null if AE does not support queries or model is unknownprimaryDeviceType - the primaryDeviceType (may be multiple comma-separated values), or null if none or unknown
public Object put(Object key,
Object value)
put in interface Mapput in class TreeMappublic PresentationAddress getPresentationAddress(String applicationEntityTitle)
Return the presentation address of the specified AE.
applicationEntityTitle -
public String getQueryModel(String applicationEntityTitle)
Return the query model supported by the specified AE.
The query model string may be NetworkApplicationProperties.StudyRootQueryModel
or NetworkApplicationProperties.PatientRootQueryModel
or NetworkApplicationProperties.PatientStudyOnlyQueryModel.
applicationEntityTitle -
public String getPrimaryDeviceType(String applicationEntityTitle)
Return the primary device type of the specified AE.
applicationEntityTitle -
public String toString()
Return a String representing this object's value.
toString in class AbstractMap
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||