Package com.sun.corba.se.spi.activation
Class ActivatorHolder
java.lang.Object
com.sun.corba.se.spi.activation.ActivatorHolder
- All Implemented Interfaces:
Streamable
com/sun/corba/se/spi/activation/ActivatorHolder.java .
Error! A message was requested which does not exist. The messages file does not contain the key: toJavaProlog1
Error! A message was requested which does not exist. The messages file does not contain the key: toJavaProlog2
Monday, February 12, 2024 at 2:42:26 PM Central European Standard Time
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid_read(InputStream i) Reads data fromistreamand initalizes thevaluefield of the Holder with the unmarshalled data._type()Retrieves theTypeCodeobject corresponding to the value in thevaluefield of the Holder.voidMarshals toostreamthe value in thevaluefield of the Holder.
-
Field Details
-
value
-
-
Constructor Details
-
ActivatorHolder
public ActivatorHolder() -
ActivatorHolder
-
-
Method Details
-
_read
Description copied from interface:StreamableReads data fromistreamand initalizes thevaluefield of the Holder with the unmarshalled data.- Specified by:
_readin interfaceStreamable- Parameters:
i- the InputStream that represents the CDR data from the wire.
-
_write
Description copied from interface:StreamableMarshals toostreamthe value in thevaluefield of the Holder.- Specified by:
_writein interfaceStreamable- Parameters:
o- the CDR OutputStream
-
_type
Description copied from interface:StreamableRetrieves theTypeCodeobject corresponding to the value in thevaluefield of the Holder.- Specified by:
_typein interfaceStreamable- Returns:
- the
TypeCodeobject for the value held in the holder
-