Searched refs:create (Results 51 - 75 of 809) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/share/classes/com/sun/beans/decoder/
H A DArrayElementHandler.java125 return ValueObjectImpl.create(Array.newInstance(type, this.length));
131 return ValueObjectImpl.create(array);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/istack/internal/
H A DPool.java76 return create();
114 protected abstract @NotNull T create(); method in class:Pool.Impl
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/pipe/
H A DTransportPipeFactory.java41 * of JAX-WS client runtime) relies on this factory to create a suitable transport {@link Pipe}
48 * (and possibly some other settings from bindings), and create
102 * Locates {@link PipelineAssemblerFactory}s and create
111 * Use {@link TransportTubeFactory#create(ClassLoader, ClientTubeAssemblerContext)}
113 public static Pipe create(@Nullable ClassLoader classLoader, @NotNull ClientPipeAssemblerContext context) { method in class:TransportPipeFactory
114 return PipeAdapter.adapt(TransportTubeFactory.create(classLoader,context));
/openjdk7/jdk/test/java/beans/EventHandler/
H A DTest6179222.java42 test(EventHandler.create(ActionListener.class, test, "foo", "source.icon"));
44 test(EventHandler.create(ActionListener.class, test, "bar.doit"));
H A DTest6788531.java38 button.addActionListener(EventHandler.create(ActionListener.class, new Private(), "run"));
39 button.addActionListener(EventHandler.create(ActionListener.class, new PrivateGeneric(), "run", "actionCommand"));
/openjdk7/jdk/test/java/beans/XMLEncoder/
H A DTest5023552.java43 return component.create(component);
51 return new Expression(container, component, "create", new Object[] {component});
57 public Container create(Component component) { method in class:Test5023552.Component
/openjdk7/jdk/test/java/rmi/reliability/benchmark/bench/rmi/
H A DBooleanArrayCalls.java55 public Remote create() throws RemoteException { method in class:BooleanArrayCalls.ServerFactory
68 Server stub = (Server) bsrv.create(new ServerFactory());
H A DBooleanCalls.java54 public Remote create() throws RemoteException { method in class:BooleanCalls.ServerFactory
66 Server stub = (Server) bsrv.create(new ServerFactory());
H A DByteArrayCalls.java55 public Remote create() throws RemoteException { method in class:ByteArrayCalls.ServerFactory
68 Server stub = (Server) bsrv.create(new ServerFactory());
H A DByteCalls.java54 public Remote create() throws RemoteException { method in class:ByteCalls.ServerFactory
66 Server stub = (Server) bsrv.create(new ServerFactory());
H A DCharArrayCalls.java55 public Remote create() throws RemoteException { method in class:CharArrayCalls.ServerFactory
68 Server stub = (Server) bsrv.create(new ServerFactory());
H A DCharCalls.java54 public Remote create() throws RemoteException { method in class:CharCalls.ServerFactory
66 Server stub = (Server) bsrv.create(new ServerFactory());
H A DDoubleArrayCalls.java55 public Remote create() throws RemoteException { method in class:DoubleArrayCalls.ServerFactory
68 Server stub = (Server) bsrv.create(new ServerFactory());
H A DDoubleCalls.java54 public Remote create() throws RemoteException { method in class:DoubleCalls.ServerFactory
66 Server stub = (Server) bsrv.create(new ServerFactory());
H A DExceptionCalls.java57 public Remote create() throws RemoteException { method in class:ExceptionCalls.ServerFactory
69 Server stub = (Server) bsrv.create(new ServerFactory());
H A DFloatArrayCalls.java55 public Remote create() throws RemoteException { method in class:FloatArrayCalls.ServerFactory
68 Server stub = (Server) bsrv.create(new ServerFactory());
H A DFloatCalls.java54 public Remote create() throws RemoteException { method in class:FloatCalls.ServerFactory
66 Server stub = (Server) bsrv.create(new ServerFactory());
H A DIntArrayCalls.java55 public Remote create() throws RemoteException { method in class:IntArrayCalls.ServerFactory
68 Server stub = (Server) bsrv.create(new ServerFactory());
H A DIntCalls.java54 public Remote create() throws RemoteException { method in class:IntCalls.ServerFactory
66 Server stub = (Server) bsrv.create(new ServerFactory());
H A DLongArrayCalls.java55 public Remote create() throws RemoteException { method in class:LongArrayCalls.ServerFactory
68 Server stub = (Server) bsrv.create(new ServerFactory());
H A DLongCalls.java54 public Remote create() throws RemoteException { method in class:LongCalls.ServerFactory
66 Server stub = (Server) bsrv.create(new ServerFactory());
H A DNullCalls.java53 public Remote create() throws RemoteException { method in class:NullCalls.ServerFactory
65 Server stub = (Server) bsrv.create(new ServerFactory());
H A DShortArrayCalls.java55 public Remote create() throws RemoteException { method in class:ShortArrayCalls.ServerFactory
68 Server stub = (Server) bsrv.create(new ServerFactory());
H A DShortCalls.java54 public Remote create() throws RemoteException { method in class:ShortCalls.ServerFactory
66 Server stub = (Server) bsrv.create(new ServerFactory());
/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/ior/
H A DObjectKeyFactory.java40 ObjectKey create( byte[] key ) ; method in interface:ObjectKeyFactory

Completed in 66 milliseconds

1234567891011>>