org.seasar.remoting.rmi.deployer
クラス RMIAdaptorDeployer
java.lang.Object
org.seasar.remoting.rmi.deployer.RMIAdaptorDeployer
- すべての実装インタフェース:
- org.seasar.remoting.common.deployer.Deployer
- public class RMIAdaptorDeployer
- extends java.lang.Object
- implements org.seasar.remoting.common.deployer.Deployer
RMIAdaptorをRMIレジストリに登録するクラス.
- 作成者:
- Kenichiro Murata
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RMIAdaptorDeployer
public RMIAdaptorDeployer()
deploy
public void deploy()
- 定義:
- インタフェース
org.seasar.remoting.common.deployer.Deployer
内の deploy
- 関連項目:
Deployer.deploy()
setAdaptor
public void setAdaptor(RMIAdaptor adaptor)
- パラメータ:
adaptor
- adaptor を設定。
addCustomSocketFactory
public void addCustomSocketFactory(java.rmi.server.RMIClientSocketFactory clientSocketFactory,
java.rmi.server.RMIServerSocketFactory serverSocketFactory)
- パラメータ:
clientSocketFactory
- clientSocketFactory を設定。serverSocketFactory
- serverSocketFactory を設定。
setRegistryPort
public void setRegistryPort(int registryPort)
- パラメータ:
registryPort
- registryPort を設定。
setServicePort
public void setServicePort(int servicePort)
- パラメータ:
servicePort
- servicePort を設定。
Copyright © 2004-2005 The Seasar Project. All Rights Reserved.