|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.pixelmed.network.NetworkApplicationInformation
public class NetworkApplicationInformation
This class encapsulates information about DICOM network devices.
| Constructor Summary | |
|---|---|
NetworkApplicationInformation()
|
|
| Method Summary | |
|---|---|
void |
add(String localName,
ApplicationEntity ae)
Add a new AE. |
void |
add(String localName,
String aeTitle,
String hostname,
int port,
String queryModel,
String primaryDeviceType)
Add a new AE. |
void |
addAll(NetworkApplicationInformation infoToAdd)
Add all the entries in the supplied map except any that are already present. |
ApplicationEntityMap |
getApplicationEntityMap()
Return the application entity map. |
String |
getApplicationEntityTitleFromLocalName(String localName)
Find the AET an application entity given its local name. |
String |
getLDIFRepresentation(String rootDN)
Make an LDAP LDIF representation of the network information. |
Set |
getListOfApplicationEntityTitlesOfApplicationEntities()
Return the set of local names of application entities. |
Set |
getListOfLocalNamesOfApplicationEntities()
Return the set of local names of application entities. |
String |
getLocalNameFromApplicationEntityTitle(String aet)
Find the local name of an application entity given its AET. |
void |
remove(String localName)
Add an AE. |
void |
removeAll()
Completely empty all information. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NetworkApplicationInformation()
| Method Detail |
|---|
public void removeAll()
Completely empty all information.
public void remove(String localName)
Add an AE.
localName -
public void add(String localName,
ApplicationEntity ae)
throws DicomNetworkException
Add a new AE.
localName - ae -
DicomNetworkException - if local name or AET already used, or either is null or empty
public void add(String localName,
String aeTitle,
String hostname,
int port,
String queryModel,
String primaryDeviceType)
throws DicomNetworkException
Add a new AE.
localName - aeTitle - port - queryModel - null if unknownprimaryDeviceType - null if unknown
DicomNetworkException - if local name or AET already used, or either is null or emptypublic void addAll(NetworkApplicationInformation infoToAdd)
Add all the entries in the supplied map except any that are already present.
infoToAdd - the information to addpublic ApplicationEntityMap getApplicationEntityMap()
Return the application entity map.
public Set getListOfLocalNamesOfApplicationEntities()
Return the set of local names of application entities.
public Set getListOfApplicationEntityTitlesOfApplicationEntities()
Return the set of local names of application entities.
public String getApplicationEntityTitleFromLocalName(String localName)
Find the AET an application entity given its local name.
localName - the local name of the AE
public String getLocalNameFromApplicationEntityTitle(String aet)
Find the local name of an application entity given its AET.
aet - the application entity title
public String getLDIFRepresentation(String rootDN)
Make an LDAP LDIF representation of the network information.
rootDN - the root distinguished name to attach the DICOM configuration information below
ldapaddpublic String toString()
toString in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||