Uses of Interface
javax.rmi.CORBA.ValueHandler
Packages that use ValueHandler
Package
Description
Contains portability APIs for RMI-IIOP.
-
Uses of ValueHandler in com.sun.corba.ee.impl.encoding
Fields in com.sun.corba.ee.impl.encoding declared as ValueHandlerModifier and TypeFieldDescriptionprotected ValueHandler
CDRInputStream_1_0.valueHandler
private ValueHandler
CDROutputStream_1_0.valueHandler
private ValueHandler
CDRInputStream_1_0.StreamMemento.valueHandler_
-
Uses of ValueHandler in com.sun.corba.ee.impl.io
Classes in com.sun.corba.ee.impl.io that implement ValueHandlerMethods in com.sun.corba.ee.impl.io that return ValueHandlerMethods in com.sun.corba.ee.impl.io with parameters of type ValueHandlerModifier and TypeMethodDescriptionstatic TypeCode
ValueUtility.createTypeCodeForClass
(ORB orb, Class c, ValueHandler vh) private static TypeCode
ValueUtility.createTypeCodeForClassInternal
(ORB orb, Class c, ValueHandler vh, ValueUtility.IdentityKeyValueStack createdIDs) private static TypeCode
ValueUtility.createTypeCodeInternal
(ORB orb, Class c, ValueHandler vh, String id, ValueUtility.IdentityKeyValueStack createdIDs) static TypeCode
ValueUtility.getPrimitiveTypeCodeForClass
(ORB orb, Class c, ValueHandler vh) final void
IIOPInputStream.setValueHandler
(ValueHandler vh) static FullValueDescription
ValueUtility.translate
(ORB orb, ObjectStreamClass osc, ValueHandler vh) private static ValueMember[]
ValueUtility.translateMembers
(ORB orb, ObjectStreamClass osc, ValueHandler vh, ValueUtility.IdentityKeyValueStack createdIDs) Constructors in com.sun.corba.ee.impl.io with parameters of type ValueHandler -
Uses of ValueHandler in com.sun.corba.ee.impl.javax.rmi.CORBA
Fields in com.sun.corba.ee.impl.javax.rmi.CORBA declared as ValueHandlerMethods in com.sun.corba.ee.impl.javax.rmi.CORBA that return ValueHandlerModifier and TypeMethodDescriptionUtil.createValueHandler()
Returns a singleton instance of a class that implements theValueHandler
interface. -
Uses of ValueHandler in com.sun.corba.ee.impl.misc
Fields in com.sun.corba.ee.impl.misc declared as ValueHandlerMethods in com.sun.corba.ee.impl.misc that return ValueHandlerModifier and TypeMethodDescriptionstatic ValueHandler
ORBUtility.createValueHandler()
Gets the ValueHandler from Util.createValueHandler.static ValueHandler
ORBUtility.createValueHandler
(ORB orb) Creates the correct ValueHandler. -
Uses of ValueHandler in javax.rmi.CORBA
Subinterfaces of ValueHandler in javax.rmi.CORBAModifier and TypeInterfaceDescriptioninterface
Java to IDL ptc 02-01-12 1.5.1.5Methods in javax.rmi.CORBA that return ValueHandlerModifier and TypeMethodDescriptionstatic ValueHandler
Util.createValueHandler()
Returns a singleton instance of a class that implements theValueHandler
interface.UtilDelegate.createValueHandler()
Delegation call forUtil.createValueHandler()
.