Ipv4Types.IPv4Config, Ipv4Types.IPv4ConfigReadOnly, Ipv4Types.IPv4Mode| Modifier and Type | Method and Description |
|---|---|
List<Ipv4Types.IPv4ConfigReadOnly> |
get(List<String> interfaces)
Get IPv4 network configuration for interfaces.
|
void |
get(List<String> interfaces,
AsyncCallback<List<Ipv4Types.IPv4ConfigReadOnly>> asyncCallback)
Get IPv4 network configuration for interfaces.
|
void |
get(List<String> interfaces,
AsyncCallback<List<Ipv4Types.IPv4ConfigReadOnly>> asyncCallback,
InvocationConfig invocationConfig)
Get IPv4 network configuration for interfaces.
|
List<Ipv4Types.IPv4ConfigReadOnly> |
get(List<String> interfaces,
InvocationConfig invocationConfig)
Get IPv4 network configuration for interfaces.
|
List<Ipv4Types.IPv4ConfigReadOnly> |
list()
Get IPv4 network configuration for all configured interfaces.
|
void |
list(AsyncCallback<List<Ipv4Types.IPv4ConfigReadOnly>> asyncCallback)
Get IPv4 network configuration for all configured interfaces.
|
void |
list(AsyncCallback<List<Ipv4Types.IPv4ConfigReadOnly>> asyncCallback,
InvocationConfig invocationConfig)
Get IPv4 network configuration for all configured interfaces.
|
List<Ipv4Types.IPv4ConfigReadOnly> |
list(InvocationConfig invocationConfig)
Get IPv4 network configuration for all configured interfaces.
|
void |
renew(List<String> interfaces)
Renew IPv4 network configuration on interfaces.
|
void |
renew(List<String> interfaces,
AsyncCallback<Void> asyncCallback)
Renew IPv4 network configuration on interfaces.
|
void |
renew(List<String> interfaces,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Renew IPv4 network configuration on interfaces.
|
void |
renew(List<String> interfaces,
InvocationConfig invocationConfig)
Renew IPv4 network configuration on interfaces.
|
void |
set(List<Ipv4Types.IPv4Config> config)
Set IPv4 network configuration.
|
void |
set(List<Ipv4Types.IPv4Config> config,
AsyncCallback<Void> asyncCallback)
Set IPv4 network configuration.
|
void |
set(List<Ipv4Types.IPv4Config> config,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Set IPv4 network configuration.
|
void |
set(List<Ipv4Types.IPv4Config> config,
InvocationConfig invocationConfig)
Set IPv4 network configuration.
|
void renew(List<String> interfaces)
Synchronous method overload. Result of the invocation will be reported as a method return value.
interfaces - Interfaces to renew.Error - Generic errorvoid renew(List<String> interfaces, InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
interfaces - Interfaces to renew.invocationConfig - Configuration for the method invocation.Error - Generic errorvoid renew(List<String> interfaces, AsyncCallback<Void> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Operation Errors:
Error - Generic error
interfaces - Interfaces to renew.asyncCallback - Receives the status (progress, result or error) of the operation invocation.void renew(List<String> interfaces, AsyncCallback<Void> asyncCallback, InvocationConfig invocationConfig)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Operation Errors:
Error - Generic error
interfaces - Interfaces to renew.asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.void set(List<Ipv4Types.IPv4Config> config)
Synchronous method overload. Result of the invocation will be reported as a method return value.
config - List of IPv4 configurations.Error - Generic errorvoid set(List<Ipv4Types.IPv4Config> config, InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
config - List of IPv4 configurations.invocationConfig - Configuration for the method invocation.Error - Generic errorvoid set(List<Ipv4Types.IPv4Config> config, AsyncCallback<Void> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Operation Errors:
Error - Generic error
config - List of IPv4 configurations.asyncCallback - Receives the status (progress, result or error) of the operation invocation.void set(List<Ipv4Types.IPv4Config> config, AsyncCallback<Void> asyncCallback, InvocationConfig invocationConfig)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Operation Errors:
Error - Generic error
config - List of IPv4 configurations.asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.List<Ipv4Types.IPv4ConfigReadOnly> list()
Synchronous method overload. Result of the invocation will be reported as a method return value.
Error - Generic errorList<Ipv4Types.IPv4ConfigReadOnly> list(InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
invocationConfig - Configuration for the method invocation.Error - Generic errorvoid list(AsyncCallback<List<Ipv4Types.IPv4ConfigReadOnly>> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Operation Result:
IPv4 configuration for each interface.
Operation Errors:
Error - Generic error
asyncCallback - Receives the status (progress, result or error) of the operation invocation.void list(AsyncCallback<List<Ipv4Types.IPv4ConfigReadOnly>> asyncCallback, InvocationConfig invocationConfig)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Operation Result:
IPv4 configuration for each interface.
Operation Errors:
Error - Generic error
asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.List<Ipv4Types.IPv4ConfigReadOnly> get(List<String> interfaces)
Synchronous method overload. Result of the invocation will be reported as a method return value.
interfaces - Network interfaces to query, for example, "nic0".Error - Generic errorList<Ipv4Types.IPv4ConfigReadOnly> get(List<String> interfaces, InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
interfaces - Network interfaces to query, for example, "nic0".invocationConfig - Configuration for the method invocation.Error - Generic errorvoid get(List<String> interfaces, AsyncCallback<List<Ipv4Types.IPv4ConfigReadOnly>> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Operation Result:
IPv4 configuration for each queried interface.
Operation Errors:
Error - Generic error
interfaces - Network interfaces to query, for example, "nic0".asyncCallback - Receives the status (progress, result or error) of the operation invocation.void get(List<String> interfaces, AsyncCallback<List<Ipv4Types.IPv4ConfigReadOnly>> asyncCallback, InvocationConfig invocationConfig)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Operation Result:
IPv4 configuration for each queried interface.
Operation Errors:
Error - Generic error
interfaces - Network interfaces to query, for example, "nic0".asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.Copyright © 2016. All Rights Reserved.