org.jboss.remoting.Client

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 2705

This topic has not yet been written. The content below is from the topic description.
org.jboss.remoting.Client – is the class the user will create and call on from the client side. This is the main entry point for making all invocations and adding a callback listener. The Client class requires only the InvokerLocator for the server you wish to call upon and that you call connect before use and disconnect after use (which is technically only required for stateful transports and when client leasing is turned on, but good to call in either case).