Beispiel #1
0
 internal static OnlineCommonNode CreateWithOfflineTarget(OnlineCommonLifeListFacade lifeListFacade,
                                                          IOamAddress address,
                                                          OnlineCommonHelper helper,
                                                          bool isReachable)
 {
     return(OnlineCommonNode.CreateWithOfflineTarget(lifeListFacade, address, helper, isReachable));
 }
Beispiel #2
0
 internal static OnlineCommonNode CreateExtendedDownloadNode(OnlineCommonLifeListFacade lifeListFacade,
                                                             string address,
                                                             IOamAddress defaultAddress,
                                                             OnlineCommonHelper helper,
                                                             OnlineCommonNodeClass nodeClass,
                                                             bool isReachable)
 {
     return(OnlineCommonNode.CreateExtendedDownloadNode(lifeListFacade,
                                                        address, defaultAddress, helper, nodeClass, isReachable));
 }
Beispiel #3
0
 internal static OnlineCommonNode Create(OnlineCommonLifeListFacade lifeListFacade,
                                         ICoreObject accessibleNode,
                                         OnlineCommonHelper helper)
 {
     return(OnlineCommonNode.Create(lifeListFacade, accessibleNode, helper));
 }