|
NetworkInterfacesServiceMBean documentation
Bean Description > List of operations > Operations declaration
Bean Description
Description : Network interfaces management
Type : net.sbbi.jafs.services.NetworkInterfacesService
Domain : services
ClassName : net.sbbi.jafs.management.NetworkInterfacesServiceMBean
List of operations
applyChanges, getDynDNSClientsClassNames, getDynDNSClientsParams, getNatMappersClassNames, getNatMappersParams, getNetworkInterfacesIds, getOSNetworkInterfaces, manageNatMapper, manageNetworkInterface, manageSettingsOnNatMapper
| getOSNetworkInterfaces | |
|
|
|
| Description | Lists (interface name, IP, interface identifier) the network interfaces defined by your OS |
|
|
|
| Return type | java.net.NetworkInterface[] |
|
|
|
| Impact | INFO |
| getNatMappersClassNames | |
|
|
|
| Description | Lists all the available NAT mappers driver class names |
|
|
|
| Return type | java.lang.String[] |
|
|
|
| Impact | INFO |
| getNatMappersParams | ||||
|
|
||||
| Description | Retreive all the possible params names and their description for a NAT mapper driver | |||
|
|
||||
| Return type | java.util.Map | |||
|
|
||||
| Impact | INFO | |||
|
|
||||
| Parameters |
|
|||
| getDynDNSClientsClassNames | |
|
|
|
| Description | Lists all the available Dynamic DNS clients class names |
|
|
|
| Return type | java.lang.String[] |
|
|
|
| Impact | INFO |
| getDynDNSClientsParams | ||||
|
|
||||
| Description | Retreive all the possible params names and their description for a Dynamic DNS client | |||
|
|
||||
| Return type | java.util.Map | |||
|
|
||||
| Impact | INFO | |||
|
|
||||
| Parameters |
|
|||
| getNetworkInterfacesIds | |
|
|
|
| Description | Retreives all the current configured network interfaces id |
|
|
|
| Return type | java.lang.String[] |
|
|
|
| Impact | INFO |
| manageNetworkInterface | |||||||||||||||||||||||||
|
|
|||||||||||||||||||||||||
| Description | Manages an network interface (add/delete/update) | ||||||||||||||||||||||||
|
|
|||||||||||||||||||||||||
| Return type | boolean | ||||||||||||||||||||||||
|
|
|||||||||||||||||||||||||
| Impact | ACTION | ||||||||||||||||||||||||
|
|
|||||||||||||||||||||||||
| Parameters |
|
||||||||||||||||||||||||
| manageNatMapper | |||||||||||||
|
|
|||||||||||||
| Description | Manages an NAT mapper for an network interface (add/delete/update) | ||||||||||||
|
|
|||||||||||||
| Return type | boolean | ||||||||||||
|
|
|||||||||||||
| Impact | ACTION | ||||||||||||
|
|
|||||||||||||
| Parameters |
|
||||||||||||
| manageSettingsOnNatMapper | |||||||||||||
|
|
|||||||||||||
| Description | Manages the custom settings of an NAT mapper, to know the allowed settings names that a driver supports, use the listNatMappersParams operation | ||||||||||||
|
|
|||||||||||||
| Return type | boolean | ||||||||||||
|
|
|||||||||||||
| Impact | ACTION | ||||||||||||
|
|
|||||||||||||
| Parameters |
|
||||||||||||
| applyChanges | |
|
|
|
| Description | Apply all the current pending modifications done with the manageXXX methods |
|
|
|
| Return type | void |
|
|
|
| Impact | ACTION |








