Modifier and Type | Method and Description |
---|---|
void |
LeaseRegistry.perform(IMonitor monitor)
This operation checks whether locally created leases are no
longer of interest to any remote system.
|
Modifier and Type | Method and Description |
---|---|
void |
TimedDiscovery.perform(IMonitor monitor)
Performs discovery and waits for the monitor to be canceled.
|
void |
ProactiveRouting.perform(IMonitor monitor)
Perform continuous route announcements until this thing is deactivated.
|
void |
ProactiveDiscovery.perform(IMonitor monitor)
Performs discovery and waits for the monitor to be canceled.
|
Modifier and Type | Method and Description |
---|---|
void |
RoutingOperation.perform(IMonitor monitor)
Reads from the input and writes to the output until the
input is closed or the operation is canceled.
|
Modifier and Type | Method and Description |
---|---|
void |
IPMulticastTransceiver.perform(IMonitor monitor)
Called when the operation is started.
|
void |
IPBroadcastTransceiver.perform(IMonitor monitor)
Called when the operation is started.
|
Modifier and Type | Method and Description |
---|---|
void |
IPPacketConnector.perform(IMonitor monitor)
Called to run the receiving thread.
|
Modifier and Type | Method and Description |
---|---|
void |
DeviceRegistry.perform(IMonitor monitor)
This operation continuously removes the devices and plug-ins from the
registry whose ttl has been run out.
|
void |
PluginManager.performOperation(IOperation operation,
IMonitor monitor)
Performs the specified operation using the specified operation monitor.
|
void |
InvocationBroker.performOperation(IOperation operation,
IMonitor monitor)
Called by some plug-in or application to execute an operation.
|
Modifier and Type | Class and Description |
---|---|
class |
NullMonitor
The null monitor implements a simple monitor that can be canceled.
|
Modifier and Type | Method and Description |
---|---|
void |
IOperation.perform(IMonitor monitor)
Performs the operation.
|
void |
OperationPool.performOperation(IOperation operation,
IMonitor monitor)
Executes the specified operation using the specified monitor.
|
void |
IOperator.performOperation(IOperation operation,
IMonitor monitor)
Performs the specified operation asynchronously using the specified
monitor.
|