Package com.zeroc.Ice
Class InterfaceByValue
java.lang.Object
com.zeroc.Ice.Value
com.zeroc.Ice.InterfaceByValue
- All Implemented Interfaces:
Serializable
,Cloneable
Base class for interoperating with existing applications that pass interfaces by value.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionThe constructor accepts the Slice type ID of the interface being passed by value. -
Method Summary
Methods inherited from class com.zeroc.Ice.Value
clone, ice_getSlicedData, ice_postUnmarshal, ice_preMarshal, ice_staticId
-
Constructor Details
-
InterfaceByValue
The constructor accepts the Slice type ID of the interface being passed by value.- Parameters:
id
- The Slice type ID of the interface.
-
-
Method Details