Class CommandDataHelper

  • All Implemented Interfaces:
    org.omg.CORBA.portable.BoxedValueHelper

    public final class CommandDataHelper
    extends java.lang.Object
    implements org.omg.CORBA.portable.BoxedValueHelper
    org/eclipse/persistence/internal/remotecommand/corba/sun/CommandDataHelper.java . Generated by the IDL-to-Java compiler (portable), version "3.1" from rcm.idl Tuesday, March 30, 2004 2:00:14 PM EST
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static byte[] extract​(org.omg.CORBA.Any a)  
      java.lang.String get_id()  
      static java.lang.String id()  
      static void insert​(org.omg.CORBA.Any a, byte[] that)  
      static byte[] read​(org.omg.CORBA.portable.InputStream istream)  
      java.io.Serializable read_value​(org.omg.CORBA.portable.InputStream istream)  
      static org.omg.CORBA.TypeCode type()  
      static void write​(org.omg.CORBA.portable.OutputStream ostream, byte[] value)  
      void write_value​(org.omg.CORBA.portable.OutputStream ostream, java.io.Serializable value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CommandDataHelper

        public CommandDataHelper()
    • Method Detail

      • insert

        public static void insert​(org.omg.CORBA.Any a,
                                  byte[] that)
      • extract

        public static byte[] extract​(org.omg.CORBA.Any a)
      • type

        public static org.omg.CORBA.TypeCode type()
      • id

        public static java.lang.String id()
      • read

        public static byte[] read​(org.omg.CORBA.portable.InputStream istream)
      • read_value

        public java.io.Serializable read_value​(org.omg.CORBA.portable.InputStream istream)
        Specified by:
        read_value in interface org.omg.CORBA.portable.BoxedValueHelper
      • write

        public static void write​(org.omg.CORBA.portable.OutputStream ostream,
                                 byte[] value)
      • write_value

        public void write_value​(org.omg.CORBA.portable.OutputStream ostream,
                                java.io.Serializable value)
        Specified by:
        write_value in interface org.omg.CORBA.portable.BoxedValueHelper
      • get_id

        public java.lang.String get_id()
        Specified by:
        get_id in interface org.omg.CORBA.portable.BoxedValueHelper