com.pixelmed.network
Class NetworkConfigurationFromLDAP
java.lang.Object
com.pixelmed.network.NetworkConfigurationSource
com.pixelmed.network.NetworkConfigurationFromLDAP
public class NetworkConfigurationFromLDAP
- extends NetworkConfigurationSource
This class provides utilities to automatically configure DICOM network parameters.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getter
protected NetworkConfigurationFromLDAP.GetNetworkApplicationInformation getter
NetworkConfigurationFromLDAP
public NetworkConfigurationFromLDAP(int debugLevel)
activateDiscovery
public void activateDiscovery(int refreshInterval)
- Description copied from class:
NetworkConfigurationSource
Start discovery of network configuration, if possible.
- Specified by:
activateDiscovery in class NetworkConfigurationSource
- Parameters:
refreshInterval - interval to refresh configuration in milliseconds, 0 if no refresh (runs once only); may be ignored if source is asynchronous
deActivateDiscovery
public void deActivateDiscovery()
- Description copied from class:
NetworkConfigurationSource
Stop discovery.
- Specified by:
deActivateDiscovery in class NetworkConfigurationSource
getNetworkConfiguration
protected void getNetworkConfiguration()
main
public static void main(String[] arg)
Test method that periodically queries an LDAP server and dumps its contents periodically.
- Parameters:
arg - none