📄 badserveridhandler.java
字号:
/* * @(#)BadServerIdHandler.java 1.13 05/11/17 * * Copyright 2006 Sun Microsystems, Inc. All rights reserved. * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. *//* * @(#)BadServerIdHandler.java 1.13 08/07/21 * * Copyright 1993-1997 Sun Microsystems, Inc. 901 San Antonio Road, * Palo Alto, California, 94303, U.S.A. All Rights Reserved. * * This software is the confidential and proprietary information of Sun * Microsystems, Inc. ("Confidential Information"). You shall not * disclose such Confidential Information and shall use it only in * accordance with the terms of the license agreement you entered into * with Sun. * * CopyrightVersion 1.2 * */package com.sun.corba.se.impl.oa.poa;import com.sun.corba.se.spi.ior.ObjectKey;/** * The bad server id handler is used to locate persistent objects. * The Locator object registers the BadServerIdHandler with the ORB * and when requests for persistent objects for servers (other than * itself) comes, it throws a ForwardException with the IOR pointing * to the active server. */public interface BadServerIdHandler{ void handle(ObjectKey objectKey) ;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -