core
Class VSMessageStub

java.lang.Object
  extended by core.VSMessageStub

public class VSMessageStub
extends java.lang.Object

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.

Author:
Paul C. Buetow

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

VSMessageStub

public VSMessageStub(VSMessage message)
The constructor of the message stub. Creates a new message stub object.

Parameters:
message - the message
Method Detail

init

public void init(VSInternalProcess process,
                 java.lang.String protocolClassname,
                 boolean isServerMessage)