org.jboss.remoting
Class RemoteClientInvoker

java.lang.Object
  extended byorg.jboss.remoting.AbstractInvoker
      extended byorg.jboss.remoting.MicroRemoteClientInvoker
          extended byorg.jboss.remoting.RemoteClientInvoker
All Implemented Interfaces:
ClientInvoker, Invoker
Direct Known Subclasses:
HTTPClientInvoker, MicroSocketClientInvoker, RMIClientInvoker

public abstract class RemoteClientInvoker
extends MicroRemoteClientInvoker

This class extends the MicroRemoteClientInvoker and adds extra functionality that can not be included in a J2ME envrionment, such as setting socket factories.

Version:
$Revision: 1.23 $
Author:
Tom Elrod

Field Summary
 
Fields inherited from class org.jboss.remoting.MicroRemoteClientInvoker
connected
 
Fields inherited from class org.jboss.remoting.AbstractInvoker
classbyteloader, configuration, localServerLocators, locator, log, serializationType, socketFactory, socketFactoryCreatedFromSSLParameters
 
Constructor Summary
RemoteClientInvoker(InvokerLocator locator)
           
RemoteClientInvoker(InvokerLocator locator, java.util.Map configuration)
           
 
Methods inherited from class org.jboss.remoting.MicroRemoteClientInvoker
connect, disconnect, finalize, getDefaultDataType, getMarshaller, getUnMarshaller, handleConnect, handleDisconnect, invoke, isConnected, postProcess, preProcess, setMarshaller, setUnMarshaller, transport
 
Methods inherited from class org.jboss.remoting.AbstractInvoker
addClientLocator, createSocketFactory, getClassLoader, getClientLocator, getLocator, getSerializationType, getSocketFactory, isSocketFactoryCreatedFromSSLParameters, needsCustomSSLConfiguration, setClassLoader, setSerializationType, setSocketFactory
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jboss.remoting.transport.ClientInvoker
addClientLocator, getClientLocator, getSocketFactory, setSocketFactory
 
Methods inherited from interface org.jboss.remoting.Invoker
getLocator
 

Constructor Detail

RemoteClientInvoker

public RemoteClientInvoker(InvokerLocator locator)

RemoteClientInvoker

public RemoteClientInvoker(InvokerLocator locator,
                           java.util.Map configuration)


Copyright © 1998-2005 JBoss Inc . All Rights Reserved.