Uses of Interface
javax.rmi.CORBA.ValueHandler
-
Packages that use ValueHandler Package Description com.sun.corba.ee.impl.encoding com.sun.corba.ee.impl.io com.sun.corba.ee.impl.javax.rmi.CORBA com.sun.corba.ee.impl.misc javax.rmi.CORBA 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 ValueHandler Modifier and Type Field Description protected ValueHandlerCDRInputStream_1_0. valueHandlerprivate ValueHandlerCDROutputStream_1_0. valueHandlerprivate ValueHandlerCDRInputStream_1_0.StreamMemento. valueHandler_ -
Uses of ValueHandler in com.sun.corba.ee.impl.io
Classes in com.sun.corba.ee.impl.io that implement ValueHandler Modifier and Type Class Description classValueHandlerImplMethods in com.sun.corba.ee.impl.io that return ValueHandler Modifier and Type Method Description ValueHandlerIIOPInputStream. getValueHandler()Methods in com.sun.corba.ee.impl.io with parameters of type ValueHandler Modifier and Type Method Description static TypeCodeValueUtility. createTypeCodeForClass(ORB orb, java.lang.Class c, ValueHandler vh)private static TypeCodeValueUtility. createTypeCodeForClassInternal(ORB orb, java.lang.Class c, ValueHandler vh, ValueUtility.IdentityKeyValueStack createdIDs)private static TypeCodeValueUtility. createTypeCodeInternal(ORB orb, java.lang.Class c, ValueHandler vh, java.lang.String id, ValueUtility.IdentityKeyValueStack createdIDs)static TypeCodeValueUtility. getPrimitiveTypeCodeForClass(ORB orb, java.lang.Class c, ValueHandler vh)voidIIOPInputStream. setValueHandler(ValueHandler vh)static FullValueDescriptionValueUtility. 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 Constructor Description FVDCodeBaseImpl(ValueHandler vh) -
Uses of ValueHandler in com.sun.corba.ee.impl.javax.rmi.CORBA
Fields in com.sun.corba.ee.impl.javax.rmi.CORBA declared as ValueHandler Modifier and Type Field Description private static ValueHandlerUtil. valueHandlerSingletonMethods in com.sun.corba.ee.impl.javax.rmi.CORBA that return ValueHandler Modifier and Type Method Description ValueHandlerUtil. createValueHandler()Returns a singleton instance of a class that implements theValueHandlerinterface. -
Uses of ValueHandler in com.sun.corba.ee.impl.misc
Fields in com.sun.corba.ee.impl.misc declared as ValueHandler Modifier and Type Field Description private static ValueHandlerORBUtility. vhandlerMethods in com.sun.corba.ee.impl.misc that return ValueHandler Modifier and Type Method Description static ValueHandlerORBUtility. createValueHandler()Gets the ValueHandler from Util.createValueHandler.static ValueHandlerORBUtility. createValueHandler(ORB orb)Creates the correct ValueHandler. -
Uses of ValueHandler in javax.rmi.CORBA
Subinterfaces of ValueHandler in javax.rmi.CORBA Modifier and Type Interface Description interfaceValueHandlerMultiFormatJava to IDL ptc 02-01-12 1.5.1.5Methods in javax.rmi.CORBA that return ValueHandler Modifier and Type Method Description static ValueHandlerUtil. createValueHandler()Returns a singleton instance of a class that implements theValueHandlerinterface.ValueHandlerUtilDelegate. createValueHandler()Delegation call forUtil.createValueHandler().
-