Searched refs:TypeCode (Results 151 - 175 of 202) sorted by relevance

123456789

/openjdk7/corba/src/share/classes/com/sun/org/omg/CORBA/
H A DExceptionDescriptionHelper.java56 private static org.omg.CORBA.TypeCode __typeCode = null;
58 synchronized public static org.omg.CORBA.TypeCode type ()
62 synchronized (org.omg.CORBA.TypeCode.class)
72 org.omg.CORBA.TypeCode _tcOf_members0 = null;
H A DValueMemberHelper.java62 private static org.omg.CORBA.TypeCode __typeCode = null;
64 synchronized public static org.omg.CORBA.TypeCode type ()
68 synchronized (org.omg.CORBA.TypeCode.class)
78 org.omg.CORBA.TypeCode _tcOf_members0 = null;
H A D_IDLTypeStub.java56 public org.omg.CORBA.TypeCode type ()
62 org.omg.CORBA.TypeCode __result = _in.read_TypeCode ();
H A DOperationDescriptionHelper.java56 private static org.omg.CORBA.TypeCode __typeCode = null;
58 synchronized public static org.omg.CORBA.TypeCode type ()
62 synchronized (org.omg.CORBA.TypeCode.class)
72 org.omg.CORBA.TypeCode _tcOf_members0 = null;
/openjdk7/corba/src/share/classes/org/omg/CORBA/
H A DDataOutputStream.java152 void write_TypeCode (org.omg.CORBA.TypeCode value);
H A DValueMemberHelper.java55 private static org.omg.CORBA.TypeCode __typeCode = null;
57 synchronized public static org.omg.CORBA.TypeCode type ()
61 synchronized (org.omg.CORBA.TypeCode.class)
71 org.omg.CORBA.TypeCode _tcOf_members0 = null;
H A DServiceInformationHelper.java72 private static org.omg.CORBA.TypeCode _tc;
73 synchronized public static org.omg.CORBA.TypeCode type() {
H A D_IDLTypeStub.java65 public org.omg.CORBA.TypeCode type ()
71 org.omg.CORBA.TypeCode __result = _in.read_TypeCode ();
H A DDataInputStream.java187 org.omg.CORBA.TypeCode read_TypeCode ();
H A DDynAny.java43 * Returns the <code>TypeCode</code> of the object inserted into
46 * @return the <code>TypeCode</code> object.
48 public org.omg.CORBA.TypeCode type() ;
294 * Inserts the given <code>org.omg.CORBA.TypeCode</code> as the value for this
301 * @param value the <code>org.omg.CORBA.TypeCode</code> to insert into this
307 public void insert_typecode(org.omg.CORBA.TypeCode value)
595 * Retrieves the <code>org.omg.CORBA.TypeCode</code> contained
598 * @return the <code>org.omg.CORBA.TypeCode</code> that is the
603 * the type code for a <code>org.omg.CORBA.TypeCode</code>
605 public org.omg.CORBA.TypeCode get_typecod
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/dynamicany/
H A DDynFixedImpl.java28 import org.omg.CORBA.TypeCode;
56 protected DynFixedImpl(ORB orb, TypeCode typeCode) {
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/encoding/
H A DCDROutputStreamBase.java32 import org.omg.CORBA.TypeCode;
95 public abstract void write_TypeCode(TypeCode value);
H A DTypeCodeReader.java40 import org.omg.CORBA.TypeCode ;
H A DCDRInputStreamBase.java32 import org.omg.CORBA.TypeCode;
88 public abstract TypeCode read_TypeCode();
H A DWrapperInputStream.java40 import org.omg.CORBA.TypeCode ;
146 public TypeCode read_TypeCode() { return stream.read_TypeCode(); }
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/ior/
H A DObjectReferenceTemplateImpl.java34 import org.omg.CORBA.TypeCode ;
108 public TypeCode _type()
/openjdk7/corba/src/share/classes/org/omg/DynamicAny/
H A DDynamicAny.idl63 * After creation of an uninitialized DynAny (that is, a DynAny that has no value but a TypeCode
104 * A type is consistent for inserting or extracting a value if its TypeCode is equivalent to
105 * the TypeCode contained in the DynAny or, if the DynAny has components, is equivalent to the TypeCode
122 * Returns the TypeCode associated with this DynAny object.
123 * A DynAny object is created with a TypeCode value assigned to it.
124 * This TypeCode value determines the type of the value handled through the DynAny object.
125 * Note that the TypeCode associated with a DynAny object is initialized at the time the
128 * @return The TypeCode associated with this DynAny object
130 CORBA::TypeCode typ
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/corba/
H A DTypeCodeImpl.java40 import org.omg.CORBA.TypeCode ;
73 public final class TypeCodeImpl extends TypeCode
215 public TypeCodeImpl(ORB orb, TypeCode tc)
217 // also see the 'convertToNative(ORB orb, TypeCode tc)' function
242 TypeCode tccb = tc.concrete_base_type();
379 TypeCode discriminator_type,
416 TypeCode concrete_base,
473 TypeCode original_type)
526 TypeCode element_type)
594 TypeCode t
[all...]
H A DRequestImpl.java48 import org.omg.CORBA.TypeCode;
225 public synchronized void set_return_type(TypeCode tc)
239 public synchronized void add_exception(TypeCode exceptionType)
350 TypeCode returnType = returnAny.type();
H A DTCUtility.java42 import org.omg.CORBA.TypeCode;
60 * Static functions for TypeCode interpretation.
64 static void marshalIn(org.omg.CORBA.portable.OutputStream s, TypeCode typeCode, long l, Object o) {
117 s.write_TypeCode((TypeCode)o);
191 static void unmarshalIn(org.omg.CORBA.portable.InputStream s, TypeCode typeCode, long[] la, Object[] oa)
H A DServerRequestImpl.java38 import org.omg.CORBA.TypeCode;
208 TypeCode result_tc = _orb.get_primitive_tc(
/openjdk7/corba/src/share/classes/com/sun/org/omg/CORBA/ValueDefPackage/
H A DFullValueDescriptionHelper.java56 private static org.omg.CORBA.TypeCode __typeCode = null;
58 synchronized public static org.omg.CORBA.TypeCode type ()
62 synchronized (org.omg.CORBA.TypeCode.class)
72 org.omg.CORBA.TypeCode _tcOf_members0 = null;
/openjdk7/jdk/src/share/classes/sun/jvmstat/perfdata/monitor/v2_0/
H A DPerfDataBuffer.java355 TypeCode typeCode = null;
359 typeCode = TypeCode.toTypeCode(typeCodeByte);
446 if (typeCode == TypeCode.LONG) {
465 if (typeCode == TypeCode.BYTE) {
/openjdk7/corba/src/share/classes/org/omg/PortableInterceptor/
H A DIOP.idl484 * <code>TypeCode</code> does not match the given byte array.
495 * contains both the <code>TypeCode</code> and the data of the type.
517 * encoded, not the <code>TypeCode</code>.
530 * <code>TypeCode</code> and the encoding format effective for
535 * @param tc The TypeCode to be used to decode the data.
540 any decode_value (in CORBA::OctetSeq data, in CORBA::TypeCode tc)
/openjdk7/jdk/src/share/classes/com/sun/jmx/remote/protocol/iiop/
H A DProxyInputStream.java36 import org.omg.CORBA.TypeCode;
153 public TypeCode read_TypeCode() {

Completed in 100 milliseconds

123456789