|
VisiBroker for Java |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.inprise.vbroker.extension.ImplementationDef
public abstract class ImplementationDef
ImplementationDef is a generic interface to describe activation data to Service Activators
Constructor Summary | |
---|---|
ImplementationDef()
|
Method Summary | |
---|---|
void |
_read(InputStream _input)
Reads data from istream and initalizes the
value field of the Holder with the unmarshalled data. |
java.lang.String[] |
_truncatable_ids()
|
TypeCode |
_type()
Retrieves the TypeCode object corresponding to the value
in the value field of the Holder. |
void |
_write(OutputStream _output)
Marshals to ostream the value in the
value field of the Holder. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ImplementationDef()
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public TypeCode _type()
Streamable
TypeCode
object corresponding to the value
in the value
field of the Holder.
_type
in interface Streamable
TypeCode
object for the value held in the holderpublic void _read(InputStream _input)
Streamable
istream
and initalizes the
value
field of the Holder with the unmarshalled data.
_read
in interface Streamable
_input
- the InputStream that represents the CDR data from the wire.public void _write(OutputStream _output)
Streamable
ostream
the value in the
value
field of the Holder.
_write
in interface Streamable
_output
- the CDR OutputStreampublic java.lang.String[] _truncatable_ids()
_truncatable_ids
in interface ValueBase
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |