|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.remoting.AbstractInvoker
org.jboss.remoting.MicroRemoteClientInvoker
org.jboss.remoting.RemoteClientInvoker
This class extends the MicroRemoteClientInvoker and adds extra functionality that can not be included in a J2ME envrionment, such as setting socket factories.
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 |
public RemoteClientInvoker(InvokerLocator locator)
public RemoteClientInvoker(InvokerLocator locator, java.util.Map configuration)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |