| 
 | JavaTM 2 Platform Standard Ed. 5.0 | |||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| 使用 OutputStream 的软件包 | |
|---|---|
| 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 2 平台、标准版 v.1.4 ORB 遵守的官方规范的受支持部分的明确列表,请参阅 Official Specifications for CORBA support in J2SE 1.4。 | 
| 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.CORBA 中 OutputStream 的使用 | 
|---|
| org.omg.CORBA 中 OutputStream 的使用 | 
|---|
| 返回 OutputStream 的 org.omg.CORBA 中的方法 | |
|---|---|
|  OutputStream | LocalObject._request(String operation,
         boolean responseExpected)抛出 org.omg.CORBA.NO_IMPLEMENT异常,并带有消息 "This is a locally constrained object"。 | 
| abstract  OutputStream | ORB.create_output_stream()创建一个新的 org.omg.CORBA.portable.OutputStream,在执行方法调用期间,可在该输出流中对 IDL 方法参数进行编组。 | 
| abstract  OutputStream | Any.create_output_stream()创建一个输出流,可以将此 Any对象的值编组到其中。 | 
| 参数类型为 OutputStream 的 org.omg.CORBA 中的方法 | |
|---|---|
|  InputStream | LocalObject._invoke(OutputStream output)抛出 org.omg.CORBA.NO_IMPLEMENT异常,并带有消息 "This is a locally constrained object"。 | 
|  void | WrongTransactionHolder._write(OutputStream o) | 
|  void | WStringSeqHolder._write(OutputStream o) | 
|  void | WCharSeqHolder._write(OutputStream o) | 
|  void | ValueBaseHolder._write(OutputStream output)将此 Holder 中的值编组到 output。 | 
|  void | UnknownUserExceptionHolder._write(OutputStream o) | 
|  void | UShortSeqHolder._write(OutputStream o) | 
|  void | ULongSeqHolder._write(OutputStream o) | 
|  void | ULongLongSeqHolder._write(OutputStream o) | 
|  void | TypeCodeHolder._write(OutputStream output)将此 TypeCodeHolder对象中的值编组到output。 | 
|  void | StringSeqHolder._write(OutputStream o) | 
|  void | StringHolder._write(OutputStream output)将此 StringHolder对象所保存的值编组到输出流output。 | 
|  void | ShortSeqHolder._write(OutputStream o) | 
|  void | ShortHolder._write(OutputStream output)将此 ShortHolder对象中的值编组到output。 | 
|  void | ServiceInformationHolder._write(OutputStream out)将此 ServiceInformationHolder对象的value字段中的值编组到输出流out。 | 
|  void | PrincipalHolder._write(OutputStream output)已过时。 | 
|  void | PolicyListHolder._write(OutputStream o) | 
|  void | PolicyHolder._write(OutputStream o) | 
|  void | PolicyErrorHolder._write(OutputStream o) | 
|  void | ParameterModeHolder._write(OutputStream o) | 
|  void | OctetSeqHolder._write(OutputStream o) | 
|  void | ObjectHolder._write(OutputStream output)将此 ObjectHolder对象中的值编组到output。 | 
|  void | LongSeqHolder._write(OutputStream o) | 
|  void | LongLongSeqHolder._write(OutputStream o) | 
|  void | LongHolder._write(OutputStream output)将此 Holder 中的值编组到 output。 | 
|  void | IntHolder._write(OutputStream output)将此 IntHolder对象value字段中的值编组到输出流output中。 | 
|  void | FloatSeqHolder._write(OutputStream o) | 
|  void | FloatHolder._write(OutputStream output)将 float 值写入输出流。 | 
|  void | FixedHolder._write(OutputStream output)将存储在此 holder 中的定点值写入 OutputStream。 | 
|  void | DoubleSeqHolder._write(OutputStream o) | 
|  void | DoubleHolder._write(OutputStream output)将存储在此 holder 中的 double 值写入 OutputStream。 | 
|  void | CurrentHolder._write(OutputStream o) | 
|  void | CharSeqHolder._write(OutputStream o) | 
|  void | CharHolder._write(OutputStream output)将此 CharHolder对象中的值编组到output。 | 
|  void | ByteHolder._write(OutputStream output)将此 ByteHolder对象中的值编组到output。 | 
|  void | BooleanSeqHolder._write(OutputStream o) | 
|  void | BooleanHolder._write(OutputStream output)将此 BooleanHolder对象value字段中的值编组到输出流output。 | 
|  void | AnySeqHolder._write(OutputStream o) | 
|  void | AnyHolder._write(OutputStream output)将此 AnyHolder对象中的值编组到output。 | 
| abstract  void | Any.write_value(OutputStream os)将此 Any对象的值写出到给定输出流。 | 
|  void | WStringValueHelper.write_value(OutputStream ostream,
            Serializable value) | 
|  void | StringValueHelper.write_value(OutputStream ostream,
            Serializable value) | 
| static void | AnySeqHelper.write(OutputStream ostream,
      Any[] value) | 
| static void | BooleanSeqHelper.write(OutputStream ostream,
      boolean[] value) | 
| static void | OctetSeqHelper.write(OutputStream ostream,
      byte[] value) | 
| static void | WCharSeqHelper.write(OutputStream ostream,
      char[] value) | 
| static void | CharSeqHelper.write(OutputStream ostream,
      char[] value) | 
| static void | CompletionStatusHelper.write(OutputStream ostream,
      CompletionStatus value) | 
| static void | CurrentHelper.write(OutputStream ostream,
      Current value) | 
| static void | DefinitionKindHelper.write(OutputStream ostream,
      DefinitionKind value) | 
| static void | DoubleSeqHelper.write(OutputStream ostream,
      double[] value) | 
| static void | FloatSeqHelper.write(OutputStream ostream,
      float[] value) | 
| static void | IDLTypeHelper.write(OutputStream ostream,
      IDLType value) | 
| static void | PolicyTypeHelper.write(OutputStream ostream,
      int value) | 
| static void | ULongSeqHelper.write(OutputStream ostream,
      int[] value) | 
| static void | LongSeqHelper.write(OutputStream ostream,
      int[] value) | 
| static void | ULongLongSeqHelper.write(OutputStream ostream,
      long[] value) | 
| static void | LongLongSeqHelper.write(OutputStream ostream,
      long[] value) | 
| static void | NameValuePairHelper.write(OutputStream ostream,
      NameValuePair value) | 
| static void | ObjectHelper.write(OutputStream ostream,
      Object value) | 
| static void | ParameterModeHelper.write(OutputStream ostream,
      ParameterMode value) | 
| static void | PolicyHelper.write(OutputStream ostream,
      Policy value) | 
| static void | PolicyListHelper.write(OutputStream ostream,
      Policy[] value) | 
| static void | PolicyErrorHelper.write(OutputStream ostream,
      PolicyError value) | 
| static void | ValueBaseHelper.write(OutputStream ostream,
      Serializable value) | 
| static void | ServiceDetailHelper.write(OutputStream out,
      ServiceDetail that) | 
| static void | ServiceInformationHelper.write(OutputStream out,
      ServiceInformation that) | 
| static void | SetOverrideTypeHelper.write(OutputStream ostream,
      SetOverrideType value) | 
| static void | VisibilityHelper.write(OutputStream ostream,
      short value) | 
| static void | PolicyErrorCodeHelper.write(OutputStream ostream,
      short value) | 
| static void | UShortSeqHelper.write(OutputStream ostream,
      short[] value) | 
| static void | ShortSeqHelper.write(OutputStream ostream,
      short[] value) | 
| static void | WStringValueHelper.write(OutputStream ostream,
      String value) | 
| static void | VersionSpecHelper.write(OutputStream ostream,
      String value) | 
| static void | StringValueHelper.write(OutputStream ostream,
      String value) | 
| static void | RepositoryIdHelper.write(OutputStream ostream,
      String value) | 
| static void | IdentifierHelper.write(OutputStream ostream,
      String value) | 
| static void | FieldNameHelper.write(OutputStream ostream,
      String value) | 
| static void | WStringSeqHelper.write(OutputStream ostream,
      String[] value) | 
| static void | StringSeqHelper.write(OutputStream ostream,
      String[] value) | 
| static void | StructMemberHelper.write(OutputStream ostream,
      StructMember value) | 
| static void | UnionMemberHelper.write(OutputStream ostream,
      UnionMember value) | 
| static void | UnknownUserExceptionHelper.write(OutputStream ostream,
      UnknownUserException value) | 
| static void | ValueMemberHelper.write(OutputStream ostream,
      ValueMember value) | 
| static void | WrongTransactionHelper.write(OutputStream ostream,
      WrongTransaction value) | 
| org.omg.CORBA_2_3.portable 中 OutputStream 的使用 | 
|---|
| org.omg.CORBA_2_3.portable 中 OutputStream 的子类 | |
|---|---|
|  class | OutputStreamOutputStream 提供将所有映射的 IDL 类型写入流的接口。 | 
| org.omg.CORBA.portable 中 OutputStream 的使用 | 
|---|
| 返回 OutputStream 的 org.omg.CORBA.portable 中的方法 | |
|---|---|
|  OutputStream | InvokeHandler._invoke(String method,
        InputStream input,
        ResponseHandler handler)由 ORB 调用来调度对 servant 的请求。 | 
|  OutputStream | ObjectImpl._request(String operation,
         boolean responseExpected)返回一个 OutputStream对象,该对象用于编组给定方法的参数。 | 
|  OutputStream | ResponseHandler.createExceptionReply()在方法调用期间由 servant 调用。 | 
|  OutputStream | ResponseHandler.createReply()在方法调用期间由 servant 调用。 | 
|  OutputStream | Delegate.request(Object self,
        String operation,
        boolean responseExpected)request 由 stub 调用,以获取用于编组参数的 OutputStream。 | 
| 参数类型为 OutputStream 的 org.omg.CORBA.portable 中的方法 | |
|---|---|
|  InputStream | ObjectImpl._invoke(OutputStream output)调用某个操作并返回用来读取响应的 InputStream对象。 | 
|  void | Streamable._write(OutputStream ostream)将 Holder 中 value字段的值编组到ostream。 | 
|  InputStream | Delegate.invoke(Object self,
       OutputStream output)由 stub 调用,以调用一个操作。 | 
|  void | BoxedValueHelper.write_value(OutputStream os,
            Serializable value) | 
| org.omg.CosNaming 中 OutputStream 的使用 | 
|---|
| 返回 OutputStream 的 org.omg.CosNaming 中的方法 | |
|---|---|
|  OutputStream | NamingContextPOA._invoke(String $method,
        InputStream in,
        ResponseHandler $rh) | 
|  OutputStream | NamingContextExtPOA._invoke(String $method,
        InputStream in,
        ResponseHandler $rh) | 
|  OutputStream | BindingIteratorPOA._invoke(String $method,
        InputStream in,
        ResponseHandler $rh) | 
| 参数类型为 OutputStream 的 org.omg.CosNaming 中的方法 | |
|---|---|
|  void | NamingContextHolder._write(OutputStream o) | 
|  void | NamingContextExtHolder._write(OutputStream o) | 
|  void | NameHolder._write(OutputStream o) | 
|  void | NameComponentHolder._write(OutputStream o) | 
|  void | BindingTypeHolder._write(OutputStream o) | 
|  void | BindingListHolder._write(OutputStream o) | 
|  void | BindingIteratorHolder._write(OutputStream o) | 
|  void | BindingHolder._write(OutputStream o) | 
| static void | BindingHelper.write(OutputStream ostream,
      Binding value) | 
| static void | BindingListHelper.write(OutputStream ostream,
      Binding[] value) | 
| static void | BindingIteratorHelper.write(OutputStream ostream,
      BindingIterator value) | 
| static void | BindingTypeHelper.write(OutputStream ostream,
      BindingType value) | 
| static void | NameComponentHelper.write(OutputStream ostream,
      NameComponent value) | 
| static void | NameHelper.write(OutputStream ostream,
      NameComponent[] value) | 
| static void | NamingContextHelper.write(OutputStream ostream,
      NamingContext value) | 
| static void | NamingContextExtHelper.write(OutputStream ostream,
      NamingContextExt value) | 
| static void | IstringHelper.write(OutputStream ostream,
      String value) | 
| org.omg.CosNaming.NamingContextExtPackage 中 OutputStream 的使用 | 
|---|
| 参数类型为 OutputStream 的 org.omg.CosNaming.NamingContextExtPackage 中的方法 | |
|---|---|
|  void | InvalidAddressHolder._write(OutputStream o) | 
| static void | InvalidAddressHelper.write(OutputStream ostream,
      InvalidAddress value) | 
| static void | URLStringHelper.write(OutputStream ostream,
      String value) | 
| static void | StringNameHelper.write(OutputStream ostream,
      String value) | 
| static void | AddressHelper.write(OutputStream ostream,
      String value) | 
| org.omg.CosNaming.NamingContextPackage 中 OutputStream 的使用 | 
|---|
| 参数类型为 OutputStream 的 org.omg.CosNaming.NamingContextPackage 中的方法 | |
|---|---|
|  void | NotFoundReasonHolder._write(OutputStream o) | 
|  void | NotFoundHolder._write(OutputStream o) | 
|  void | NotEmptyHolder._write(OutputStream o) | 
|  void | InvalidNameHolder._write(OutputStream o) | 
|  void | CannotProceedHolder._write(OutputStream o) | 
|  void | AlreadyBoundHolder._write(OutputStream o) | 
| static void | AlreadyBoundHelper.write(OutputStream ostream,
      AlreadyBound value) | 
| static void | CannotProceedHelper.write(OutputStream ostream,
      CannotProceed value) | 
| static void | InvalidNameHelper.write(OutputStream ostream,
      InvalidName value) | 
| static void | NotEmptyHelper.write(OutputStream ostream,
      NotEmpty value) | 
| static void | NotFoundHelper.write(OutputStream ostream,
      NotFound value) | 
| static void | NotFoundReasonHelper.write(OutputStream ostream,
      NotFoundReason value) | 
| org.omg.DynamicAny 中 OutputStream 的使用 | 
|---|
| 参数类型为 OutputStream 的 org.omg.DynamicAny 中的方法 | |
|---|---|
| static void | AnySeqHelper.write(OutputStream ostream,
      Any[] value) | 
| static void | DynAnyHelper.write(OutputStream ostream,
      DynAny value) | 
| static void | DynAnySeqHelper.write(OutputStream ostream,
      DynAny[] value) | 
| static void | DynAnyFactoryHelper.write(OutputStream ostream,
      DynAnyFactory value) | 
| static void | DynArrayHelper.write(OutputStream ostream,
      DynArray value) | 
| static void | DynEnumHelper.write(OutputStream ostream,
      DynEnum value) | 
| static void | DynFixedHelper.write(OutputStream ostream,
      DynFixed value) | 
| static void | DynSequenceHelper.write(OutputStream ostream,
      DynSequence value) | 
| static void | DynStructHelper.write(OutputStream ostream,
      DynStruct value) | 
| static void | DynUnionHelper.write(OutputStream ostream,
      DynUnion value) | 
| static void | DynValueHelper.write(OutputStream ostream,
      DynValue value) | 
| static void | NameDynAnyPairHelper.write(OutputStream ostream,
      NameDynAnyPair value) | 
| static void | NameDynAnyPairSeqHelper.write(OutputStream ostream,
      NameDynAnyPair[] value) | 
| static void | NameValuePairHelper.write(OutputStream ostream,
      NameValuePair value) | 
| static void | NameValuePairSeqHelper.write(OutputStream ostream,
      NameValuePair[] value) | 
| static void | FieldNameHelper.write(OutputStream ostream,
      String value) | 
| org.omg.DynamicAny.DynAnyFactoryPackage 中 OutputStream 的使用 | 
|---|
| 参数类型为 OutputStream 的 org.omg.DynamicAny.DynAnyFactoryPackage 中的方法 | |
|---|---|
| static void | InconsistentTypeCodeHelper.write(OutputStream ostream,
      InconsistentTypeCode value) | 
| org.omg.DynamicAny.DynAnyPackage 中 OutputStream 的使用 | 
|---|
| 参数类型为 OutputStream 的 org.omg.DynamicAny.DynAnyPackage 中的方法 | |
|---|---|
| static void | InvalidValueHelper.write(OutputStream ostream,
      InvalidValue value) | 
| static void | TypeMismatchHelper.write(OutputStream ostream,
      TypeMismatch value) | 
| org.omg.IOP 中 OutputStream 的使用 | 
|---|
| 参数类型为 OutputStream 的 org.omg.IOP 中的方法 | |
|---|---|
|  void | TaggedProfileHolder._write(OutputStream o) | 
|  void | TaggedComponentHolder._write(OutputStream o) | 
|  void | ServiceContextListHolder._write(OutputStream o) | 
|  void | ServiceContextHolder._write(OutputStream o) | 
|  void | MultipleComponentProfileHolder._write(OutputStream o) | 
|  void | IORHolder._write(OutputStream o) | 
| static void | CodecFactoryHelper.write(OutputStream ostream,
      CodecFactory value) | 
| static void | ServiceIdHelper.write(OutputStream ostream,
      int value) | 
| static void | ProfileIdHelper.write(OutputStream ostream,
      int value) | 
| static void | ComponentIdHelper.write(OutputStream ostream,
      int value) | 
| static void | IORHelper.write(OutputStream ostream,
      IOR value) | 
| static void | ServiceContextHelper.write(OutputStream ostream,
      ServiceContext value) | 
| static void | ServiceContextListHelper.write(OutputStream ostream,
      ServiceContext[] value) | 
| static void | TaggedComponentHelper.write(OutputStream ostream,
      TaggedComponent value) | 
| static void | MultipleComponentProfileHelper.write(OutputStream ostream,
      TaggedComponent[] value) | 
| static void | TaggedProfileHelper.write(OutputStream ostream,
      TaggedProfile value) | 
| org.omg.IOP.CodecFactoryPackage 中 OutputStream 的使用 | 
|---|
| 参数类型为 OutputStream 的 org.omg.IOP.CodecFactoryPackage 中的方法 | |
|---|---|
| static void | UnknownEncodingHelper.write(OutputStream ostream,
      UnknownEncoding value) | 
| org.omg.IOP.CodecPackage 中 OutputStream 的使用 | 
|---|
| 参数类型为 OutputStream 的 org.omg.IOP.CodecPackage 中的方法 | |
|---|---|
| static void | FormatMismatchHelper.write(OutputStream ostream,
      FormatMismatch value) | 
| static void | InvalidTypeForEncodingHelper.write(OutputStream ostream,
      InvalidTypeForEncoding value) | 
| static void | TypeMismatchHelper.write(OutputStream ostream,
      TypeMismatch value) | 
| org.omg.Messaging 中 OutputStream 的使用 | 
|---|
| 参数类型为 OutputStream 的 org.omg.Messaging 中的方法 | |
|---|---|
| static void | SyncScopeHelper.write(OutputStream ostream,
      short value) | 
| org.omg.PortableInterceptor 中 OutputStream 的使用 | 
|---|
| 参数类型为 OutputStream 的 org.omg.PortableInterceptor 中的方法 | |
|---|---|
|  void | ObjectReferenceTemplateSeqHolder._write(OutputStream o) | 
|  void | ObjectReferenceTemplateHolder._write(OutputStream o) | 
|  void | ObjectReferenceFactoryHolder._write(OutputStream o) | 
|  void | IORInterceptor_3_0Holder._write(OutputStream o) | 
| static void | ObjectIdHelper.write(OutputStream ostream,
      byte[] value) | 
| static void | CurrentHelper.write(OutputStream ostream,
      Current value) | 
| static void | ForwardRequestHelper.write(OutputStream ostream,
      ForwardRequest value) | 
| static void | AdapterManagerIdHelper.write(OutputStream ostream,
      int value) | 
| static void | InvalidSlotHelper.write(OutputStream ostream,
      InvalidSlot value) | 
| static void | IORInterceptor_3_0Helper.write(OutputStream ostream,
      IORInterceptor_3_0 value) | 
| static void | ObjectReferenceFactoryHelper.write(OutputStream ostream,
      ObjectReferenceFactory value) | 
| static void | ObjectReferenceTemplateHelper.write(OutputStream ostream,
      ObjectReferenceTemplate value) | 
| static void | ObjectReferenceTemplateSeqHelper.write(OutputStream ostream,
      ObjectReferenceTemplate[] value) | 
| static void | AdapterStateHelper.write(OutputStream ostream,
      short value) | 
| static void | ServerIdHelper.write(OutputStream ostream,
      String value) | 
| static void | ORBIdHelper.write(OutputStream ostream,
      String value) | 
| static void | AdapterNameHelper.write(OutputStream ostream,
      String[] value) | 
| org.omg.PortableInterceptor.ORBInitInfoPackage 中 OutputStream 的使用 | 
|---|
| 参数类型为 OutputStream 的 org.omg.PortableInterceptor.ORBInitInfoPackage 中的方法 | |
|---|---|
| static void | DuplicateNameHelper.write(OutputStream ostream,
      DuplicateName value) | 
| static void | InvalidNameHelper.write(OutputStream ostream,
      InvalidName value) | 
| static void | ObjectIdHelper.write(OutputStream ostream,
      String value) | 
| org.omg.PortableServer 中 OutputStream 的使用 | 
|---|
| 返回 OutputStream 的 org.omg.PortableServer 中的方法 | |
|---|---|
|  OutputStream | ServantLocatorPOA._invoke(String $method,
        InputStream in,
        ResponseHandler $rh) | 
|  OutputStream | ServantActivatorPOA._invoke(String $method,
        InputStream in,
        ResponseHandler $rh) | 
| 参数类型为 OutputStream 的 org.omg.PortableServer 中的方法 | |
|---|---|
| static void | CurrentHelper.write(OutputStream ostream,
      Current value) | 
| static void | ForwardRequestHelper.write(OutputStream ostream,
      ForwardRequest value) | 
| static void | POAHelper.write(OutputStream ostream,
      POA value) | 
| static void | ServantActivatorHelper.write(OutputStream ostream,
      ServantActivator value) | 
| static void | ServantLocatorHelper.write(OutputStream ostream,
      ServantLocator value) | 
| org.omg.PortableServer.CurrentPackage 中 OutputStream 的使用 | 
|---|
| 参数类型为 OutputStream 的 org.omg.PortableServer.CurrentPackage 中的方法 | |
|---|---|
| static void | NoContextHelper.write(OutputStream ostream,
      NoContext value) | 
| org.omg.PortableServer.POAManagerPackage 中 OutputStream 的使用 | 
|---|
| 参数类型为 OutputStream 的 org.omg.PortableServer.POAManagerPackage 中的方法 | |
|---|---|
| static void | AdapterInactiveHelper.write(OutputStream ostream,
      AdapterInactive value) | 
| org.omg.PortableServer.POAPackage 中 OutputStream 的使用 | 
|---|
| 参数类型为 OutputStream 的 org.omg.PortableServer.POAPackage 中的方法 | |
|---|---|
| static void | AdapterAlreadyExistsHelper.write(OutputStream ostream,
      AdapterAlreadyExists value) | 
| static void | AdapterNonExistentHelper.write(OutputStream ostream,
      AdapterNonExistent value) | 
| static void | InvalidPolicyHelper.write(OutputStream ostream,
      InvalidPolicy value) | 
| static void | NoServantHelper.write(OutputStream ostream,
      NoServant value) | 
| static void | ObjectAlreadyActiveHelper.write(OutputStream ostream,
      ObjectAlreadyActive value) | 
| static void | ObjectNotActiveHelper.write(OutputStream ostream,
      ObjectNotActive value) | 
| static void | ServantAlreadyActiveHelper.write(OutputStream ostream,
      ServantAlreadyActive value) | 
| static void | ServantNotActiveHelper.write(OutputStream ostream,
      ServantNotActive value) | 
| static void | WrongAdapterHelper.write(OutputStream ostream,
      WrongAdapter value) | 
| static void | WrongPolicyHelper.write(OutputStream ostream,
      WrongPolicy value) | 
| org.omg.PortableServer.ServantLocatorPackage 中 OutputStream 的使用 | 
|---|
| 参数类型为 OutputStream 的 org.omg.PortableServer.ServantLocatorPackage 中的方法 | |
|---|---|
|  void | CookieHolder._write(OutputStream os) | 
| 
 | JavaTM 2 Platform Standard Ed. 5.0 | |||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
版权所有 2004 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。