JavaTM 2 Platform
Standard Ed. 6

類別 org.omg.CORBA.portable.InputStream
的使用

使用 InputStream 的軟體套件
javax.rmi.CORBA 包含用於 RMI-IIOP 的可移植性 API。 
org.omg.CORBA 提供 OMG CORBA API 到 JavaTM 程式語言的映射,包括 ORB 類別,如果已實作該類別,則開發人員可以使用此類別作為全功能物件請求代理(Object Request Broker,ORB)。 
org.omg.CORBA_2_3.portable 提供輸入和輸出值型別的各種方法,並包含 org/omg/CORBA/portable 套件的其他更新。 
org.omg.CORBA.portable 提供可移植性層,即可以使一個供應商產生的程式碼運行在另一個供應商 ORB 上的 ORB API 集合。 
org.omg.CosNaming 為 Java IDL 提供命名服務。 
org.omg.CosNaming.NamingContextExtPackage 此套件包含以下在 org.omg.CosNaming.NamingContextExt 中使用的類別: AddressHelper StringNameHelper URLStringHelper InvalidAddress 套件規範 有關 Java[tm] Platform, Standard Edition 6 ORB 遵守的官方規範的受支持部分的明確列表,請參閱 Official Specifications for CORBA support in Java[tm] SE 6。 
org.omg.CosNaming.NamingContextPackage 此套件包含 org.omg.CosNaming 套件的 Exception 類別。 
org.omg.DynamicAny 提供一些類別和介面使得在運行時能夠遍歷與 any 有關聯的資料值,並提取資料值的基本成分。 
org.omg.DynamicAny.DynAnyFactoryPackage 此套件包含 DynamicAny 模組的 DynAnyFactory 介面中的類別和異常,該模組在 OMG The Common Object Request Broker: Architecture and Specification http://cgi.omg.org/cgi-bin/doc?formal/99-10-07 的第 9.2.2 小節中指定。 
org.omg.DynamicAny.DynAnyPackage 此套件包含 DynAny 模組的 DynAnyFactory 介面中的類別和異常,該模組在 OMG The Common Object Request Broker: Architecture and Specification http://cgi.omg.org/cgi-bin/doc?formal/99-10-07 的第 9.2 小節中指定。 
org.omg.IOP 此套件包含在 OMG 文檔 The Common Object Request Broker: Architecture and Specification http://cgi.omg.org/cgi-bin/doc?formal/99-10-07 的 13.6.小節中指定的 IOP 模組。 
org.omg.IOP.CodecFactoryPackage 此套件包含 IOP::CodeFactory 介面中指定的異常(作為 Portable Interceptor 規範的一部分)。 
org.omg.IOP.CodecPackage 此套件根據 IOP::Codec IDL 介面定義產生。 
org.omg.Messaging 此套件包含 OMG Messaging Interceptor 規範 http://cgi.omg.org/cgi-bin/doc?formal/99-10-07 中指定的 Messaging 模組。 
org.omg.PortableInterceptor 提供一個註冊 ORB 鉤子 (hook) 的機制,通過這些鉤子 ORB 服務可以截取執行 ORB 的正常串流。 
org.omg.PortableInterceptor.ORBInitInfoPackage 此套件包含 OMG Portable Interceptor 規範 http://cgi.omg.org/cgi-bin/doc?ptc/2000-08-06 的第 21.7.2 小節中指定的 PortableInterceptor 模組的 ORBInitInfo 本地介面中的異常和 typedef。 
org.omg.PortableServer 提供一些類別和介面,用來產生跨多個供應商 ORB 的可移植應用程序的伺服器端。 
org.omg.PortableServer.CurrentPackage 提供各種方法實作,這些實作能夠存取調用方法的物件的身份。 
org.omg.PortableServer.POAManagerPackage 封裝 POA 關聯的處理狀態。 
org.omg.PortableServer.POAPackage 允許開發人員建構可在不同 ORB 產品間移植的物件實作。 
org.omg.PortableServer.ServantLocatorPackage 提供定位 servant 的類別和介面。 
 

javax.rmi.CORBAInputStream 的使用
 

參數型別為 InputStreamjavax.rmi.CORBA 中的方法
static Object Util.readAny(InputStream in)
          將 java.lang.Object 作為 CORBA any 讀取。
 Object UtilDelegate.readAny(InputStream in)
          Util.readAny(org.omg.CORBA.portable.InputStream) 的委託調用。
 Serializable ValueHandler.readValue(InputStream in, int offset, Class clz, String repositoryID, RunTime sender)
          使用 Java 語義從串流中讀取一個值。
 

org.omg.CORBAInputStream 的使用
 

返回 InputStreamorg.omg.CORBA 中的方法
 InputStream LocalObject._invoke(OutputStream output)
          拋出 org.omg.CORBA.NO_IMPLEMENT 異常,並帶有訊息 "This is a locally constrained object"。
abstract  InputStream Any.create_input_stream()
          創建一個輸入串流,可以從中解組此 Any 物件的值。
 

參數型別為 InputStreamorg.omg.CORBA 中的方法
 void AnyHolder._read(InputStream input)
          從 input 中讀取資料,並使用已解組資料初始化 Holder 中的值。
 void AnySeqHolder._read(InputStream i)
           
 void BooleanHolder._read(InputStream input)
          從 input 中讀取已解組的資料,並將它們分派給此 BooleanHolder 物件的 value 欄位。
 void BooleanSeqHolder._read(InputStream i)
           
 void ByteHolder._read(InputStream input)
          從 input 中讀取資料,並使用已解組資料初始化此 ByteHolder 物件中的值。
 void CharHolder._read(InputStream input)
          從 input 中讀取資料,並使用已解組資料初始化此 CharHolder 物件中的值。
 void CharSeqHolder._read(InputStream i)
           
 void CurrentHolder._read(InputStream i)
           
 void DoubleHolder._read(InputStream input)
          從輸入串流讀取一個 double 值,並將其存儲在值成員中。
 void DoubleSeqHolder._read(InputStream i)
           
 void FixedHolder._read(InputStream input)
          從輸入串流讀取定點值,並將其存儲在值成員中。
 void FloatHolder._read(InputStream input)
          從輸入串流讀取一個 float 值,並使用該 float 值初始化值成員。
 void FloatSeqHolder._read(InputStream i)
           
 void IntHolder._read(InputStream input)
          從 input 中讀取已解組資料,並將其分派給此 IntHolder 物件的 value 欄位。
 void LongHolder._read(InputStream input)
          從 input 中讀取資料,並使用已解組資料初始化 Holder 中的值。
 void LongLongSeqHolder._read(InputStream i)
           
 void LongSeqHolder._read(InputStream i)
           
 void ObjectHolder._read(InputStream input)
          從 input 中讀取資料,並使用已解組資料初始化此 ObjectHolder 物件中的值。
 void OctetSeqHolder._read(InputStream i)
           
 void ParameterModeHolder._read(InputStream i)
           
 void PolicyErrorHolder._read(InputStream i)
           
 void PolicyHolder._read(InputStream i)
           
 void PolicyListHolder._read(InputStream i)
           
 void PrincipalHolder._read(InputStream input)
          已過時。  
 void ServiceInformationHolder._read(InputStream in)
          從輸入串流 in 中讀取已解組資料,並將它賦予此 ServiceInformationHolder 物件的 value 欄位。
 void ShortHolder._read(InputStream input)
          從 input 中讀取資料,並使用已解組資料初始化此 ShortHolder 物件中的值。
 void ShortSeqHolder._read(InputStream i)
           
 void StringHolder._read(InputStream input)
          從 input 中讀取已解組的資料,並將它賦予此 StringHolder 物件的 value 欄位。
 void StringSeqHolder._read(InputStream i)
           
 void TypeCodeHolder._read(InputStream input)
          從 input 中讀取資料,並使用已解組資料初始化此 TypeCodeHolder 物件中的值。
 void ULongLongSeqHolder._read(InputStream i)
           
 void ULongSeqHolder._read(InputStream i)
           
 void UShortSeqHolder._read(InputStream i)
           
 void UnknownUserExceptionHolder._read(InputStream i)
           
 void ValueBaseHolder._read(InputStream input)
          從 input 中讀取資料,並使用已解組資料初始化 Holder 中的值。
 void WCharSeqHolder._read(InputStream i)
           
 void WStringSeqHolder._read(InputStream i)
           
 void WrongTransactionHolder._read(InputStream i)
           
 void LocalObject._releaseReply(InputStream input)
          拋出 org.omg.CORBA.NO_IMPLEMENT 異常,並帶有訊息 "This is a locally constrained object"。
 Serializable StringValueHelper.read_value(InputStream istream)
           
 Serializable WStringValueHelper.read_value(InputStream istream)
           
