Interview Questions

How do stubs work in a WebLogic Server cluster?

BEA WebLogic Questions and Answers


(Continued from previous question...)

How do stubs work in a WebLogic Server cluster?

Clients that connect to a WebLogic Server cluster and look up a clustered object obtain a replica-aware stub for the object. This stub contains the list of available server instances that host implementations of the object. The stub also contains the load balancing logic for distributing the load among its host servers.

(Continued on next question...)

Other Interview Questions