Searched defs:expectedType (Results 1 - 19 of 19) sorted by relevance

/openjdk7/jdk/test/java/nio/file/WatchService/
H A DFileTreeModifier.java41 WatchEvent.Kind<?> expectedType,
54 if (event.kind() != expectedType)
40 checkExpectedEvent(WatchService watcher, WatchEvent.Kind<?> expectedType, Object expectedContext) argument
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/orbutil/
H A DRepositoryIdInterface.java43 Class getClassFromType(Class expectedType, argument
H A DRepIdDelegator.java142 public Class getClassFromType(Class expectedType, argument
146 return delegate.getClassFromType(expectedType, codebaseURL);
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/protocol/
H A DNotLocalLocalCRDImpl.java51 Class expectedType)
49 servant_preinvoke(org.omg.CORBA.Object self, String operation, Class expectedType) argument
H A DJIDLLocalCRDImpl.java54 Class expectedType)
56 if (!checkForCompatibleServant( servant, expectedType ))
52 servant_preinvoke(org.omg.CORBA.Object self, String operation, Class expectedType) argument
H A DPOALocalCRDImpl.java97 Class expectedType)
108 return servant_preinvoke(self, operation, expectedType);
114 if (!checkForCompatibleServant( info, expectedType ))
147 if (!checkForCompatibleServant( info, expectedType )) {
95 servant_preinvoke(org.omg.CORBA.Object self, String operation, Class expectedType) argument
H A DCorbaClientDelegateImpl.java399 Class expectedType)
403 .servant_preinvoke(self, operation, expectedType);
397 servant_preinvoke(org.omg.CORBA.Object self, String operation, Class expectedType) argument
/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/protocol/
H A DLocalClientRequestDispatcher.java55 * @param expectedType a Class object representing the expected type of the servant.
67 Class expectedType);
65 servant_preinvoke(org.omg.CORBA.Object self, String operation, Class expectedType) argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DBinderImpl.java120 public <T> JAXBElement<T> unmarshal(XmlNode xmlNode, Class<T> expectedType) throws JAXBException { argument
121 if(expectedType==null) throw new IllegalArgumentException();
122 return (JAXBElement)associativeUnmarshal(xmlNode,true,expectedType);
134 private Object associativeUnmarshal(XmlNode xmlNode, boolean inplace, Class expectedType) throws JAXBException { argument
139 if(expectedType!=null)
140 bi = context.getBeanInfo(expectedType, true);
H A DElementBeanInfoImpl.java69 public final Class expectedType; field in class:ElementBeanInfoImpl
84 expectedType = Navigator.REFLECTION.erasure(rei.getContentInMemoryType());
92 constructor = type.getConstructor(expectedType);
94 NoSuchMethodError x = new NoSuchMethodError("Failed to find the constructor for " + type + " with " + expectedType);
112 expectedType = null;
293 return new JAXBElement(tagName,expectedType,scope,o);
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/bind/helpers/
H A DAbstractUnmarshallerImpl.java382 public <T> JAXBElement<T> unmarshal(Node node, Class<T> expectedType) throws JAXBException { argument
386 public <T> JAXBElement<T> unmarshal(Source source, Class<T> expectedType) throws JAXBException { argument
390 public <T> JAXBElement<T> unmarshal(XMLStreamReader reader, Class<T> expectedType) throws JAXBException { argument
394 public <T> JAXBElement<T> unmarshal(XMLEventReader reader, Class<T> expectedType) throws JAXBException { argument
/openjdk7/corba/src/share/classes/org/omg/CORBA/
H A DLocalObject.java367 * @param expectedType the class of the type of operation mentioned above
376 Class expectedType) {
375 _servant_preinvoke(String operation, Class expectedType) argument
/openjdk7/corba/src/share/classes/org/omg/CORBA/portable/
H A DDelegate.java270 * @param expectedType a Class object representing the expected type of the servant.
282 Class expectedType) {
280 servant_preinvoke(org.omg.CORBA.Object self, String operation, Class expectedType) argument
H A DObjectImpl.java393 * @param expectedType a <code>Class</code> object representing the
408 Class expectedType) {
410 expectedType);
407 _servant_preinvoke(String operation, Class expectedType) argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/
H A DUnmarshallerImpl.java119 private SAXConnector getUnmarshallerHandler( boolean intern, JaxBeanInfo expectedType ) {
120 XmlVisitor h = createUnmarshallerHandler(null,false,expectedType);
139 public final XmlVisitor createUnmarshallerHandler(InfosetScanner scanner, boolean inplace, JaxBeanInfo expectedType ) {
141 coordinator.reset(scanner,inplace,expectedType,idResolver);
178 protected <T> JAXBElement<T> unmarshal( XMLReader reader, InputSource source, Class<T> expectedType ) throws JAXBException {
179 if(expectedType==null)
181 return (JAXBElement)unmarshal0(reader,source,getBeanInfo(expectedType));
184 private Object unmarshal0( XMLReader reader, InputSource source, JaxBeanInfo expectedType ) throws JAXBException {
186 SAXConnector connector = getUnmarshallerHandler(needsInterning(reader),expectedType);
224 public <T> JAXBElement<T> unmarshal( Source source, Class<T> expectedType ) throw
285 unmarshal(Node node, Class<T> expectedType) argument
331 unmarshal(XMLStreamReader reader, Class<T> expectedType) argument
337 unmarshal0(XMLStreamReader reader, JaxBeanInfo expectedType) argument
366 unmarshal(XMLEventReader reader, Class<T> expectedType) argument
377 unmarshal0(XMLEventReader reader,JaxBeanInfo expectedType) argument
[all...]
H A DUnmarshallingContext.java114 private JaxBeanInfo expectedType; field in class:UnmarshallingContext
328 public void reset(InfosetScanner scanner,boolean isInplaceMode, JaxBeanInfo expectedType, IDResolver idResolver) { argument
331 this.expectedType = expectedType;
454 if(expectedType!=null)
1075 * Root loader that uses {@link UnmarshallingContext#expectedType}
1089 state.prev.target = new JAXBElement(qn,context.expectedType.jaxbType,null,null);
1091 // this is bit wasteful, as in theory we should have each expectedType keep
1095 state.loader = new XsiNilLoader(context.expectedType.getLoader(null,true));
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/util/
H A DUtility.java268 * @param expectedType the expected type. May be null.
272 ClassLoader loader, Class expectedType,
300 if (expectedType == null)
303 if (expectedType == null)
314 if (loadedClass == null || !expectedType.isAssignableFrom(loadedClass)){
315 if (expectedType.getClassLoader() != expectedTypeClassLoader)
794 Class expectedType)
809 ClassLoader expectedTypeClassLoader = (expectedType == null ? null :
810 expectedType.getClassLoader());
816 expectedType,
271 loadClassOfType(String className, String remoteCodebase, ClassLoader loader, Class expectedType, ClassLoader expectedTypeClassLoader) argument
792 loadStubClass(String repID, String remoteCodebase, Class expectedType) argument
[all...]
H A DRepositoryId.java527 public final Class getClassFromType(Class expectedType, String codebase) argument
538 ClassLoader expectedTypeClassLoader = (expectedType == null ? null : expectedType.getClassLoader());
542 expectedType,
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/encoding/
H A DCDRInputStream_1_0.java864 Class expectedType,
866 return readRepositoryIds(valueTag, expectedType,
873 * is on the wire but the expectedType or expectedTypeRepId
875 * expectedType's repId). Failing that, it uses the supplied
879 Class expectedType,
885 // no expectedType to work with. Otherwise, how would we
887 if (expectedType == null) {
897 return repIdStrs.createForAnyType(expectedType);
908 public Serializable read_value(Class expectedType) { argument
942 = readRepositoryIds(vType, expectedType, nul
863 readRepositoryIds(int valueTag, Class expectedType, String expectedTypeRepId) argument
878 readRepositoryIds(int valueTag, Class expectedType, String expectedTypeRepId, BoxedValueHelper factory) argument
2096 getClassFromString(String repositoryIDString, String codebaseURL, Class expectedType) argument
[all...]

Completed in 106 milliseconds