abstract  void Any.read_value(InputStream is, TypeCode t)
          使用給定 typecode 讀出(解組)給定輸入串流中某一 Any 物件的值。
static Any[] AnySeqHelper.read(InputStream istream)
           
static boolean[] BooleanSeqHelper.read(InputStream istream)
           
static char[] CharSeqHelper.read(InputStream istream)
           
static CompletionStatus CompletionStatusHelper.read(InputStream istream)
           
static Current CurrentHelper.read(InputStream istream)
           
static DefinitionKind DefinitionKindHelper.read(InputStream istream)
           
static double[] DoubleSeqHelper.read(InputStream istream)
           
static String FieldNameHelper.read(InputStream istream)
           
static float[] FloatSeqHelper.read(InputStream istream)
           
static IDLType IDLTypeHelper.read(InputStream istream)
           
static String IdentifierHelper.read(InputStream istream)
           
static long[] LongLongSeqHelper.read(InputStream istream)
           
static int[] LongSeqHelper.read(InputStream istream)
           
static NameValuePair NameValuePairHelper.read(InputStream istream)
           
static Object ObjectHelper.read(InputStream istream)
           
static byte[] OctetSeqHelper.read(InputStream istream)
           
static ParameterMode ParameterModeHelper.read(InputStream istream)
           
static short PolicyErrorCodeHelper.read(InputStream istream)
           
static PolicyError PolicyErrorHelper.read(InputStream istream)
           
static Policy PolicyHelper.read(InputStream istream)
           
static Policy[] PolicyListHelper.read(InputStream istream)
           
static int PolicyTypeHelper.read(InputStream istream)
           
static String RepositoryIdHelper.read(InputStream istream)
           
static ServiceDetail ServiceDetailHelper.read(InputStream in)
           
static ServiceInformation ServiceInformationHelper.read(InputStream in)
           
static SetOverrideType SetOverrideTypeHelper.read(InputStream istream)
           
static short[] ShortSeqHelper.read(InputStream istream)
           
static String[] StringSeqHelper.read(InputStream istream)
           
static String StringValueHelper.read(InputStream istream)
           
static StructMember StructMemberHelper.read(InputStream istream)
           
static long[] ULongLongSeqHelper.read(InputStream istream)
           
static int[] ULongSeqHelper.read(InputStream istream)
           
static short[] UShortSeqHelper.read(InputStream istream)
           
static UnionMember UnionMemberHelper.read(InputStream istream)
           
static UnknownUserException UnknownUserExceptionHelper.read(InputStream istream)
           
static Serializable ValueBaseHelper.read(InputStream istream)
           
static ValueMember ValueMemberHelper.read(InputStream istream)
           
static String VersionSpecHelper.read(InputStream istream)
           
static short VisibilityHelper.read(InputStream istream)
           
static char[] WCharSeqHelper.read(InputStream istream)
           
static String[] WStringSeqHelper.read(InputStream istream)
           
static String WStringValueHelper.read(InputStream istream)
           
static WrongTransaction WrongTransactionHelper.read(InputStream istream)
           
 

org.omg.CORBA_2_3.portableInputStream 的使用
 

org.omg.CORBA_2_3.portableInputStream 的子類別
 class InputStream
          InputStream 提供從串流讀取所有映射的 IDL 型別的介面。
 

org.omg.CORBA.portableInputStream 的使用
 

返回 InputStreamorg.omg.CORBA.portable 中的方法
 InputStream ObjectImpl._invoke(OutputStream output)
          調用某個操作並返回用來讀取回應的 InputStream 物件。
