📄 taggedcomponent.java
字号:
/* * @(#)TaggedComponent.java 1.7 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.ior;import org.omg.CORBA_2_3.portable.OutputStream ;import org.omg.CORBA.ORB ;/** Generic interface for all tagged components. Users of the ORB may* create implementations of this class and also corresponding factories* of type TaggedComponentFactory. The factories can be registered with an* ORB instance, in which case they will be used to unmarshal IORs containing* the registered tagged component.*/public interface TaggedComponent extends Identifiable{ org.omg.IOP.TaggedComponent getIOPComponent( ORB orb ) ;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -