|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcore.VSMessageStub
public class VSMessageStub
An object of this class represents a message stub. A message stub allows to run the init method on a VSMessage object. The init method should be hidden by the protocol programming API.
| Constructor Summary | |
|---|---|
VSMessageStub(VSMessage message)
The constructor of the message stub. |
|
| Method Summary | |
|---|---|
void |
init(VSInternalProcess process,
java.lang.String protocolClassname,
boolean isServerMessage)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VSMessageStub(VSMessage message)
message - the message| Method Detail |
|---|
public void init(VSInternalProcess process,
java.lang.String protocolClassname,
boolean isServerMessage)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||