abstract  InputStream OutputStream.create_input_stream()
          返回一個具有相同緩衝區的輸入串流。
 InputStream ApplicationException.getInputStream()
          返回可從中讀取異常資料作為其參數的輸入串流。
 InputStream Delegate.invoke(Object self, OutputStream output)
          由 stub 調用,以調用一個操作。
 

參數型別為 InputStreamorg.omg.CORBA.portable 中的方法
 OutputStream InvokeHandler._invoke(String method, InputStream input, ResponseHandler handler)
          由 ORB 調用來排程對 servant 的請求。
 void Streamable._read(InputStream istream)
          從 istream 讀取資料,並使用已解組資料初始化 Holder 的 value 欄位。
 void ObjectImpl._releaseReply(InputStream input)
          調用 _invoke 方法並且解組完成後,將給定的應答串流釋放回 ORB。
 Serializable BoxedValueHelper.read_value(InputStream is)
           
 void Delegate.releaseReply(Object self, InputStream input)
          releaseReply 可以由 stub 以可選方式調用,以在解組完成時將應答串流釋放回 ORB。
 

參數型別為 InputStreamorg.omg.CORBA.portable 中的建構子
ApplicationException(String id, InputStream ins)
          根據異常的 CORBA 存儲資源庫 ID 和一個輸入串流(可從中讀取異常資料作為其參數)建構 ApplicationException。
 

org.omg.CosNamingInputStream 的使用
 

參數型別為 InputStreamorg.omg.CosNaming 中的方法
 OutputStream BindingIteratorPOA._invoke(String $method, InputStream in, ResponseHandler $rh)
           
 OutputStream NamingContextExtPOA._invoke(String $method, InputStream in, ResponseHandler $rh)
           
 OutputStream NamingContextPOA._invoke(String $method, InputStream in, ResponseHandler $rh)
           
 void BindingHolder._read(InputStream i)
           
 void BindingIteratorHolder._read(InputStream i)
           
 void BindingListHolder._read(InputStream i)
           
 void BindingTypeHolder._read(InputStream i)
           
 void NameComponentHolder._read(InputStream i)
           
 void NameHolder._read(InputStream i)
           
 void NamingContextExtHolder._read(InputStream i)
           
 void NamingContextHolder._read(InputStream i)
           
static Binding BindingHelper.read(InputStream istream)
           
static BindingIterator BindingIteratorHelper.read(InputStream istream)
           
static Binding[] BindingListHelper.read(InputStream istream)
           
static BindingType BindingTypeHelper.read(InputStream istream)
           
static String IstringHelper.read(InputStream istream)
           
static NameComponent NameComponentHelper.read(InputStream istream)
           
static NameComponent[] NameHelper.read(InputStream istream)
           
static NamingContextExt NamingContextExtHelper.read(InputStream istream)
           
static NamingContext NamingContextHelper.read(InputStream istream)
           
 

org.omg.CosNaming.NamingContextExtPackageInputStream 的使用
 

參數型別為 InputStreamorg.omg.CosNaming.NamingContextExtPackage 中的方法
 void InvalidAddressHolder._read(InputStream i)
           
static String AddressHelper.read(InputStream istream)
           
static InvalidAddress InvalidAddressHelper.read(InputStream istream)
           
static String StringNameHelper.read(InputStream istream)
           
static String URLStringHelper.read(InputStream istream)
           
 

org.omg.CosNaming.NamingContextPackageInputStream 的使用
 

參數型別為 InputStreamorg.omg.CosNaming.NamingContextPackage 中的方法
 void AlreadyBoundHolder._read(InputStream i)
           
 void CannotProceedHolder._read(InputStream i)
           
 void InvalidNameHolder._read(InputStream i)
           
 void NotEmptyHolder._read(InputStream i)
           
 void NotFoundHolder._read(InputStream i)
           
 void NotFoundReasonHolder._read(InputStream i)
           
static AlreadyBound AlreadyBoundHelper.read(InputStream istream)
           
static CannotProceed CannotProceedHelper.read(InputStream istream)
           
static InvalidName InvalidNameHelper.read(InputStream istream)
           
static NotEmpty NotEmptyHelper.read(InputStream istream)
           
static NotFound NotFoundHelper.read(InputStream istream)
           
static NotFoundReason NotFoundReasonHelper.read(InputStream istream)
           
 

org.omg.DynamicAnyInputStream 的使用
 

參數型別為 InputStreamorg.omg.DynamicAny 中的方法
static Any[] AnySeqHelper.read(InputStream istream)
           
static DynAnyFactory DynAnyFactoryHelper.read(InputStream istream)
           
static DynAny DynAnyHelper.read(InputStream istream)
           
static DynAny[] DynAnySeqHelper.read(InputStream istream)
           
static DynArray DynArrayHelper.read(InputStream istream)
           
static DynEnum DynEnumHelper.read(InputStream istream)
           
static DynFixed DynFixedHelper.read(InputStream istream)
           
static DynSequence DynSequenceHelper.read(InputStream istream)
           
static DynStruct DynStructHelper.read(InputStream istream)
           
static DynUnion DynUnionHelper.read(InputStream istream)
           
static DynValue DynValueHelper.read(InputStream istream)
           
static String FieldNameHelper.read(InputStream istream)
           
static NameDynAnyPair NameDynAnyPairHelper.read(InputStream istream)
           
static NameDynAnyPair[] NameDynAnyPairSeqHelper.read(InputStream istream)
           
static NameValuePair NameValuePairHelper.read(InputStream istream)
           
static NameValuePair[] NameValuePairSeqHelper.read(InputStream istream)
           
 

org.omg.DynamicAny.DynAnyFactoryPackageInputStream 的使用
 

參數型別為 InputStreamorg.omg.DynamicAny.DynAnyFactoryPackage 中的方法
static InconsistentTypeCode InconsistentTypeCodeHelper.read(InputStream istream)
           
 

org.omg.DynamicAny.DynAnyPackageInputStream 的使用
 

參數型別為 InputStreamorg.omg.DynamicAny.DynAnyPackage 中的方法
static InvalidValue InvalidValueHelper.read(InputStream istream)
           
static TypeMismatch TypeMismatchHelper.read(InputStream istream)
           
 

org.omg.IOPInputStream 的使用
 

參數型別為 InputStreamorg.omg.IOP 中的方法
 void IORHolder._read(InputStream i)
           
 void MultipleComponentProfileHolder._read(InputStream i)
           
 void ServiceContextHolder._read(InputStream i)
           
 void ServiceContextListHolder._read(InputStream i)
           
 void TaggedComponentHolder._read(InputStream i)
           
 void TaggedProfileHolder._read(InputStream i)
           
static CodecFactory CodecFactoryHelper.read(InputStream istream)
           
static int ComponentIdHelper.read(InputStream istream)
           
static IOR IORHelper.read(InputStream istream)
           
static TaggedComponent[] MultipleComponentProfileHelper.read(InputStream istream)
           
static int ProfileIdHelper.read(InputStream istream)
           
static ServiceContext ServiceContextHelper.read(InputStream istream)
           
static ServiceContext[] ServiceContextListHelper.read(InputStream istream)
           
static int ServiceIdHelper.read(InputStream istream)
           
static TaggedComponent TaggedComponentHelper.read(InputStream istream)
           
static TaggedProfile TaggedProfileHelper.read(InputStream istream)
           
 

org.omg.IOP.CodecFactoryPackageInputStream 的使用
 

參數型別為 InputStreamorg.omg.IOP.CodecFactoryPackage 中的方法
static UnknownEncoding UnknownEncodingHelper.read(InputStream istream)
           
 

org.omg.IOP.CodecPackageInputStream 的使用
 

參數型別為 InputStreamorg.omg.IOP.CodecPackage 中的方法
static FormatMismatch FormatMismatchHelper.read(InputStream istream)
           
static InvalidTypeForEncoding InvalidTypeForEncodingHelper.read(InputStream istream)
           
static TypeMismatch TypeMismatchHelper.read(InputStream istream)
           
 

org.omg.MessagingInputStream 的使用
 

參數型別為 InputStreamorg.omg.Messaging 中的方法
static short SyncScopeHelper.read(InputStream istream)
           
 

org.omg.PortableInterceptorInputStream 的使用
 

參數型別為 InputStreamorg.omg.PortableInterceptor 中的方法
 void IORInterceptor_3_0Holder._read(InputStream i)
           
 void ObjectReferenceFactoryHolder._read(InputStream i)
           
 void ObjectReferenceTemplateHolder._read(InputStream i)
           
 void ObjectReferenceTemplateSeqHolder._read(InputStream i)
           
static int AdapterManagerIdHelper.read(InputStream istream)
           
static String[] AdapterNameHelper.read(InputStream istream)
           
static short AdapterStateHelper.read(InputStream istream)
           
static Current CurrentHelper.read(InputStream istream)
           
static ForwardRequest ForwardRequestHelper.read(InputStream istream)
           
static IORInterceptor_3_0 IORInterceptor_3_0Helper.read(InputStream istream)
           
static InvalidSlot InvalidSlotHelper.read(InputStream istream)
           
static String ORBIdHelper.read(InputStream istream)
           
static byte[] ObjectIdHelper.read(InputStream istream)
           
static ObjectReferenceFactory ObjectReferenceFactoryHelper.read(InputStream istream)
           
static ObjectReferenceTemplate ObjectReferenceTemplateHelper.read(InputStream istream)
           
static ObjectReferenceTemplate[] ObjectReferenceTemplateSeqHelper.read(InputStream istream)
           
static String ServerIdHelper.read(InputStream istream)
           
 

org.omg.PortableInterceptor.ORBInitInfoPackageInputStream 的使用
 

參數型別為 InputStreamorg.omg.PortableInterceptor.ORBInitInfoPackage 中的方法
static DuplicateName DuplicateNameHelper.read(InputStream istream)
           
static InvalidName InvalidNameHelper.read(InputStream istream)
           
static String ObjectIdHelper.read(InputStream istream)
           
 

org.omg.PortableServerInputStream 的使用
 

參數型別為 InputStreamorg.omg.PortableServer 中的方法
 OutputStream ServantActivatorPOA._invoke(String $method, InputStream in, ResponseHandler $rh)
           
 OutputStream ServantLocatorPOA._invoke(String $method, InputStream in, ResponseHandler $rh)
           
static Current CurrentHelper.read(InputStream istream)
           
static ForwardRequest ForwardRequestHelper.read(InputStream istream)
           
static POA POAHelper.read(InputStream istream)
           
static ServantActivator ServantActivatorHelper.read(InputStream istream)
           
static ServantLocator ServantLocatorHelper.read(InputStream istream)
           
 

org.omg.PortableServer.CurrentPackageInputStream 的使用
 

參數型別為 InputStreamorg.omg.PortableServer.CurrentPackage 中的方法
static NoContext NoContextHelper.read(InputStream istream)
           
 

org.omg.PortableServer.POAManagerPackageInputStream 的使用
 

參數型別為 InputStreamorg.omg.PortableServer.POAManagerPackage 中的方法
static AdapterInactive AdapterInactiveHelper.read(InputStream istream)
           
 

org.omg.PortableServer.POAPackageInputStream 的使用
 

參數型別為 InputStreamorg.omg.PortableServer.POAPackage 中的方法
static AdapterAlreadyExists AdapterAlreadyExistsHelper.read(InputStream istream)
           
static AdapterNonExistent AdapterNonExistentHelper.read(InputStream istream)
           
static InvalidPolicy InvalidPolicyHelper.read(InputStream istream)
           
static NoServant NoServantHelper.read(InputStream istream)
           
static ObjectAlreadyActive ObjectAlreadyActiveHelper.read(InputStream istream)
           
static ObjectNotActive ObjectNotActiveHelper.read(InputStream istream)
           
static ServantAlreadyActive ServantAlreadyActiveHelper.read(InputStream istream)
           
static ServantNotActive ServantNotActiveHelper.read(InputStream istream)
           
static WrongAdapter WrongAdapterHelper.read(InputStream istream)
           
static WrongPolicy WrongPolicyHelper.read(InputStream istream)
           
 

org.omg.PortableServer.ServantLocatorPackageInputStream 的使用
 

參數型別為 InputStreamorg.omg.PortableServer.ServantLocatorPackage 中的方法
 void CookieHolder._read(InputStream is)
           
 


JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only