MCPcopy Create free account
hub / github.com/bft-smart/library / reconfigureTo

Method reconfigureTo

src/main/java/bftsmart/tom/ServiceProxy.java:328–333  ·  view source on GitHub ↗
(View v)

Source from the content-addressed store, hash-verified

326
327 //******* EDUARDO BEGIN **************//
328 protected void reconfigureTo(View v) {
329 logger.debug("Installing a most up-to-date view with id=" + v.getId());
330 getViewManager().reconfigureTo(v);
331 getViewManager().getViewStore().storeView(v);
332 getCommunicationSystem().updateConnections();
333 }
334 //******* EDUARDO END **************//
335
336 /**

Callers 4

invokeMethod · 0.95
SMReplyDeliverMethod · 0.45
SMReplyDeliverMethod · 0.45
replyReceivedMethod · 0.45

Calls 6

getViewManagerMethod · 0.80
getViewStoreMethod · 0.80
storeViewMethod · 0.65
updateConnectionsMethod · 0.65
getIdMethod · 0.45

Tested by

no test coverage detected