Searched defs:id (Results 201 - 225 of 770) sorted by relevance

1234567891011>>

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/models/
H A DXSCMRepeatingLeaf.java38 int minOccurs, int maxOccurs, int id, int position) {
39 super(type, leaf, id, position);
37 XSCMRepeatingLeaf(int type, Object leaf, int minOccurs, int maxOccurs, int id, int position) argument
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/corba/
H A DAnyImplHelper.java63 public static String id () method in class:AnyImplHelper
H A DTypeCodeImplHelper.java61 public static String id () method in class:TypeCodeImplHelper
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/ior/
H A DGenericIdentifiable.java41 private int id; field in class:GenericIdentifiable
44 public GenericIdentifiable(int id, InputStream is) argument
46 this.id = id ;
52 return id ;
63 return "GenericIdentifiable[id=" + getId() + "]" ;
88 public GenericIdentifiable(int id, byte[] data) argument
90 this.id = id ;
H A DGenericTaggedProfile.java49 public GenericTaggedProfile( int id, InputStream is ) argument
51 super( id, is ) ;
55 public GenericTaggedProfile( ORB orb, int id, byte[] data ) argument
57 super( id, data ) ;
H A DIdentifiableFactoryFinderBase.java58 protected IdentifiableFactory getFactory(int id) argument
60 Integer ident = new Integer( id ) ;
66 public abstract Identifiable handleMissingFactory( int id, InputStream is ) ; argument
68 public Identifiable create(int id, InputStream is) argument
70 IdentifiableFactory factory = getFactory( id ) ;
75 return handleMissingFactory( id, is ) ;
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/oa/poa/
H A DPOAPolicyMediatorImpl_R_AOM.java62 protected java.lang.Object internalGetServant( byte[] id, argument
65 java.lang.Object servant = internalIdToServant( id ) ;
98 public Servant idToServant( byte[] id )
101 Servant s = internalIdToServant( id ) ;
H A DPOAPolicyMediatorImpl_R_UDS.java61 protected java.lang.Object internalGetServant( byte[] id, argument
64 Servant servant = internalIdToServant( id ) ;
103 public Servant idToServant( byte[] id )
106 ActiveObjectMap.Key key = new ActiveObjectMap.Key( id ) ;
/openjdk7/corba/src/share/classes/com/sun/corba/se/pept/transport/
H A DTransportManager.java40 public ByteBufferPool getByteBufferPool(int id); argument
51 public Selector getSelector(int id); argument
/openjdk7/corba/src/share/classes/com/sun/org/omg/CORBA/
H A DAttrDescriptionSeqHelper.java63 __typeCode = org.omg.CORBA.ORB.init ().create_alias_tc (com.sun.org.omg.CORBA.AttrDescriptionSeqHelper.id (), "AttrDescriptionSeq", __typeCode);
68 public static String id () method in class:AttrDescriptionSeqHelper
H A DAttributeDescription.java38 public String id = null; field in class:AttributeDescription
51 id = _id;
H A DAttributeDescriptionHelper.java74 _tcOf_members0 = org.omg.CORBA.ORB.init ().create_alias_tc (com.sun.org.omg.CORBA.IdentifierHelper.id (), "Identifier", _tcOf_members0);
80 _tcOf_members0 = org.omg.CORBA.ORB.init ().create_alias_tc (com.sun.org.omg.CORBA.RepositoryIdHelper.id (), "RepositoryId", _tcOf_members0);
82 "id",
86 _tcOf_members0 = org.omg.CORBA.ORB.init ().create_alias_tc (com.sun.org.omg.CORBA.RepositoryIdHelper.id (), "RepositoryId", _tcOf_members0);
92 _tcOf_members0 = org.omg.CORBA.ORB.init ().create_alias_tc (com.sun.org.omg.CORBA.VersionSpecHelper.id (), "VersionSpec", _tcOf_members0);
107 __typeCode = org.omg.CORBA.ORB.init ().create_struct_tc (com.sun.org.omg.CORBA.AttributeDescriptionHelper.id (), "AttributeDescription", _members0);
115 public static String id () method in class:AttributeDescriptionHelper
124 value.id = istream.read_string ();
135 ostream.write_string (value.id);
H A DAttributeModeHelper.java61 __typeCode = org.omg.CORBA.ORB.init ().create_enum_tc (com.sun.org.omg.CORBA.AttributeModeHelper.id (), "AttributeMode", new String[] { "ATTR_NORMAL", "ATTR_READONLY"} );
66 public static String id () method in class:AttributeModeHelper
H A DContextIdSeqHelper.java62 __typeCode = org.omg.CORBA.ORB.init ().create_alias_tc (com.sun.org.omg.CORBA.IdentifierHelper.id (), "Identifier", __typeCode);
63 __typeCode = org.omg.CORBA.ORB.init ().create_alias_tc (com.sun.org.omg.CORBA.ContextIdentifierHelper.id (), "ContextIdentifier", __typeCode);
65 __typeCode = org.omg.CORBA.ORB.init ().create_alias_tc (com.sun.org.omg.CORBA.ContextIdSeqHelper.id (), "ContextIdSeq", __typeCode);
70 public static String id () method in class:ContextIdSeqHelper
H A DContextIdentifierHelper.java62 __typeCode = org.omg.CORBA.ORB.init ().create_alias_tc (com.sun.org.omg.CORBA.IdentifierHelper.id (), "Identifier", __typeCode);
63 __typeCode = org.omg.CORBA.ORB.init ().create_alias_tc (com.sun.org.omg.CORBA.ContextIdentifierHelper.id (), "ContextIdentifier", __typeCode);
68 public static String id () method in class:ContextIdentifierHelper
H A DDefinitionKindHelper.java67 __typeCode = org.omg.CORBA.ORB.init ().create_enum_tc (com.sun.org.omg.CORBA.DefinitionKindHelper.id (), "DefinitionKind", new String[] { "dk_none", "dk_all", "dk_Attribute", "dk_Constant", "dk_Exception", "dk_Interface", "dk_Module", "dk_Operation", "dk_Typedef", "dk_Alias", "dk_Struct", "dk_Union", "dk_Enum", "dk_Primitive", "dk_String", "dk_Sequence", "dk_Array", "dk_Repository", "dk_Wstring", "dk_Fixed", "dk_Value", "dk_ValueBox", "dk_ValueMember", "dk_Native"} );
72 public static String id () method in class:DefinitionKindHelper
H A DExcDescriptionSeqHelper.java63 __typeCode = org.omg.CORBA.ORB.init ().create_alias_tc (com.sun.org.omg.CORBA.ExcDescriptionSeqHelper.id (), "ExcDescriptionSeq", __typeCode);
68 public static String id () method in class:ExcDescriptionSeqHelper
H A DExceptionDescriptionHelper.java74 _tcOf_members0 = org.omg.CORBA.ORB.init ().create_alias_tc (com.sun.org.omg.CORBA.IdentifierHelper.id (), "Identifier", _tcOf_members0);
80 _tcOf_members0 = org.omg.CORBA.ORB.init ().create_alias_tc (com.sun.org.omg.CORBA.RepositoryIdHelper.id (), "RepositoryId", _tcOf_members0);
82 "id",
86 _tcOf_members0 = org.omg.CORBA.ORB.init ().create_alias_tc (com.sun.org.omg.CORBA.RepositoryIdHelper.id (), "RepositoryId", _tcOf_members0);
92 _tcOf_members0 = org.omg.CORBA.ORB.init ().create_alias_tc (com.sun.org.omg.CORBA.VersionSpecHelper.id (), "VersionSpec", _tcOf_members0);
102 __typeCode = org.omg.CORBA.ORB.init ().create_struct_tc (com.sun.org.omg.CORBA.ExceptionDescriptionHelper.id (), "ExceptionDescription", _members0);
110 public static String id () method in class:ExceptionDescriptionHelper
119 value.id = istream.read_string ();
129 ostream.write_string (value.id);
H A DIdentifierHelper.java62 __typeCode = org.omg.CORBA.ORB.init ().create_alias_tc (com.sun.org.omg.CORBA.IdentifierHelper.id (), "Identifier", __typeCode);
67 public static String id () method in class:IdentifierHelper
H A DInitializerHelper.java75 _tcOf_members0 = org.omg.CORBA.ORB.init ().create_alias_tc (com.sun.org.omg.CORBA.StructMemberSeqHelper.id (), "StructMemberSeq", _tcOf_members0);
81 _tcOf_members0 = org.omg.CORBA.ORB.init ().create_alias_tc (com.sun.org.omg.CORBA.IdentifierHelper.id (), "Identifier", _tcOf_members0);
86 __typeCode = org.omg.CORBA.ORB.init ().create_struct_tc (com.sun.org.omg.CORBA.InitializerHelper.id (), "Initializer", _members0);
94 public static String id () method in class:InitializerHelper
H A DInitializerSeqHelper.java63 __typeCode = org.omg.CORBA.ORB.init ().create_alias_tc (com.sun.org.omg.CORBA.InitializerSeqHelper.id (), "InitializerSeq", __typeCode);
68 public static String id () method in class:InitializerSeqHelper
H A DOpDescriptionSeqHelper.java63 __typeCode = org.omg.CORBA.ORB.init ().create_alias_tc (com.sun.org.omg.CORBA.OpDescriptionSeqHelper.id (), "OpDescriptionSeq", __typeCode);
68 public static String id () method in class:OpDescriptionSeqHelper
H A DOperationDescriptionHelper.java74 _tcOf_members0 = org.omg.CORBA.ORB.init ().create_alias_tc (com.sun.org.omg.CORBA.IdentifierHelper.id (), "Identifier", _tcOf_members0);
80 _tcOf_members0 = org.omg.CORBA.ORB.init ().create_alias_tc (com.sun.org.omg.CORBA.RepositoryIdHelper.id (), "RepositoryId", _tcOf_members0);
82 "id",
86 _tcOf_members0 = org.omg.CORBA.ORB.init ().create_alias_tc (com.sun.org.omg.CORBA.RepositoryIdHelper.id (), "RepositoryId", _tcOf_members0);
92 _tcOf_members0 = org.omg.CORBA.ORB.init ().create_alias_tc (com.sun.org.omg.CORBA.VersionSpecHelper.id (), "VersionSpec", _tcOf_members0);
108 _tcOf_members0 = org.omg.CORBA.ORB.init ().create_alias_tc (com.sun.org.omg.CORBA.IdentifierHelper.id (), "Identifier", _tcOf_members0);
109 _tcOf_members0 = org.omg.CORBA.ORB.init ().create_alias_tc (com.sun.org.omg.CORBA.ContextIdentifierHelper.id (), "ContextIdentifier", _tcOf_members0);
111 _tcOf_members0 = org.omg.CORBA.ORB.init ().create_alias_tc (com.sun.org.omg.CORBA.ContextIdSeqHelper.id (), "ContextIdSeq", _tcOf_members0);
118 _tcOf_members0 = org.omg.CORBA.ORB.init ().create_alias_tc (com.sun.org.omg.CORBA.ParDescriptionSeqHelper.id (), "ParDescriptionSeq", _tcOf_members0);
125 _tcOf_members0 = org.omg.CORBA.ORB.init ().create_alias_tc (com.sun.org.omg.CORBA.ExcDescriptionSeqHelper.id (), "ExcDescriptionSe
138 public static String id () method in class:OperationDescriptionHelper
[all...]
H A DOperationModeHelper.java61 __typeCode = org.omg.CORBA.ORB.init ().create_enum_tc (com.sun.org.omg.CORBA.OperationModeHelper.id (), "OperationMode", new String[] { "OP_NORMAL", "OP_ONEWAY"} );
66 public static String id () method in class:OperationModeHelper
H A DParDescriptionSeqHelper.java63 __typeCode = org.omg.CORBA.ORB.init ().create_alias_tc (com.sun.org.omg.CORBA.ParDescriptionSeqHelper.id (), "ParDescriptionSeq", __typeCode);
68 public static String id () method in class:ParDescriptionSeqHelper

Completed in 109 milliseconds

1234567891011>>