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 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 ValueHandler Modifier and Type Class Description class
ValueHandlerImpl
Methods in com.sun.corba.ee.impl.io that return ValueHandler Modifier and Type Method Description ValueHandler
IIOPInputStream. getValueHandler()
Methods in com.sun.corba.ee.impl.io with parameters of type ValueHandler Modifier and Type Method Description static TypeCode
ValueUtility. createTypeCodeForClass(ORB orb, java.lang.Class c, ValueHandler vh)
private static TypeCode
ValueUtility. createTypeCodeForClassInternal(ORB orb, java.lang.Class c, ValueHandler vh, ValueUtility.IdentityKeyValueStack createdIDs)
private static TypeCode
ValueUtility. createTypeCodeInternal(ORB orb, java.lang.Class c, ValueHandler vh, java.lang.String id, ValueUtility.IdentityKeyValueStack createdIDs)
static TypeCode
ValueUtility. getPrimitiveTypeCodeForClass(ORB orb, java.lang.Class c, ValueHandler vh)
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 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 ValueHandler
Util. valueHandlerSingleton
Methods in com.sun.corba.ee.impl.javax.rmi.CORBA that return ValueHandler Modifier and Type Method Description ValueHandler
Util. 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 ValueHandler Modifier and Type Field Description private static ValueHandler
ORBUtility. vhandler
Methods in com.sun.corba.ee.impl.misc that return ValueHandler Modifier and Type Method Description static 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.CORBA Modifier and Type Interface Description interface
ValueHandlerMultiFormat
Java to IDL ptc 02-01-12 1.5.1.5Methods in javax.rmi.CORBA that return ValueHandler Modifier and Type Method Description static ValueHandler
Util. createValueHandler()
Returns a singleton instance of a class that implements theValueHandler
interface.ValueHandler
UtilDelegate. createValueHandler()
Delegation call forUtil.createValueHandler()
.
-