Searched defs:_invoke (Results 1 - 6 of 6) sorted by relevance

/openjdk7/corba/src/share/classes/org/omg/CORBA/portable/
H A DInvokeHandler.java69 OutputStream _invoke(String method, InputStream input, method in interface:InvokeHandler
H A DObjectImpl.java460 * If an exception occurs, the <code>_invoke</code> method may throw an
473 public InputStream _invoke(OutputStream output) method in class:ObjectImpl
481 * completed after a call to the method <code>_invoke</code>.
485 * by the <code>_invoke</code> method or the
489 * @see #_invoke
/openjdk7/jdk/src/share/classes/com/sun/pept/presentation/
H A DTie.java76 public void _invoke(MessageInfo messageInfo); method in interface:Tie
/openjdk7/corba/src/share/classes/com/sun/org/omg/SendingContext/
H A D_CodeBaseImplBase.java55 public org.omg.CORBA.portable.OutputStream _invoke (String method, method in class:_CodeBaseImplBase
132 } // _invoke
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/presentation/rmi/
H A DReflectiveTie.java127 public org.omg.CORBA.portable.OutputStream _invoke(String method, method in class:ReflectiveTie
/openjdk7/corba/src/share/classes/org/omg/CORBA/
H A DLocalObject.java431 * call. <code>_invoke</code> returns an <code>InputStream</code> which
433 * marshaled reply. If an exception occurs, <code>_invoke</code> may throw an
441 * <code>_invoke</code> may throw an
446 * <code>_invoke</code> may throw an
455 public InputStream _invoke(OutputStream output) method in class:LocalObject
469 * <code>_invoke()</code> or

Completed in 45 milliseconds