|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ITDM
ITDM is responsible for Discovering & Discarding of the devices from the network and forwards call to ITDMListener.
| Method Summary | |
|---|---|
void |
finalize()
It is called before it uninstalls or unloads the TDM. |
Map<String,String> |
getTDMProps()
Get TDM Properties Map. |
void |
init(ITDMListener itdmListener,
Map<String,String> tdmProps,
Map<String,String> uchProps)
When the TDM is installed and loaded, the UCH calls init() prior to any other TDM function and allows the TDM to initialize itself. |
void |
startDiscovery()
This function signals the TDM to start discovery of targets. |
void |
stopDiscovery()
This function signals the TDM to stop discovery of targets. |
| Method Detail |
|---|
void init(ITDMListener itdmListener,
Map<String,String> tdmProps,
Map<String,String> uchProps)
throws TDMFatalException
itdmListener - an Object of ITDMListenertdmProps - a Map<String, String> of ITDM PropertiesuchProps - a Map<String, String> of UCH Properties
TDMFatalExceptionvoid finalize()
void startDiscovery()
throws TDMFatalException
TDMFatalException
void stopDiscovery()
throws TDMFatalException
TDMFatalExceptionMap<String,String> getTDMProps()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||