What is an InvokerLocator

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 3242

This topic has not yet been written. The content below is from the topic description.
org.jboss.remoting.InvokerLocator: represents a URL which denotes a Remoting server. For example, socket://localhost:1234/?timeout=10000&maxPoolSize=200&clientMaxPoolSize=50 The protocol element, "socket", indicates that the socket transport is to be used. It will be described below (The socket transport chapter). The values of the parameters "timeout", "maxPoolSize", and "clientMaxPoolSize" are available on both the client and server sides, but they may be ignored on one side or the other. They are further described below (The socket transport chapter).