|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcern.cmw.rda.client.CmwDirectoryServer
public class CmwDirectoryServer
Default CMW implementation of the DirectoryServer interface
This class is a wrapper for the CORBA directory server and is the default implementation of the DeviceDirectory interface.
Company: CERN
Constructor Summary | |
---|---|
CmwDirectoryServer()
|
Method Summary | |
---|---|
Map<String,Object> |
getDeviceInfo(List<String> deviceNames)
Gets a list of device infos for the directory. |
DeviceInfo |
getDeviceInfo(String deviceName)
|
DeviceInfo |
getDeviceInfoFromOldDir(String deviceName)
Deprecated. |
HashMap |
getDeviceInfoMap(String groupQuery)
Deprecated. |
void |
saveAll(HashMap infoEntries)
Null operation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CmwDirectoryServer()
Method Detail |
---|
public DeviceInfo getDeviceInfo(String deviceName) throws InternalException, BadParameter
getDeviceInfo
in interface DeviceDirectory
InternalException
BadParameter
@Deprecated public DeviceInfo getDeviceInfoFromOldDir(String deviceName)
getDeviceInfoFromOldDir
in interface DeviceDirectory
public Map<String,Object> getDeviceInfo(List<String> deviceNames) throws InternalException
DeviceDirectory
getDeviceInfo
in interface DeviceDirectory
deviceNames
- The list of devices.
InternalException
- If the directory server
is unreachable/available.@Deprecated public HashMap getDeviceInfoMap(String groupQuery) throws InternalException, BadParameter
BadParameter
- if the query is invalid.
InternalException
- in case of internal errors such as DB access errors.public void saveAll(HashMap infoEntries)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |