📄 initialserverrequestdispatcher.java
字号:
/* * @(#)InitialServerRequestDispatcher.java 1.8 05/11/17 * * Copyright 2006 Sun Microsystems, Inc. All rights reserved. * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. */package com.sun.corba.se.spi.protocol;import com.sun.corba.se.spi.resolver.Resolver ;/** InitialServerRequestDispatcher is a specialized version of a ServerRequestDispatcher * that provides an initialization method. This delegate is used * to implement bootstrapping of initial object references. */public interface InitialServerRequestDispatcher extends CorbaServerRequestDispatcher { /** Plug in the resolver that this InitialServerRequestDispatcher should * use in order to lookup or list initial name to object reference * bindings. */ void init( Resolver resolver ) ;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -