|
VisiBroker for Java |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.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.Objectpublic TypeCode _type()
StreamableTypeCode object corresponding to the value
in the value field of the Holder.
_type in interface StreamableTypeCode object for the value held in the holderpublic void _read(InputStream _input)
Streamableistream 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)
Streamableostream 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 | |||||||||