Menu

#1 ServerCommDummyProxy

1.0
closed
None
2016-03-29
2016-03-29
No

Design Pattern: Proxy
Location: ServerCommDummyProxy
Justification: In the default proxy, we create object having object to interface functionality to the outside world. In this case, it will be used to represent the actions of the server. The ServerCommDummy and ServerCommDummyProxy classes that will implement the ServerComm interface. And the ServerMainDummy class will use the ServerCommDummyProxy class to get a ServerComm object.

Discussion

  • Luma Prianca Salman

    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,3 +1,3 @@
     Design Pattern: Proxy
    -Location: ServerCommProxy
    +Location: ServerCommDummyProxy
     Justification: In proxy pattern, we create object having original object to interface its functionality to outer world. In this case it will be used to represent the actions of the server.
    
     
  • Luma Prianca Salman

    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,3 +1,3 @@
     Design Pattern: Proxy
     Location: ServerCommDummyProxy
    -Justification: In proxy pattern, we create object having original object to interface its functionality to outer world. In this case it will be used to represent the actions of the server.
    +Justification: In the default proxy, we create object having object to interface functionality to the outside world. In this case, it will be used to represent the actions of the server. The ServerCommDummy and ServerCommDummyProxy classes that will implement the ServerComm interface. And the  ServerMainDummy class will use the ServerCommDummyProxy class to get a ServerComm object.
    
     
  • Luma Prianca Salman

    • summary: ServerCommProxy --> ServerCommDummyProxy
     
  • Luma Prianca Salman

    • status: open --> closed
     

Log in to post a comment.

MongoDB Logo MongoDB