Interface RemoteMdibAccessFactory
-
public interface RemoteMdibAccessFactoryFactory to create RemoteMdibAccess instances.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RemoteMdibAccesscreateRemoteMdibAccess()Creates a local mdib access with an MDIB version that has a random sequence id.
-
-
-
Method Detail
-
createRemoteMdibAccess
RemoteMdibAccess createRemoteMdibAccess()
Creates a local mdib access with an MDIB version that has a random sequence id.The following preprocessing steps are visited in the following order:
- Returns:
- the remote mdib access instance.
-
-