public interface ScanContext
ScanContext interface.
Modifier and Type | Method and Description |
---|---|
InetAddress |
getAgentAddress(String agentType)
Return the preferred address used to talk to the agent of type type provided
e.g.
|
void |
updateSysContact(String sysContact)
updateSysContact
|
void |
updateSysDescription(String sysDescription)
updateSysDescription
|
void |
updateSysLocation(String sysLocation)
updateSysLocation
|
void |
updateSysName(String sysName)
updateSysName
|
void |
updateSysObjectId(String sysObjectId)
updateSysObjectId
|
InetAddress getAgentAddress(String agentType)
agentType
- the type of agent to search forvoid updateSysObjectId(String sysObjectId)
updateSysObjectId
sysObjectId
- a String
object.void updateSysName(String sysName)
updateSysName
sysName
- a String
object.void updateSysDescription(String sysDescription)
updateSysDescription
sysDescription
- a String
object.void updateSysLocation(String sysLocation)
updateSysLocation
sysLocation
- a String
object.Copyright © 2021. All rights reserved.