public class IpInterfaceScan extends Object implements RunInBatch
IpInterfaceScan class.
Constructor and Description |
---|
IpInterfaceScan(Integer nodeId,
InetAddress address,
String foreignSource,
ProvisionService provisionService)
Constructor for IpInterfaceScan.
|
Modifier and Type | Method and Description |
---|---|
InetAddress |
getAddress()
getAddress
|
String |
getForeignSource()
getForeignSource
|
Integer |
getNodeId()
getNodeId
|
ProvisionService |
getProvisionService()
getProvisionService
|
void |
run(BatchTask currentPhase)
run
|
Callback<Boolean> |
servicePersister(BatchTask currentPhase,
ServiceDetector detector)
servicePersister
|
protected boolean |
shouldDetect(ServiceDetector detector) |
String |
toString()
toString
|
public IpInterfaceScan(Integer nodeId, InetAddress address, String foreignSource, ProvisionService provisionService)
Constructor for IpInterfaceScan.
nodeId
- a Integer
object.address
- a InetAddress
object.foreignSource
- a String
object.provisionService
- a ProvisionService
object.public InetAddress getAddress()
getAddress
InetAddress
object.public ProvisionService getProvisionService()
getProvisionService
ProvisionService
object.public String toString()
toString
public Callback<Boolean> servicePersister(BatchTask currentPhase, ServiceDetector detector)
servicePersister
public void run(BatchTask currentPhase)
run
run
in interface RunInBatch
currentPhase
- a BatchTask
object.protected boolean shouldDetect(ServiceDetector detector)
Copyright © 2017. All rights reserved.