Searched refs:addInvocationHandler (Results 1 - 3 of 3) sorted by relevance

/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/orbutil/proxy/
H A DCompositeInvocationHandler.java36 void addInvocationHandler( Class interf, InvocationHandler handler ) ; method in interface:CompositeInvocationHandler
39 * invocation handlers added by calls to addInvocationHandler apply.
H A DCompositeInvocationHandlerImpl.java46 public void addInvocationHandler( Class interf, method in class:CompositeInvocationHandlerImpl
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/presentation/rmi/
H A DInvocationHandlerFactoryImpl.java129 handler.addInvocationHandler( DynamicStub.class,
131 handler.addInvocationHandler( org.omg.CORBA.Object.class,
133 handler.addInvocationHandler( Object.class,

Completed in 30 milliseconds