|
|||||||||||
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
org.jboss.remoting.transport.rmi.RMIClientInvoker
org.jboss.remoting.transport.sslrmi.SSLRMIClientInvoker
Copyright (c) Jun 11, 2006
Field Summary |
Fields inherited from class org.jboss.remoting.AbstractInvoker |
classbyteloader, configuration, localServerLocators, locator, log, serializationType, socketFactory, socketFactoryCreatedFromSSLParameters |
Constructor Summary | |
SSLRMIClientInvoker(InvokerLocator locator)
|
|
SSLRMIClientInvoker(InvokerLocator locator,
java.util.Map configuration)
|
Method Summary | |
protected void |
handleConnect()
subclasses must implement this method to provide a hook to connect to the remote server, if this applies to the specific transport. |
Methods inherited from class org.jboss.remoting.transport.rmi.RMIClientInvoker |
getDefaultDataType, getServerStub, handleDisconnect, setServerStub, transport |
Methods inherited from class org.jboss.remoting.MicroRemoteClientInvoker |
connect, disconnect, finalize, getMarshaller, getUnMarshaller, invoke, isConnected, postProcess, preProcess, setMarshaller, setUnMarshaller |
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 SSLRMIClientInvoker(InvokerLocator locator, java.util.Map configuration)
public SSLRMIClientInvoker(InvokerLocator locator)
Method Detail |
protected void handleConnect() throws ConnectionFailedException
RMIClientInvoker
handleConnect
in class RMIClientInvoker
ConnectionFailedException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |