예제 #1
0
 internal static OnlineCommonNode CreateWithOfflineTarget(OnlineCommonLifeListFacade lifeListFacade,
                                                          IOamAddress address,
                                                          OnlineCommonHelper helper,
                                                          bool isReachable)
 {
     return(OnlineCommonNode.CreateWithOfflineTarget(lifeListFacade, address, helper, isReachable));
 }
예제 #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));
 }
예제 #3
0
 internal OnlineCommonLifeListFacadeProxy(OnlineCommonLifeListFacade facade)
 {
     OnlineCommonLifeListFacade = facade;
 }
예제 #4
0
 internal static OnlineCommonNode Create(OnlineCommonLifeListFacade lifeListFacade,
                                         ICoreObject accessibleNode,
                                         OnlineCommonHelper helper)
 {
     return(OnlineCommonNode.Create(lifeListFacade, accessibleNode, helper));
 }