Searched refs:ValueBase (Results 1 - 12 of 12) sorted by relevance

/openjdk7/corba/src/share/classes/org/omg/CORBA/portable/
H A DStreamableValue.java33 * All value types implement ValueBase either directly or
39 public interface StreamableValue extends Streamable, ValueBase {
H A DValueBase.java36 * valuetype objects implement the ValueBase interface. The generated
38 * ValueBase interface for the corresponding value type.
42 * (CORBA::ValueBase is mapped to java.io.Serializable.)
44 public interface ValueBase extends IDLEntity { interface in inherits:IDLEntity
H A DCustomValue.java30 * All value types implement ValueBase either directly
40 * An extension of <code>ValueBase</code> that is implemented by custom value
43 public interface CustomValue extends ValueBase, CustomMarshal {
/openjdk7/corba/src/share/classes/org/omg/CORBA/
H A DDataOutputStream.java34 public interface DataOutputStream extends org.omg.CORBA.portable.ValueBase
H A DDataInputStream.java34 public interface DataInputStream extends org.omg.CORBA.portable.ValueBase
/openjdk7/corba/src/share/classes/org/omg/DynamicAny/
H A DDynamicAny.idl370 * The IDL ValueBase type is mapped to the Java Serializable type.
375 void insert_val(in ValueBase value)
583 * The IDL ValueBase type is mapped to the Java Serializable type.
590 ValueBase get_val()
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A DToken.java110 ValueBase = 45, // | | field in class:Token
205 //ValueBase = 507,
230 "ValueBase", "valuetype",
H A DParser.java185 valueBase.name ("ValueBase");
186 symbolTable.put ("ValueBase", valueBase);
488 case Token.ValueBase:
505 Token.ValueBase }, token.type);
598 else if (token.type == Token.ValueBase) // <f46082.40>
600 name = "ValueBase";
601 match (Token.ValueBase);
707 SymtabEntry objectEntry = qualifiedEntry ("ValueBase");
712 ParseException.wrongType (scanner, overrideName ("ValueBase"), "value", objectEntry.typeName ());
814 case Token.ValueBase
[all...]
H A DPreprocessor.java1003 else if (token.type == Token.ValueBase)
1005 name = "ValueBase";
1006 match (Token.ValueBase);
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/encoding/
H A DCDROutputStream_1_0.java72 import org.omg.CORBA.portable.ValueBase;
731 private void writeValueBase(org.omg.CORBA.portable.ValueBase object,
740 String repId = ((ValueBase)object)._truncatable_ids()[0];
845 } else if (object instanceof org.omg.CORBA.portable.ValueBase) {
847 writeValueBase((org.omg.CORBA.portable.ValueBase)object, clazz);
1522 return ((object instanceof IDLEntity) && (!(object instanceof ValueBase)) &&
H A DCDRInputStream_1_0.java69 import org.omg.CORBA.portable.ValueBase;
1367 // but abstract valuetypes only implement ValueBase, and really require
1378 ValueBase.class.isAssignableFrom(clazz)) {
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/util/
H A DRepositoryId.java41 import org.omg.CORBA.portable.ValueBase;
849 (!ValueBase.class.isAssignableFrom(clazz)) &&

Completed in 353 milliseconds