jasco.runtime.distribution
Class DistributedStandardMessage

java.lang.Object
  extended by jasco.runtime.distribution.DistributedStandardMessage
All Implemented Interfaces:
DistributedJascoMessage, java.io.Serializable

public class DistributedStandardMessage
extends java.lang.Object
implements DistributedJascoMessage

See Also:
Serialized Form

Field Summary
static int NONE
           
static int REMOTE_ASYNC_MESSAGE
           
static int REMOTE_FETCH_ASYNC_RESULT
           
static int REMOTE_JP
           
static int REMOTE_SYNC_MESSAGE
           
 
Constructor Summary
DistributedStandardMessage(java.lang.Object o, int type)
           
 
Method Summary
 java.lang.Object getMsg()
           
 RemoteInfo getRemoteInfo()
           
 int getType()
           
 void setMsg(java.lang.Object msg)
           
 void setType(int type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NONE

public static final int NONE
See Also:
Constant Field Values

REMOTE_JP

public static final int REMOTE_JP
See Also:
Constant Field Values

REMOTE_SYNC_MESSAGE

public static final int REMOTE_SYNC_MESSAGE
See Also:
Constant Field Values

REMOTE_ASYNC_MESSAGE

public static final int REMOTE_ASYNC_MESSAGE
See Also:
Constant Field Values

REMOTE_FETCH_ASYNC_RESULT

public static final int REMOTE_FETCH_ASYNC_RESULT
See Also:
Constant Field Values
Constructor Detail

DistributedStandardMessage

public DistributedStandardMessage(java.lang.Object o,
                                  int type)
Method Detail

getRemoteInfo

public RemoteInfo getRemoteInfo()

setType

public void setType(int type)
Specified by:
setType in interface DistributedJascoMessage

getType

public int getType()
Specified by:
getType in interface DistributedJascoMessage

setMsg

public void setMsg(java.lang.Object msg)
Specified by:
setMsg in interface DistributedJascoMessage

getMsg

public java.lang.Object getMsg()
Specified by:
getMsg in interface DistributedJascoMessage